Skip to content

Commit a021a9d

Browse files
committedJul 15, 2017
add maven release plugin
1 parent 8ed05a0 commit a021a9d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed
 

‎pom.xml

+12-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,18 @@
165165
</execution>
166166
</executions>
167167
</plugin>
168-
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>
169180
</plugins>
170181
</build>
171182
<distributionManagement>

0 commit comments

Comments
 (0)
Failed to load comments.