Skip to content

Commit

Permalink
close #117 : pom.xml files now use ${hipster.version}
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezsieira committed Feb 26, 2015
1 parent ed92c8a commit fa1ec14
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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-rc1</version>
<version>${hipster.version}</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-rc1</version>
<version>${hipster.version}</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-rc1</version>
<version>${hipster.version}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hipster-examples</artifactId>
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-rc1</version>
<version>${hipster.version}</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-rc1</version>
<version>${hipster.version}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-pom</artifactId>
<packaging>pom</packaging>
<version>1.0.0-rc1</version>
<version>${hipster.version}</version>

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

0 comments on commit fa1ec14

Please sign in to comment.