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 8dbd2f3 commit 0e26869Copy full SHA for 0e26869
pom.xml
@@ -138,6 +138,23 @@
138
</executions>
139
</plugin>
140
</plugins>
141
+ <pluginManagement>
142
+ <plugins>
143
+ <plugin>
144
+ <groupId>org.apache.maven.plugins</groupId>
145
+ <artifactId>maven-release-plugin</artifactId>
146
+ <version>2.5.2</version>
147
+ <configuration>
148
+ <autoVersionSubmodules>true</autoVersionSubmodules>
149
+ </configuration>
150
+ </plugin>
151
152
153
+ <artifactId>maven-deploy-plugin</artifactId>
154
+ <version>2.8.2</version>
155
156
+ </plugins>
157
+ </pluginManagement>
158
</build>
159
<profiles>
160
<profile>
0 commit comments