Skip to content

Commit 8b5b3ab

Browse files
Updated versions
1 parent 527255b commit 8b5b3ab

File tree

26 files changed

+27
-27
lines changed

26 files changed

+27
-27
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.daemon=false
22
verifierVersion=4.0.1-SNAPSHOT
3-
springBootVersion=3.0.1-SNAPSHOT
4-
camelVersion=3.11.0
3+
springBootVersion=3.0.1
4+
camelVersion=3.11.0

docs/src/main/asciidoc/docker-project.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ set -x
318318
319319
CURRENT_DIR="$( pwd )"
320320
321-
export SC_CONTRACT_DOCKER_VERSION="${SC_CONTRACT_DOCKER_VERSION:-3.0.1-SNAPSHOT}"
321+
export SC_CONTRACT_DOCKER_VERSION="${SC_CONTRACT_DOCKER_VERSION:-4.0.1-SNAPSHOT}"
322322
export APP_IP="$( ./whats_my_ip.sh )"
323323
export APP_PORT="${APP_PORT:-8000}"
324324
export APPLICATION_BASE_URL="http://${APP_IP}:${APP_PORT}"

guides/gs-contract-rest/complete/contract-rest-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>3.0.1-SNAPSHOT</version>
14+
<version>3.0.1</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717

guides/gs-contract-rest/complete/contract-rest-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>3.0.1-SNAPSHOT</version>
14+
<version>3.0.1</version>
1515
<relativePath /> <!-- lookup parent from repository -->
1616
</parent>
1717

guides/gs-contract-rest/initial/contract-rest-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>3.0.1-SNAPSHOT</version>
14+
<version>3.0.1</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717

guides/gs-contract-rest/initial/contract-rest-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>3.0.1-SNAPSHOT</version>
14+
<version>3.0.1</version>
1515
<relativePath /> <!-- lookup parent from repository -->
1616
</parent>
1717

samples/standalone/contracts/com/example/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.0.1-SNAPSHOT</version>
17+
<version>3.0.1</version>
1818
<relativePath/>
1919
</parent>
2020

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
org.gradle.daemon=false
22
BOM_VERSION=2022.0.1-SNAPSHOT
3-
bootVersion=3.0.1-SNAPSHOT
3+
bootVersion=3.0.1

samples/standalone/dsl/http-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.0.1-SNAPSHOT</version>
17+
<version>3.0.1</version>
1818
<relativePath/>
1919
</parent>
2020

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.daemon=false
22
verifierVersion=4.0.1-SNAPSHOT
33
BOM_VERSION=2022.0.1-SNAPSHOT
4-
bootVersion=3.0.1-SNAPSHOT
4+
bootVersion=3.0.1

0 commit comments

Comments
 (0)