Skip to content

Commit

Permalink
o Upped release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
krosenvold committed Aug 16, 2011
1 parent dec2dc3 commit 14bb8af
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Expand Up @@ -33,4 +33,23 @@
<scope>provided</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 14bb8af

Please sign in to comment.