Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-3.0.3-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
thallgren committed Apr 6, 2013
1 parent eabcfa3 commit 97b6956
Show file tree
Hide file tree
Showing 21 changed files with 54 additions and 54 deletions.
4 changes: 2 additions & 2 deletions org.cloudsmith.geppetto.catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>

<artifactId>org.cloudsmith.geppetto.catalog</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.common</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
4 changes: 2 additions & 2 deletions org.cloudsmith.geppetto.common.tracer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>

<artifactId>org.cloudsmith.geppetto.common.tracer</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.common</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.cloudsmith.geppetto.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>

<artifactId>org.cloudsmith.geppetto.common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.cloudsmith.geppetto.eclipse.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>

<artifactId>org.cloudsmith.geppetto.eclipse.core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions org.cloudsmith.geppetto.forge.api.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>
<artifactId>org.cloudsmith.geppetto.forge.api.tests</artifactId>
<name>Geppetto Forge API Tests</name>
Expand Down Expand Up @@ -198,7 +198,7 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.forge.api</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions org.cloudsmith.geppetto.forge.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>
<artifactId>org.cloudsmith.geppetto.forge.api</artifactId>
<name>Geppetto Forge API</name>
Expand Down Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.semver</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
</dependencies>
</project>
14 changes: 7 additions & 7 deletions org.cloudsmith.geppetto.forge.maven.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>

<artifactId>forge-maven-plugin</artifactId>
Expand Down Expand Up @@ -54,32 +54,32 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.common</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.forge.api</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.ruby.jrubyparser</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.pp.dsl</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.puppetlint</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.validation</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
4 changes: 2 additions & 2 deletions org.cloudsmith.geppetto.forge.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>

<artifactId>org.cloudsmith.geppetto.forge.tests</artifactId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.forge</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions org.cloudsmith.geppetto.forge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>

<artifactId>org.cloudsmith.geppetto.forge</artifactId>
Expand Down Expand Up @@ -31,12 +31,12 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.common</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.forge.api</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
Expand Down
4 changes: 2 additions & 2 deletions org.cloudsmith.geppetto.pp.dsl.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>

<artifactId>org.cloudsmith.geppetto.pp.dsl.tests</artifactId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.pp.dsl</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>
Expand Down
12 changes: 6 additions & 6 deletions org.cloudsmith.geppetto.pp.dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>

<artifactId>org.cloudsmith.geppetto.pp.dsl</artifactId>
Expand Down Expand Up @@ -65,27 +65,27 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.pp</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.common</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.common.tracer</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.eclipse.core</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.ruby</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.cloudsmith.geppetto.pp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>

<artifactId>org.cloudsmith.geppetto.pp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions org.cloudsmith.geppetto.puppetlint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>

<artifactId>org.cloudsmith.geppetto.puppetlint</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.common</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down
6 changes: 3 additions & 3 deletions org.cloudsmith.geppetto.ruby.jrubyparser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>

<artifactId>org.cloudsmith.geppetto.ruby.jrubyparser</artifactId>
Expand All @@ -16,12 +16,12 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.common</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.ruby</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.jruby</groupId>
Expand Down
6 changes: 3 additions & 3 deletions org.cloudsmith.geppetto.ruby.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>

<artifactId>org.cloudsmith.geppetto.ruby.tests</artifactId>
Expand Down Expand Up @@ -39,13 +39,13 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.ruby</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.ruby.jrubyparser</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions org.cloudsmith.geppetto.ruby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>

<artifactId>org.cloudsmith.geppetto.ruby</artifactId>
Expand All @@ -17,17 +17,17 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.pp</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.common</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.eclipse.core</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>
Expand Down
4 changes: 2 additions & 2 deletions org.cloudsmith.geppetto.semver.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>
<artifactId>org.cloudsmith.geppetto.semver.tests</artifactId>
<name>Geppetto Semantic Versioning Tests</name>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.semver</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion org.cloudsmith.geppetto.semver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>
<artifactId>org.cloudsmith.geppetto.semver</artifactId>
<name>Geppetto Semantic Versioning</name>
Expand Down
6 changes: 3 additions & 3 deletions org.cloudsmith.geppetto.validation.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>parent</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
</parent>
<artifactId>org.cloudsmith.geppetto.validation.tests</artifactId>
<name>Geppetto Validation Tests</name>
Expand All @@ -31,13 +31,13 @@
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.ruby.jrubyparser</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.cloudsmith.geppetto</groupId>
<artifactId>org.cloudsmith.geppetto.validation</artifactId>
<version>3.0.3-rc1-SNAPSHOT</version>
<version>3.0.3-rc1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit 97b6956

Please sign in to comment.