Skip to content

Commit

Permalink
Updates for release 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
costas80 committed Jun 28, 2024
1 parent a763bc2 commit b70448d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>eu.europa.ec.itb</groupId>
<artifactId>template-test-service</artifactId>
<version>1.23.0</version>
<version>1.23.1</version>
<packaging>maven-archetype</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.6</version>
<version>3.3.1</version>
</parent>
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
<version>${version}</version>
<properties>
<!-- Dependency and plugin versions. -->
<com.gitb.version>1.23.0</com.gitb.version>
<com.gitb.version>1.23.1</com.gitb.version>
<org.apache.cxf.version>4.0.4</org.apache.cxf.version>
<com.spotify.dockerfile-maven-plugin.version>1.4.13</com.spotify.dockerfile-maven-plugin.version>
<!-- Other properties. -->
Expand Down

0 comments on commit b70448d

Please sign in to comment.