Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Degenetais committed Oct 12, 2024
1 parent 19e2395 commit 152ca00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions async-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>fr.ans.psc</groupId>
<artifactId>async-listener-root</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>fr.ans.in.user</groupId>
<artifactId>in-user-api</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions in-user-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
<parent>
<groupId>fr.ans.psc</groupId>
<artifactId>async-listener-root</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>fr.ans.in.user</groupId>
<artifactId>in-user-api</artifactId>
<packaging>jar</packaging>
<name>in-user-api</name>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<url>https://github.com/swagger-api/swagger-codegen</url>
<description>Client in user api (spring RestTemplate)</description>
<licenses>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>fr.ans.psc</groupId>
<artifactId>async-listener-root</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>pom</packaging>
<inceptionYear>2022-2024</inceptionYear>

Expand All @@ -45,7 +45,7 @@
</modules>
<scm>
<connection>scm:git:${project.basedir}</connection>
<tag>HEAD</tag>
<tag>1.1.2</tag>
</scm>
<build>
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
Expand Down

0 comments on commit 152ca00

Please sign in to comment.