Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
added maven release plugin
Browse files Browse the repository at this point in the history
updated version to include SNAPSHOT
  • Loading branch information
chernetsov committed Jul 25, 2013
1 parent 350a40a commit 59cceda
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.appmetr</groupId>
<artifactId>hercules</artifactId>
<packaging>jar</packaging>
<version>0.1</version>
<version>0.1-SNAPSHOT</version>
<name>Hercules</name>

<properties>
Expand All @@ -22,6 +22,12 @@
</repository>
</repositories>

<scm>
<connection>scm:git:git://github.com/appmetr/hercules.git</connection>
<url>scm:git:git://github.com/appmetr/hercules.git</url>
<developerConnection>scm:git:git://github.com/appmetr/hercules.git</developerConnection>
</scm>

<dependencies>

<!-- Guice -->
Expand Down Expand Up @@ -167,6 +173,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 59cceda

Please sign in to comment.