Updated versions

This commit is contained in:
Marcin Grzejszczak
2023-01-19 16:35:24 +01:00
parent 527255b91c
commit 8b5b3ab6cb
26 changed files with 27 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=4.0.1-SNAPSHOT
springBootVersion=3.0.1-SNAPSHOT
camelVersion=3.11.0
springBootVersion=3.0.1
camelVersion=3.11.0

View File

@@ -318,7 +318,7 @@ set -x
CURRENT_DIR="$( pwd )"
export SC_CONTRACT_DOCKER_VERSION="${SC_CONTRACT_DOCKER_VERSION:-3.0.1-SNAPSHOT}"
export SC_CONTRACT_DOCKER_VERSION="${SC_CONTRACT_DOCKER_VERSION:-4.0.1-SNAPSHOT}"
export APP_IP="$( ./whats_my_ip.sh )"
export APP_PORT="${APP_PORT:-8000}"
export APPLICATION_BASE_URL="http://${APP_IP}:${APP_PORT}"

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath/>
</parent>

View File

@@ -1,3 +1,3 @@
org.gradle.daemon=false
BOM_VERSION=2022.0.1-SNAPSHOT
bootVersion=3.0.1-SNAPSHOT
bootVersion=3.0.1

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath/>
</parent>

View File

@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=4.0.1-SNAPSHOT
BOM_VERSION=2022.0.1-SNAPSHOT
bootVersion=3.0.1-SNAPSHOT
bootVersion=3.0.1

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath/>
</parent>

View File

@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=4.0.1-SNAPSHOT
BOM_VERSION=2022.0.1-SNAPSHOT
bootVersion=3.0.1-SNAPSHOT
bootVersion=3.0.1

View File

@@ -31,7 +31,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath/>
</parent>

View File

@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=4.0.1-SNAPSHOT
BOM_VERSION=2022.0.1-SNAPSHOT
bootVersion=3.0.1-SNAPSHOT
bootVersion=3.0.1

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath/>
</parent>

View File

@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=4.0.1-SNAPSHOT
BOM_VERSION=2022.0.1-SNAPSHOT
bootVersion=3.0.1-SNAPSHOT
bootVersion=3.0.1

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath/>
</parent>

View File

@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=4.0.1-SNAPSHOT
BOM_VERSION=2022.0.1-SNAPSHOT
bootVersion=3.0.1-SNAPSHOT
bootVersion=3.0.1

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath/>
</parent>

View File

@@ -16,5 +16,5 @@
wiremockVersion=2.35.0
jsonAssertVersion=0.6.2
verifierVersion=4.0.1-SNAPSHOT
bootVersion=3.0.1-SNAPSHOT
bootVersion=3.0.1
groovyVersion=2.4.17

View File

@@ -16,5 +16,5 @@
wiremockVersion=2.35.0
jsonAssertVersion=0.6.2
verifierVersion=4.0.1-SNAPSHOT
bootVersion=3.0.1-SNAPSHOT
bootVersion=3.0.1
groovyVersion=2.4.17

View File

@@ -29,7 +29,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<dependencies>

View File

@@ -29,7 +29,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<dependencies>

View File

@@ -29,7 +29,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<dependencies>

View File

@@ -29,7 +29,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<dependencies>

View File

@@ -29,7 +29,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<dependencies>