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
mosabua committed Mar 4, 2020
1 parent 7495741 commit 4cc17a8
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 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.4.5</version>
<version>0.4.6-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.4.5</version>
<version>0.4.6-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.4.5</version>
<version>0.4.6-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.4.5</version>
<version>0.4.6-SNAPSHOT</version>
</parent>

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

<artifactId>polyglot-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion polyglot-kotlin/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>0.4.5</version>
<version>0.4.6-SNAPSHOT</version>
</parent>

<artifactId>polyglot-kotlin</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.4.5</version>
<version>0.4.6-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.4.5</version>
<version>0.4.6-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.4.5</version>
<version>0.4.6-SNAPSHOT</version>
</parent>
<artifactId>polyglot-scala</artifactId>
<packaging>takari-jar</packaging>
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.4.5</version>
<version>0.4.6-SNAPSHOT</version>
</parent>

<artifactId>polyglot-translate-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion polyglot-xml/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>0.4.5</version>
<version>0.4.6-SNAPSHOT</version>
</parent>
<artifactId>polyglot-xml</artifactId>
<packaging>takari-jar</packaging>
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.4.5</version>
<version>0.4.6-SNAPSHOT</version>
</parent>
<artifactId>polyglot-yaml</artifactId>
<packaging>takari-jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -15,7 +15,7 @@

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

Expand All @@ -37,7 +37,7 @@
<connection>scm:git:git@github.com:takari/polyglot-maven.git</connection>
<developerConnection>scm:git:git@github.com:takari/polyglot-maven.git</developerConnection>
<url>https://github.com/takari/polyglot-maven</url>
<tag>polyglot-0.4.5</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit 4cc17a8

Please sign in to comment.