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 8ed05a0 commit a021a9dCopy full SHA for a021a9d
pom.xml
@@ -165,7 +165,18 @@
165
</execution>
166
</executions>
167
</plugin>
168
-
+ <plugin>
169
+ <groupId>org.apache.maven.plugins</groupId>
170
+ <artifactId>maven-release-plugin</artifactId>
171
+ <version>2.5.1</version>
172
+ <dependencies>
173
+ <dependency>
174
+ <groupId>org.apache.maven.shared</groupId>
175
+ <artifactId>maven-invoker</artifactId>
176
+ <version>2.2</version>
177
+ </dependency>
178
+ </dependencies>
179
+ </plugin>
180
</plugins>
181
</build>
182
<distributionManagement>
0 commit comments