Skip to content

Commit

Permalink
#48 Version 1.0.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Edson Prestes committed Aug 6, 2019
1 parent f670061 commit f6bd030
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
13 changes: 11 additions & 2 deletions core-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@
<parent>
<groupId>br.opensource.game.chessgame</groupId>
<artifactId>chessgame</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
</parent>

<artifactId>chessgame-core-java</artifactId>
<version>1.0-SNAPSHOT</version>
<name>[CHESS][JAR][JAVA] Core module</name>

<dependencies>

<dependency>
<!-- JUnit addons -->
<groupId>junit-addons</groupId>
<artifactId>junit-addons</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>br.opensource.game.chessgame</groupId>
<artifactId>chessgame</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>

<name>[CHESS][POM] Chess Game Project</name>
<url>https://github.com/emprestes/chessgame/wiki</url>
Expand Down Expand Up @@ -128,12 +128,6 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit-addons</groupId>
<artifactId>junit-addons</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>

<!-- SLF4J -->
<dependency>
Expand Down

0 comments on commit f6bd030

Please sign in to comment.