Skip to content

Commit

Permalink
release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyphen-ated committed Nov 10, 2014
1 parent 2895011 commit 7669262
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>hyphenated.djbot</groupId>
<artifactId>djbot</artifactId>
<packaging>jar</packaging>
<version>0.1.4</version>
<version>0.1.5</version>
<name>djbot</name>

<properties>
Expand Down Expand Up @@ -84,15 +84,15 @@
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
<configuration>
<descriptor>src/assembly/dist.xml</descriptor>
<finalName>djbot-${project.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
<configuration>
<descriptor>src/assembly/dist.xml</descriptor>
<finalName>djbot-${project.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down

0 comments on commit 7669262

Please sign in to comment.