Skip to content

Commit

Permalink
removed duplicate version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas committed Oct 31, 2023
1 parent 5531100 commit 37f6bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>

<version.spring.boot>3.1.5</version.spring.boot>
<version.spring-boot>3.1.5</version.spring-boot>
<version.camunda>8.3.0</version.camunda>
<version.camunda-spring>8.3.0</version.camunda-spring>
<version.camunda-connectors>8.3.0</version.camunda-connectors>
Expand Down Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${version.spring.boot}</version>
<version>${version.spring-boot}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
1 change: 0 additions & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${version.spring.boot}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 37f6bdb

Please sign in to comment.