Skip to content

Commit

Permalink
Update for release 1.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
costas80 committed Nov 14, 2024
1 parent 0cb6a2b commit c7ef091
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.24.2</version>
<version>1.24.3</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.3.4</version>
<version>3.3.5</version>
</parent>
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
<version>${version}</version>
<properties>
<!-- Dependency and plugin versions. -->
<com.gitb.version>1.24.2</com.gitb.version>
<com.gitb.version>1.24.3</com.gitb.version>
<org.apache.cxf.version>4.0.5</org.apache.cxf.version>
<!-- Other properties. -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit c7ef091

Please sign in to comment.