Skip to content

Commit

Permalink
Add release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Celos committed Nov 30, 2018
1 parent 03f4218 commit c0cdedd
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.mihkel</groupId>
<artifactId>avro-json-decoder</artifactId>
<packaging>jar</packaging>
<version>1.1</version>
<version>1.2-SNAPSHOT</version>
<name>avro-json-decoder</name>
<url>http://maven.apache.org</url>

Expand All @@ -14,6 +14,12 @@
<junit.version>4.12</junit.version>
</properties>

<scm>
<url>https://github.com/Celos/avro-json-decoder</url>
<connection>scm:git:https://github.com/Celos/avro-json-decoder.git</connection>
<developerConnection>scm:git:https://github.com/Celos/avro-json-decoder.git</developerConnection>
</scm>

<build>
<plugins>
<plugin>
Expand All @@ -26,6 +32,13 @@
<optimize>true</optimize>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit c0cdedd

Please sign in to comment.