Skip to content

Commit

Permalink
ISSUE: PURPOSE: Versioning kurator-akka as 0.3. DESCRIPTION: In pom, …
Browse files Browse the repository at this point in the history
…also set version of maven jar plugin to remove warning.
  • Loading branch information
chicoreus committed Apr 12, 2016
1 parent 4c21d3f commit 6927473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.kurator</groupId>
<artifactId>kurator-akka</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>
<name>kurator-akka</name>
<url>http://opensource.ncsa.illinois.edu/projects/KURATOR</url>
Expand Down Expand Up @@ -180,6 +180,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<configuration>
<archive>
<manifest>
Expand Down

0 comments on commit 6927473

Please sign in to comment.