Skip to content

Commit

Permalink
Set version before initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmafo committed Jan 14, 2017
1 parent 87a0aeb commit 09bb1c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ mvn install
then to start the GUI:

```
java -jar gui/target/gui-1.0-SNAPSHOT.jar
java -jar gui/target/gui-[version].jar
```
3 changes: 1 addition & 2 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>engine</artifactId>
<version>1.0-SNAPSHOT</version>

<parent>
<groupId>com.erikmafo.chess</groupId>
<artifactId>chess-engine-with-gui</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>


Expand Down
5 changes: 2 additions & 3 deletions gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>gui</artifactId>
<version>1.0-SNAPSHOT</version>


<parent>
<groupId>com.erikmafo.chess</groupId>
<artifactId>chess-engine-with-gui</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>


Expand All @@ -20,7 +19,7 @@
<dependency>
<groupId>com.erikmafo.chess</groupId>
<artifactId>engine</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.erikmafo.chess</groupId>
<artifactId>chess-engine-with-gui</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>Chess engine with gui</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit 09bb1c1

Please sign in to comment.