Skip to content

Commit d3fe582

Browse files
Fixed invalid version
1 parent ca5a536 commit d3fe582

138 files changed

Lines changed: 224 additions & 224 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

beer_contracts/example/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>2.6.0-M3</version>
17+
<version>2.6.6</version>
1818
<relativePath/>
1919
</parent>
2020

beer_contracts/gradle.properties

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=3.1.0-SNAPSHOT
3-
bootVersion=2.6.0-M3
4-
BOM_VERSION=2021.0.0-SNAPSHOT
3+
bootVersion=2.6.6
4+
BOM_VERSION=2021.0.5-SNAPSHOT

beer_contracts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.6.0-M3</version>
16+
<version>2.6.6</version>
1717
<relativePath/> <!-- lookup parent from repository -->
1818
</parent>
1919

beer_contracts/src/main/resources/contracts/com/example/beer-api-producer-external/1.0.0/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>2.6.0-M3</version>
17+
<version>2.6.6</version>
1818
<relativePath/>
1919
</parent>
2020

beer_contracts/src/main/resources/contracts/com/example/beer-api-producer-external/2.0.0/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>2.6.0-M3</version>
17+
<version>2.6.6</version>
1818
<relativePath/>
1919
</parent>
2020

beer_contracts/src/main/resources/contracts/foo/bar/barService/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.6.0-M3</version>
16+
<version>2.6.6</version>
1717
<relativePath/>
1818
</parent>
1919

beer_contracts/src/main/resources/contracts/foo/bar/bazService/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.6.0-M3</version>
16+
<version>2.6.6</version>
1717
<relativePath/>
1818
</parent>
1919

beer_contracts/src/main/resources/contracts/foo/bar/beer-api-consumer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.6.0-M3</version>
16+
<version>2.6.6</version>
1717
<relativePath/>
1818
</parent>
1919

beer_contracts/src/main/resources/contracts/foo/bar/fooService/1.2.3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.6.0-M3</version>
16+
<version>2.6.6</version>
1717
<relativePath/>
1818
</parent>
1919

common/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
org.gradle.daemon=false
2-
BOM_VERSION=2021.0.0-SNAPSHOT
2+
BOM_VERSION=2021.0.5-SNAPSHOT

0 commit comments

Comments
 (0)