Skip to content

Commit

Permalink
next development version 2.7.16-2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Sep 25, 2023
1 parent 263714b commit ac8e75f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.snowdrop.example</groupId>
<artifactId>configmap</artifactId>
<version>2.7.16-1-redhat</version>
<version>2.7.16-2-SNAPSHOT</version>
<name>Spring Boot - ConfigMap Example</name>
<description>Spring Boot - ConfigMap Example</description>
<properties>
Expand All @@ -33,10 +33,10 @@
<!-- We cannot use Dekorate 3.x because it uses Fabric8 Kubernetes Client 6.x which is incompatible with
https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-kubernetes-fabric8-autoconfig that uses the
version 5.10.2. Once this dependency bumped to the latest 6.x, we can bump Dekorate to 3.x. -->
<dekorate.version>2.11.5.redhat-00017</dekorate.version>
<dekorate.version>2.11.6</dekorate.version>

<!-- Overriden from Spring Boot -->
<tomcat.version>9.0.62.redhat-00011</tomcat.version>
<tomcat.version>9.0.80</tomcat.version>
</properties>
<licenses>
<license>
Expand Down

0 comments on commit ac8e75f

Please sign in to comment.