Skip to content

Commit 2495c19

Browse files
author
Psilo
committed
try with versioning
1 parent e160f96 commit 2495c19

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
<configuration>
134134
<release>14</release>
135135
<compilerArgs>
136-
<arg>-parameters</arg>
137-
</compilerArgs>
136+
<arg>-parameters</arg>
137+
</compilerArgs>
138138
<annotationProcessorPaths>
139139
<path>
140140
<groupId>org.projectlombok</groupId>
@@ -144,6 +144,11 @@
144144
</annotationProcessorPaths>
145145
</configuration>
146146
</plugin>
147+
<plugin>
148+
<groupId>org.codehaus.mojo</groupId>
149+
<artifactId>versions-maven-plugin</artifactId>
150+
<version>2.8.1</version>
151+
</plugin>
147152
<plugin>
148153
<groupId>org.apache.maven.plugins</groupId>
149154
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)