Skip to content

Commit

Permalink
v0.0.1 changed to v1.0.0-alpha-1 using a new versioning convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo.rodriguez.mier committed May 21, 2014
1 parent 4489555 commit 2d95852
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
12 changes: 6 additions & 6 deletions hipster-all/pom.xml
Expand Up @@ -19,9 +19,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>hipster</artifactId>
<groupId>es.usc.citius.lab</groupId>
<version>0.0.1</version>
<artifactId>hipster-pom</artifactId>
<groupId>es.usc.citius.hipster</groupId>
<version>1.0.0-alpha-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hipster-all</artifactId>
Expand All @@ -32,17 +32,17 @@

<dependencies>
<dependency>
<groupId>es.usc.citius.lab</groupId>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>es.usc.citius.lab</groupId>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-examples</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>es.usc.citius.lab</groupId>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-test</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions hipster-core/pom.xml
Expand Up @@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>hipster</artifactId>
<groupId>es.usc.citius.lab</groupId>
<version>0.0.1</version>
<artifactId>hipster-pom</artifactId>
<groupId>es.usc.citius.hipster</groupId>
<version>1.0.0-alpha-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hipster-core</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions hipster-examples/pom.xml
Expand Up @@ -19,9 +19,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>hipster</artifactId>
<groupId>es.usc.citius.lab</groupId>
<version>0.0.1</version>
<artifactId>hipster-pom</artifactId>
<groupId>es.usc.citius.hipster</groupId>
<version>1.0.0-alpha-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hipster-examples</artifactId>
Expand All @@ -32,7 +32,7 @@

<dependencies>
<dependency>
<groupId>es.usc.citius.lab</groupId>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-core</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions hipster-jung/pom.xml
Expand Up @@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>hipster</artifactId>
<groupId>es.usc.citius.lab</groupId>
<version>0.0.1</version>
<artifactId>hipster-pom</artifactId>
<groupId>es.usc.citius.hipster</groupId>
<version>1.0.0-alpha-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hipster-jung</artifactId>
Expand All @@ -16,9 +16,9 @@

<dependencies>
<dependency>
<groupId>es.usc.citius.lab</groupId>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-core</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${parent.version}</version>
</dependency>
<dependency>
<groupId>net.sf.jung</groupId>
Expand Down
10 changes: 5 additions & 5 deletions hipster-test/pom.xml
Expand Up @@ -19,9 +19,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>hipster</artifactId>
<groupId>es.usc.citius.lab</groupId>
<version>0.0.1</version>
<artifactId>hipster-pom</artifactId>
<groupId>es.usc.citius.hipster</groupId>
<version>1.0.0-alpha-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hipster-test</artifactId>
Expand All @@ -32,13 +32,13 @@

<dependencies>
<dependency>
<groupId>es.usc.citius.lab</groupId>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-core</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>es.usc.citius.lab</groupId>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-jung</artifactId>
<version>${project.version}</version>
<scope>test</scope>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
@@ -1,11 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>es.usc.citius.lab</groupId>
<artifactId>hipster</artifactId>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-pom</artifactId>
<packaging>pom</packaging>
<name>hipster</name>
<version>0.0.1</version>
<version>1.0.0-alpha-1</version>
<url>http://github.com/citiususc/hipster</url>
<modules>
<module>hipster-core</module>
Expand Down

0 comments on commit 2d95852

Please sign in to comment.