Skip to content

Commit

Permalink
Release v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TFaga committed Mar 14, 2017
1 parent 352c8a5 commit 0d07d5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lynx</artifactId>
<groupId>com.github.tfaga.lynx</groupId>
<version>1.0.0-beta.2-SNAPSHOT</version>
<version>1.0.0-beta.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Lynx Core</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.tfaga.lynx</groupId>
<artifactId>lynx</artifactId>
<packaging>pom</packaging>
<version>1.0.0-beta.2-SNAPSHOT</version>
<version>1.0.0-beta.2</version>
<name>Lynx</name>

<modules>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>com.github.tfaga.lynx</groupId>
<artifactId>lynx-core</artifactId>
<version>1.0.0-beta.2-SNAPSHOT</version>
<version>1.0.0-beta.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0d07d5a

Please sign in to comment.