Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason van Zyl committed Mar 23, 2015
1 parent 1cba6bd commit 65ac9a4
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion polyglot-atom/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</parent>

<artifactId>polyglot-atom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion polyglot-clojure/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</parent>

<artifactId>polyglot-clojure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion polyglot-common/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</parent>

<artifactId>polyglot-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion polyglot-groovy/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</parent>

<artifactId>polyglot-groovy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion polyglot-maven-plugin/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</parent>

<artifactId>polyglot-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion polyglot-ruby/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</parent>

<artifactId>polyglot-ruby</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion polyglot-scala/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</parent>
<artifactId>polyglot-scala</artifactId>
<name>Polyglot :: Scala</name>
Expand Down
2 changes: 1 addition & 1 deletion polyglot-translate-plugin/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</parent>

<artifactId>polyglot-translate-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion polyglot-yaml/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</parent>
<artifactId>polyglot-yaml</artifactId>
<name>Polyglot :: YAML</name>
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Expand Up @@ -15,7 +15,7 @@

<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
<name>Polyglot :: Aggregator</name>
<packaging>pom</packaging>

Expand All @@ -36,7 +36,7 @@
<connection>scm:git:git@github.com:tesla/tesla-polyglot.git</connection>
<developerConnection>scm:git:git@github.com:tesla/tesla-polyglot.git</developerConnection>
<url>https://github.com/tesla/tesla-polyglot</url>
<tag>polyglot-0.1.8</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand All @@ -56,32 +56,32 @@
<dependency>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-common</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-ruby</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-groovy</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-atom</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-scala</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-yaml</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
</dependency>
<!-- We inline Maven's dependency management section to align dependency
versions from Maven's core -->
Expand Down

0 comments on commit 65ac9a4

Please sign in to comment.