Skip to content

Commit

Permalink
Merge commit 'b32d6d87e6af1610a7086c26e278e575f5fbc145'
Browse files Browse the repository at this point in the history
Thanks @Shalar
  • Loading branch information
md-5 committed Feb 3, 2012
2 parents d3b0959 + b32d6d8 commit 497056e
Show file tree
Hide file tree
Showing 22 changed files with 348 additions and 726 deletions.
Binary file removed AutoGroup-1.0.zip
Binary file not shown.
Binary file removed AutoGroup-1.1.1.zip
Binary file not shown.
Binary file removed AutoGroup-1.1.zip
Binary file not shown.
39 changes: 36 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.md_5.autogroup</groupId>
<artifactId>AutoGroup</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.2.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>AutoGroup</name>
Expand All @@ -19,8 +19,41 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.0.1-R2-SNAPSHOT</version>
<version>1.1-R4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.1.alpha</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<excludes>
<exclude>classworlds:classworlds</exclude>
<exclude>junit:junit</exclude>
<exclude>jmock:*</exclude>
<exclude>*:xml-apis</exclude>
<exclude>org.apache.maven:lib:tests</exclude>
<exclude>org.bukkit</exclude>
</excludes>
</artifactSet>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Binary file added release/AutoGroup-1.2.0.jar
Binary file not shown.
Binary file added release/AutoGroup-1.2.1.jar
Binary file not shown.
Binary file added release/AutoGroup-1.2.2.jar
Binary file not shown.
124 changes: 0 additions & 124 deletions release/donate-dummy.php

This file was deleted.

123 changes: 0 additions & 123 deletions release/donate-sandbox.php

This file was deleted.

Loading

0 comments on commit 497056e

Please sign in to comment.