Skip to content

Commit 4913a26

Browse files
committed
Update SNAPSHOT to 4.1.1
1 parent 7adbc3f commit 4913a26

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,21 +339,21 @@ The following files can be found in the https://github.com/spring-cloud/spring-c
339339

340340
.Code style
341341

342-
image::intellij-code-style.png[Code style]
342+
image::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/docs/modules/ROOT/assets/images/intellij-code-style.png[Code style]
343343

344344
Go to `File` -> `Settings` -> `Editor` -> `Code style`. There click on the icon next to the `Scheme` section. There, click on the `Import Scheme` value and pick the `Intellij IDEA code style XML` option. Import the `spring-cloud-build-tools/src/main/resources/intellij/Intellij_Spring_Boot_Java_Conventions.xml` file.
345345

346346
.Inspection profiles
347347

348-
image::intellij-inspections.png[Code style]
348+
image::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/docs/modules/ROOT/assets/images/intellij-inspections.png[Code style]
349349

350350
Go to `File` -> `Settings` -> `Editor` -> `Inspections`. There click on the icon next to the `Profile` section. There, click on the `Import Profile` and import the `spring-cloud-build-tools/src/main/resources/intellij/Intellij_Project_Defaults.xml` file.
351351

352352
.Checkstyle
353353

354354
To have Intellij work with Checkstyle, you have to install the `Checkstyle` plugin. It's advisable to also install the `Assertions2Assertj` to automatically convert the JUnit assertions
355355

356-
image::intellij-checkstyle.png[Checkstyle]
356+
image::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/docs/modules/ROOT/assets/images/intellij-checkstyle.png[Checkstyle]
357357

358358
Go to `File` -> `Settings` -> `Other settings` -> `Checkstyle`. There click on the `+` icon in the `Configuration file` section. There, you'll have to define where the checkstyle rules should be picked from. In the image above, we've picked the rules from the cloned Spring Cloud Build repository. However, you can point to the Spring Cloud Build's GitHub repository (e.g. for the `checkstyle.xml` : `https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/spring-cloud-build-tools/src/main/resources/checkstyle.xml`). We need to provide the following variables:
359359

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.cloud</groupId>
1010
<artifactId>spring-cloud-config</artifactId>
11-
<version>4.1.1-SNAPSHOT</version>
11+
<version>4.1.1</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414
<packaging>jar</packaging>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-config</artifactId>
8-
<version>4.1.1-SNAPSHOT</version>
8+
<version>4.1.1</version>
99
<packaging>pom</packaging>
1010
<name>Spring Cloud Config</name>
1111
<description>Spring Cloud Config</description>
1212
<url>https://projects.spring.io/spring-cloud/</url>
1313
<parent>
1414
<groupId>org.springframework.cloud</groupId>
1515
<artifactId>spring-cloud-build</artifactId>
16-
<version>4.1.1-SNAPSHOT</version>
16+
<version>4.1.1</version>
1717
<relativePath/> <!-- lookup parent from repository -->
1818
</parent>
1919
<scm>
@@ -27,7 +27,7 @@
2727
</scm>
2828
<properties>
2929
<bintray.package>config</bintray.package>
30-
<spring-cloud-commons.version>4.1.2-SNAPSHOT</spring-cloud-commons.version>
30+
<spring-cloud-commons.version>4.1.2</spring-cloud-commons.version>
3131
<aws-java-sdk.version>2.17.195</aws-java-sdk.version>
3232
<google-api-services-iam.version>v1-rev20201112-1.30.10</google-api-services-iam.version>
3333
<testcontainers.version>1.17.3</testcontainers.version>

spring-cloud-config-client-tls-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.cloud</groupId>
1111
<artifactId>spring-cloud-config</artifactId>
12-
<version>4.1.1-SNAPSHOT</version>
12+
<version>4.1.1</version>
1313
<relativePath>..</relativePath>
1414
</parent>
1515

spring-cloud-config-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.cloud</groupId>
1212
<artifactId>spring-cloud-config</artifactId>
13-
<version>4.1.1-SNAPSHOT</version>
13+
<version>4.1.1</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

spring-cloud-config-dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<artifactId>spring-cloud-dependencies-parent</artifactId>
88
<groupId>org.springframework.cloud</groupId>
9-
<version>4.1.1-SNAPSHOT</version>
9+
<version>4.1.1</version>
1010
<relativePath/>
1111
</parent>
1212
<artifactId>spring-cloud-config-dependencies</artifactId>
13-
<version>4.1.1-SNAPSHOT</version>
13+
<version>4.1.1</version>
1414
<packaging>pom</packaging>
1515
<name>spring-cloud-config-dependencies</name>
1616
<description>Spring Cloud Config Dependencies</description>

spring-cloud-config-monitor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<parent>
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-config</artifactId>
9-
<version>4.1.1-SNAPSHOT</version>
9+
<version>4.1.1</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>spring-cloud-config-monitor</artifactId>
1313
<name>spring-cloud-config-monitor</name>
1414
<description>Spring Cloud Config Monitor</description>
1515
<properties>
1616
<main.basedir>${basedir}/../..</main.basedir>
17-
<spring-cloud-bus.version>4.1.1-SNAPSHOT</spring-cloud-bus.version>
17+
<spring-cloud-bus.version>4.1.1</spring-cloud-bus.version>
1818
</properties>
1919
<dependencyManagement>
2020
<dependencies>

spring-cloud-config-sample/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.cloud</groupId>
1515
<artifactId>spring-cloud-config</artifactId>
16-
<version>4.1.1-SNAPSHOT</version>
16+
<version>4.1.1</version>
1717
<relativePath>..</relativePath>
1818
</parent>
1919

spring-cloud-config-server/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.cloud</groupId>
1515
<artifactId>spring-cloud-config</artifactId>
16-
<version>4.1.1-SNAPSHOT</version>
16+
<version>4.1.1</version>
1717
<relativePath>..</relativePath>
1818
</parent>
1919

spring-cloud-starter-config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-config</artifactId>
9-
<version>4.1.1-SNAPSHOT</version>
9+
<version>4.1.1</version>
1010
</parent>
1111
<artifactId>spring-cloud-starter-config</artifactId>
12-
<version>4.1.1-SNAPSHOT</version>
12+
<version>4.1.1</version>
1313
<name>spring-cloud-starter-config</name>
1414
<description>Spring Cloud Starter</description>
1515
<url>https://projects.spring.io/spring-cloud</url>

0 commit comments

Comments
 (0)