Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jmurmel-all-1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mayerrobert committed May 20, 2023
1 parent e164d2d commit 645bec2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.github.jmurmel</groupId>
<artifactId>jmurmel-all</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.5-SNAPSHOT</version>
<version>1.4.3</version>
</parent>

<artifactId>jmurmel</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions lambdajbm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.github.jmurmel</groupId>
<artifactId>jmurmel-all</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.5-SNAPSHOT</version>
<version>1.4.3</version>
</parent>

<artifactId>jmurmelbm</artifactId>
Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>io.github.jmurmel</groupId>
<artifactId>jmurmel</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.4.3</version>
<scope>compile</scope>
</dependency>

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

<groupId>io.github.jmurmel</groupId>
<artifactId>jmurmel-all</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.4.3</version>
<packaging>pom</packaging>

<description>Murmel interpreter/ compiler</description>
Expand All @@ -20,7 +20,7 @@
<url>https://github.com/mayerrobert/jmurmel/blob/master</url>
<connection>scm:git:git://github.com/mayerrobert/jmurmel.git</connection>
<developerConnection>scm:git:git@github.com:mayerrobert/jmurmel.git</developerConnection>
<tag>HEAD</tag>
<tag>jmurmel-all-1.4.3</tag>
</scm>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions samples.mlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<groupId>io.github.jmurmel</groupId>
<artifactId>jmurmel-all</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.5-SNAPSHOT</version>
<version>1.4.3</version>
</parent>

<artifactId>samples.mlib</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.4.3</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>io.github.jmurmel</groupId>
<artifactId>jmurmel</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.4.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions samples.murmel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<groupId>io.github.jmurmel</groupId>
<artifactId>jmurmel-all</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.5-SNAPSHOT</version>
<version>1.4.3</version>
</parent>

<artifactId>samples.murmel</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.4.3</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>io.github.jmurmel</groupId>
<artifactId>jmurmel</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.4.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<groupId>io.github.jmurmel</groupId>
<artifactId>jmurmel-all</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.5-SNAPSHOT</version>
<version>1.4.3</version>
</parent>

<artifactId>scripts</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.4.3</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 645bec2

Please sign in to comment.