Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thallgren committed Nov 17, 2013
1 parent 5714a1f commit bfa92ad
Show file tree
Hide file tree
Showing 24 changed files with 71 additions and 70 deletions.
4 changes: 2 additions & 2 deletions com.puppetlabs.geppetto.catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

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

<artifactId>com.puppetlabs.geppetto.common.tracer</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.common</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>${guice.groupId}</groupId>
Expand Down
2 changes: 1 addition & 1 deletion com.puppetlabs.geppetto.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>com.puppetlabs.geppetto.common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.puppetlabs.geppetto.diagnostic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>com.puppetlabs.geppetto.diagnostic</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions com.puppetlabs.geppetto.forge.api.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>com.puppetlabs.geppetto.forge.api.tests</artifactId>
<name>Geppetto Forge API Tests</name>
Expand Down Expand Up @@ -86,12 +86,12 @@
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.injectable.standalone</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.forge.api</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions com.puppetlabs.geppetto.forge.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>com.puppetlabs.geppetto.forge.api</artifactId>
<name>Geppetto Forge API</name>
Expand Down Expand Up @@ -32,12 +32,12 @@
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.common</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.semver</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
</dependencies>
</project>
16 changes: 8 additions & 8 deletions com.puppetlabs.geppetto.forge.maven.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

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

<artifactId>com.puppetlabs.geppetto.forge.tests</artifactId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.forge</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions com.puppetlabs.geppetto.forge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>com.puppetlabs.geppetto.forge</artifactId>
Expand Down Expand Up @@ -31,22 +31,22 @@
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.common</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.diagnostic</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.forge.api</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.injectable.standalone</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
Expand Down
6 changes: 3 additions & 3 deletions com.puppetlabs.geppetto.graph.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
<parent>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>com.puppetlabs.geppetto.graph.tests</artifactId>
<dependencies>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.graph</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.ruby.jrubyparser</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions com.puppetlabs.geppetto.graph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
<parent>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>com.puppetlabs.geppetto.graph</artifactId>
<dependencies>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.validation</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.ruby</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.graph</groupId>
Expand Down
4 changes: 2 additions & 2 deletions com.puppetlabs.geppetto.injectable.standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>com.puppetlabs.geppetto.injectable.standalone</artifactId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.common</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down
4 changes: 2 additions & 2 deletions com.puppetlabs.geppetto.pp.dsl.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

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

<artifactId>com.puppetlabs.geppetto.pp.dsl</artifactId>
Expand Down Expand Up @@ -64,32 +64,32 @@
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.pp</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.common</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.common.tracer</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.injectable.standalone</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.semver</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.ruby</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>
Expand Down
2 changes: 1 addition & 1 deletion com.puppetlabs.geppetto.pp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>com.puppetlabs.geppetto.pp</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions com.puppetlabs.geppetto.puppetlint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>com.puppetlabs.geppetto.puppetlint</artifactId>
Expand All @@ -17,12 +17,12 @@
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.common</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.diagnostic</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>${guice.groupId}</groupId>
Expand Down
6 changes: 3 additions & 3 deletions com.puppetlabs.geppetto.ruby.jrubyparser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>com.puppetlabs.geppetto.ruby.jrubyparser</artifactId>
Expand All @@ -16,12 +16,12 @@
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.common</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.geppetto</groupId>
<artifactId>com.puppetlabs.geppetto.ruby</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.puppetlabs.jruby</groupId>
Expand Down
Loading

0 comments on commit bfa92ad

Please sign in to comment.