Skip to content

Commit

Permalink
fix invalid snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 24, 2010
1 parent dd38057 commit 06d27c7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>seam-catch-parent</artifactId>
<groupId>org.jboss.seam.catch</groupId>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>seam-catch-api</artifactId>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Seam Catch Module API</name>

Expand Down
14 changes: 7 additions & 7 deletions dist/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.catch</groupId>
<artifactId>seam-catch-parent</artifactId>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,43 +23,43 @@
<dependency>
<groupId>org.jboss.seam.catch</groupId>
<artifactId>seam-catch-api</artifactId>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<optional>false</optional>
</dependency>

<dependency>
<groupId>org.jboss.seam.catch</groupId>
<artifactId>seam-catch-impl</artifactId>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<optional>false</optional>
</dependency>

<dependency>
<groupId>org.jboss.seam.catch</groupId>
<artifactId>seam-catch-api</artifactId>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<classifier>sources</classifier>
</dependency>

<dependency>
<groupId>org.jboss.seam.catch</groupId>
<artifactId>seam-catch-api</artifactId>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<classifier>javadoc</classifier>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.jboss.seam.catch</groupId>
<artifactId>seam-catch-impl</artifactId>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<classifier>sources</classifier>
</dependency>

<dependency>
<groupId>org.jboss.seam.catch</groupId>
<artifactId>seam-catch-impl</artifactId>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<classifier>javadoc</classifier>
<optional>true</optional>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions docs/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.jboss.seam.catch</groupId>
<artifactId>seam-catch-parent</artifactId>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.jboss.seam.catch</groupId>
<artifactId>seam-catch-reference-guide</artifactId>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Seam Catch Module Reference Guide</name>

Expand Down
10 changes: 2 additions & 8 deletions examples/jaxrs/pom.xml
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>org.jboss.seam.catch</groupId>
<artifactId>seam-catch-parent</artifactId>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.jboss.seam.catch</groupId>
<artifactId>seam-catch-example-jaxrs</artifactId>
<packaging>war</packaging>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<name>Seam Catch JAX-RS example</name>

<properties>
Expand Down Expand Up @@ -326,11 +326,5 @@

</profiles>

<scm>
<connection>scm:git:git://github.com/seam/catch.git</connection>
<developerConnection>scm:git:git@github.com:seam/catch.git</developerConnection>
<url>http://github.com/seam/catch</url>
</scm>

</project>

2 changes: 1 addition & 1 deletion impl/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>seam-catch-parent</artifactId>
<groupId>org.jboss.seam.catch</groupId>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.jboss.seam.catch</groupId>
<artifactId>seam-catch-parent</artifactId>
<packaging>pom</packaging>
<version>3.0.0.SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<name>Seam Catch Parent</name>

<properties>
Expand Down

0 comments on commit 06d27c7

Please sign in to comment.