Skip to content

Commit b0694ac

Browse files
committed
MAVEN-release
1 parent a338a9f commit b0694ac

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
@@ -7,7 +7,7 @@
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>info.debatty</groupId>
99
<artifactId>java-string-similarity</artifactId>
10-
<version>0.5</version>
10+
<version>0.5-SNAPSHOT</version>
1111
<packaging>jar</packaging>
1212

1313
<name>${project.artifactId}</name>
@@ -115,6 +115,13 @@
115115
<target>1.5</target>
116116
</configuration>
117117
</plugin>
118+
119+
<!-- To push to Github -->
120+
<plugin>
121+
<groupId>org.apache.maven.plugins</groupId>
122+
<artifactId>maven-release-plugin</artifactId>
123+
<version>2.5.1</version>
124+
</plugin>
118125
</plugins>
119126
</build>
120127
</project>

0 commit comments

Comments
 (0)