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
spullara committed Oct 9, 2023
1 parent fed5437 commit 61649d4
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>mustache.java</artifactId>
<groupId>com.github.spullara.mustache.java</groupId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
<classifier>tests</classifier>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>mustache.java</artifactId>
<groupId>com.github.spullara.mustache.java</groupId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>compiler</artifactId>
Expand All @@ -24,7 +24,7 @@
<scm>
<connection>scm:git:git://github.com/spullara/mustache.java.git</connection>
<url>http://github.com/spullara/mustache.java</url>
<tag>mustache.java-0.9.11</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down
6 changes: 3 additions & 3 deletions mustache-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>mustache.java</artifactId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
</parent>
<artifactId>mustache-maven-plugin</artifactId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>mustache-maven-plugin Maven Mojo</name>
<url>http://maven.apache.org</url>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>mustache.java</artifactId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
<description>Implementation of the Mustache language in Java.</description>

<modules>
Expand Down Expand Up @@ -52,7 +52,7 @@
<connection>scm:git:https://github.com/spullara/mustache.java.git</connection>
<developerConnection>scm:git:https://github.com/spullara/mustache.java.git</developerConnection>
<url>scm:git:https://github.com/spullara/mustache.java.git</url>
<tag>mustache.java-0.9.11</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion scala-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>mustache.java</artifactId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
</parent>

<artifactId>scala-extensions</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions scala-extensions/scala-extensions-2.10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scala-extensions</artifactId>
<groupId>com.github.spullara.mustache.java</groupId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scala-extensions-2.10</artifactId>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions scala-extensions/scala-extensions-2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scala-extensions</artifactId>
<groupId>com.github.spullara.mustache.java</groupId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scala-extensions-2.11</artifactId>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions scala-extensions/scala-extensions-2.12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scala-extensions</artifactId>
<groupId>com.github.spullara.mustache.java</groupId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scala-extensions-2.12</artifactId>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions scala-extensions/scala-extensions-2.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scala-extensions</artifactId>
<groupId>com.github.spullara.mustache.java</groupId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scala-extensions-2.13</artifactId>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.11</version>
<version>0.9.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 61649d4

Please sign in to comment.