Skip to content

Commit

Permalink
update maven plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexo committed Nov 1, 2010
1 parent 99f6a64 commit 35a8474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -289,6 +289,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<archive>
<manifest>
Expand All @@ -314,9 +315,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>http://wro4j.googlecode.com/svn/tags/</tagBase>
<tagBase>http://github.com/alexo/wro4j/tree/</tagBase>
</configuration>
<version>2.0-beta-9</version>
</plugin>
</plugins>
<extensions>
Expand Down

0 comments on commit 35a8474

Please sign in to comment.