Skip to content

Commit

Permalink
Version bumped to v1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo.rodriguez.mier committed Aug 12, 2015
1 parent 7e48876 commit 75ea2fa
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion hipster-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-pom</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hipster-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hipster-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-pom</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hipster-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hipster-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-pom</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hipster-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hipster-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hipster-pom</artifactId>
<groupId>es.usc.citius.hipster</groupId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0-rc2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion hipster-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-pom</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hipster-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hipster-third-party-graphs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-pom</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<!-- Site config -->
<site.url>http://hipster4j.org</site.url>
<!-- Hipster version -->
<hipster.version>1.0.0-rc2-SNAPSHOT</hipster.version>
<hipster.version>1.0.0-rc2</hipster.version>
</properties>

<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-pom</artifactId>
<packaging>pom</packaging>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0-rc2</version>

<name>hipster-pom</name>
<url>${site.url}</url>
Expand Down

0 comments on commit 75ea2fa

Please sign in to comment.