Skip to content

Commit a5f68a0

Browse files
add release plugin
1 parent 6fbe050 commit a5f68a0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<prerequisites>
@@ -255,6 +256,12 @@
255256
<encoding>UTF-8</encoding>
256257
</configuration>
257258
</plugin>
259+
<plugin>
260+
<!-- http://maven.apache.org/plugins/maven-release-plugin/ -->
261+
<groupId>org.apache.maven.plugins</groupId>
262+
<artifactId>maven-release-plugin</artifactId>
263+
<version>2.5.2</version>
264+
</plugin>
258265
</plugins>
259266
</build>
260267

0 commit comments

Comments
 (0)