Skip to content

Commit

Permalink
User 2.0 version of mvn release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
baileyje committed May 3, 2010
1 parent c5c90f8 commit f4df0df
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Expand Up @@ -42,7 +42,20 @@
<version.jboss.test>1.0.5.GA</version.jboss.test>
<version.junit>4.7</version.junit>
</properties>


<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
</plugins>
</build>


<scm>
<connection>scm:git:git://github.com/baileyje/jboss-injection.git</connection>
<developerConnection>scm:git:git@github.com:baileyje/jboss-injection.git</developerConnection>
Expand Down

0 comments on commit f4df0df

Please sign in to comment.