Skip to content

Commit

Permalink
Move version to POM
Browse files Browse the repository at this point in the history
  • Loading branch information
benkimball committed Dec 28, 2015
1 parent 09139e4 commit 3d5e520
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.benkimball</groupId>
<artifactId>ndig</artifactId>
<version>1.0</version>
<version>1.0fc1</version>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.benkimball</groupId>
<artifactId>ndig</artifactId>
<version>1.0</version>
<version>1.0fc1</version>

<dependencies>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Manifest-Version: 1.0
Main-Class: com.benkimball.ndig.NdServer
Implementation-Version: 1.0fc1

0 comments on commit 3d5e520

Please sign in to comment.