diff --git a/hipster-all/pom.xml b/hipster-all/pom.xml index f9654b8..836e148 100644 --- a/hipster-all/pom.xml +++ b/hipster-all/pom.xml @@ -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"> - hipster - es.usc.citius.lab - 0.0.1 + hipster-pom + es.usc.citius.hipster + 1.0.0-alpha-1 4.0.0 hipster-all @@ -32,17 +32,17 @@ - es.usc.citius.lab + es.usc.citius.hipster hipster-core ${project.version} - es.usc.citius.lab + es.usc.citius.hipster hipster-examples ${project.version} - es.usc.citius.lab + es.usc.citius.hipster hipster-test ${project.version} diff --git a/hipster-core/pom.xml b/hipster-core/pom.xml index 81efd66..d989559 100644 --- a/hipster-core/pom.xml +++ b/hipster-core/pom.xml @@ -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"> - hipster - es.usc.citius.lab - 0.0.1 + hipster-pom + es.usc.citius.hipster + 1.0.0-alpha-1 4.0.0 hipster-core diff --git a/hipster-examples/pom.xml b/hipster-examples/pom.xml index bdafa09..553ab11 100644 --- a/hipster-examples/pom.xml +++ b/hipster-examples/pom.xml @@ -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"> - hipster - es.usc.citius.lab - 0.0.1 + hipster-pom + es.usc.citius.hipster + 1.0.0-alpha-1 4.0.0 hipster-examples @@ -32,7 +32,7 @@ - es.usc.citius.lab + es.usc.citius.hipster hipster-core ${project.version} diff --git a/hipster-jung/pom.xml b/hipster-jung/pom.xml index b24f2d7..278aef6 100644 --- a/hipster-jung/pom.xml +++ b/hipster-jung/pom.xml @@ -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"> - hipster - es.usc.citius.lab - 0.0.1 + hipster-pom + es.usc.citius.hipster + 1.0.0-alpha-1 4.0.0 hipster-jung @@ -16,9 +16,9 @@ - es.usc.citius.lab + es.usc.citius.hipster hipster-core - 0.0.1-SNAPSHOT + ${parent.version} net.sf.jung diff --git a/hipster-test/pom.xml b/hipster-test/pom.xml index 5cddd51..1fe9554 100644 --- a/hipster-test/pom.xml +++ b/hipster-test/pom.xml @@ -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"> - hipster - es.usc.citius.lab - 0.0.1 + hipster-pom + es.usc.citius.hipster + 1.0.0-alpha-1 4.0.0 hipster-test @@ -32,13 +32,13 @@ - es.usc.citius.lab + es.usc.citius.hipster hipster-core ${project.version} test - es.usc.citius.lab + es.usc.citius.hipster hipster-jung ${project.version} test diff --git a/pom.xml b/pom.xml index 839c3fd..aefd3f7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,11 @@ 4.0.0 - es.usc.citius.lab - hipster + es.usc.citius.hipster + hipster-pom pom hipster - 0.0.1 + 1.0.0-alpha-1 http://github.com/citiususc/hipster hipster-core