We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515bf31 commit d64f169Copy full SHA for d64f169
parent/pom.xml
@@ -84,6 +84,10 @@
84
<artifactId>maven-jar-plugin</artifactId>
85
<version>2.3</version>
86
</plugin>
87
+ <plugin>
88
+ <artifactId>maven-release-plugin</artifactId>
89
+ <version>2.2.1</version>
90
+ </plugin>
91
<plugin>
92
<artifactId>maven-resources-plugin</artifactId>
93
<version>2.5</version>
pom.xml
@@ -146,6 +146,10 @@
146
</profiles>
147
<build>
148
<plugins>
149
150
151
152
153
154
<artifactId>maven-assembly-plugin</artifactId>
155
<version>2.2-beta-5</version>
0 commit comments