Skip to content

Commit

Permalink
next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Jan 8, 2012
1 parent 35c4623 commit d3a49ac
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>cz.muni.fi.xharting.classic</groupId>
<artifactId>classic-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0.Final</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>classic-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/registration-war/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>cz.muni.fi.xharting.classic</groupId>
<artifactId>classic-parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>1.0.0.Final</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>registration-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/registration/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>cz.muni.fi.xharting.classic</groupId>
<artifactId>classic-parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>1.0.0.Final</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/registration/registration-ear/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>cz.muni.fi.xharting.classic.example</groupId>
<artifactId>registration-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0.Final</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>registration-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/registration/registration-ejb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>cz.muni.fi.xharting.classic.example</groupId>
<artifactId>registration-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0.Final</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>registration-ejb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/registration/registration-web/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>cz.muni.fi.xharting.classic.example</groupId>
<artifactId>registration-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0.Final</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>registration-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>cz.muni.fi.xharting.classic</groupId>
<artifactId>classic-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0.Final</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>classic-impl</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion legacy-setup/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.muni.fi.xharting.classic</groupId>
<artifactId>classic-parent</artifactId>
<version>1.0.0.Final</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>cz.muni.fi.xharting.classic</groupId>
<artifactId>classic-parent</artifactId>
<version>1.0.0.Final</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Classic Parent</name>
<properties>
Expand Down

0 comments on commit d3a49ac

Please sign in to comment.