Skip to content

Commit

Permalink
Release version 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sk89q committed Aug 16, 2014
1 parent 4cadbb4 commit 2978b2a
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.sk89q</groupId>
<artifactId>squirrelid</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -259,34 +259,6 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.7.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<minimizeJar>true</minimizeJar>
<artifactSet>
<includes>
<include>com.googlecode.json-simple:json-simple</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>org.json.simple</pattern>
<shadedPattern>com.sk89q.squirrelid.internal.json-simple</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 2978b2a

Please sign in to comment.