Skip to content

Commit

Permalink
Updated Maven versions of the shade and release plugins, added maven.…
Browse files Browse the repository at this point in the history
…sk89q.com to <distributionManagement>.
  • Loading branch information
sk89q committed Aug 24, 2012
1 parent 885b48c commit 6141635
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@
<id>sk89q-docs-upload</id>
<url>ftp://sk89q-maven-deploy/worldedit/</url>
</site>
<repository>
<id>maven.sk89q.com</id>
<url>http://maven.sk89q.com/artifactory/libs-release-local</url>
</repository>
</distributionManagement>
<build>
<sourceDirectory>${basedir}/src/main/java/</sourceDirectory>
Expand Down Expand Up @@ -200,7 +204,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.4</version>
<version>1.7.1</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -223,7 +227,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.2</version>
<version>2.3.2</version>
<configuration>
<preparationGoals>assembly:assembly</preparationGoals>
<goals>assembly:assembly</goals>
Expand Down

0 comments on commit 6141635

Please sign in to comment.