Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release liquigraph-1.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Biville committed Apr 20, 2016
1 parent 3ceda86 commit 791d46c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions liquigraph-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.liquigraph</groupId>
<artifactId>liquigraph-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC3</version>
</parent>

<artifactId>liquigraph-cli</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.liquigraph</groupId>
<artifactId>liquigraph-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC3</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>
Expand Down
2 changes: 1 addition & 1 deletion liquigraph-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.liquigraph</groupId>
<artifactId>liquigraph-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC3</version>
</parent>

<artifactId>liquigraph-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions liquigraph-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.liquigraph</groupId>
<artifactId>liquigraph-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC3</version>
</parent>

<artifactId>liquigraph-maven-plugin</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.liquigraph</groupId>
<artifactId>liquigraph-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC3</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.liquigraph</groupId>
<artifactId>liquigraph-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC3</version>
<packaging>pom</packaging>

<name>liquigraph-parent</name>
Expand Down

0 comments on commit 791d46c

Please sign in to comment.