Skip to content

Commit 610dd9b

Browse files
committed
Update SNAPSHOT to 4.1.1
1 parent 8d3516a commit 610dd9b

File tree

12 files changed

+20
-20
lines changed

12 files changed

+20
-20
lines changed

README.adoc

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

303303
.Code style
304304

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

307307
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.
308308

309309
.Inspection profiles
310310

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

313313
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.
314314

315315
.Checkstyle
316316

317317
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
318318

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

321321
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:
322322

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-zookeeper</artifactId>
9-
<version>4.1.1-SNAPSHOT</version>
9+
<version>4.1.1</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>spring-cloud-zookeeper-docs</artifactId>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>spring-cloud-zookeeper</artifactId>
8-
<version>4.1.1-SNAPSHOT</version>
8+
<version>4.1.1</version>
99
<packaging>pom</packaging>
1010
<name>Spring Cloud Zookeeper</name>
1111
<description>Spring Cloud Zookeeper</description>
1212

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/>
1818
<!-- lookup parent from repository -->
1919
</parent>
@@ -150,10 +150,10 @@
150150
</dependencyManagement>
151151

152152
<properties>
153-
<spring-cloud-build.version>4.1.1-SNAPSHOT</spring-cloud-build.version>
154-
<spring-cloud-commons.version>4.1.2-SNAPSHOT</spring-cloud-commons.version>
155-
<spring-cloud-config.version>4.1.1-SNAPSHOT</spring-cloud-config.version>
156-
<spring-cloud-openfeign.version>4.1.1-SNAPSHOT</spring-cloud-openfeign.version>
153+
<spring-cloud-build.version>4.1.1</spring-cloud-build.version>
154+
<spring-cloud-commons.version>4.1.2</spring-cloud-commons.version>
155+
<spring-cloud-config.version>4.1.1</spring-cloud-config.version>
156+
<spring-cloud-openfeign.version>4.1.1</spring-cloud-openfeign.version>
157157
<testcontainers.version>1.17.6</testcontainers.version>
158158
<mockserverclient.version>5.15.0</mockserverclient.version>
159159
</properties>

spring-cloud-starter-zookeeper-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-zookeeper</artifactId>
8-
<version>4.1.1-SNAPSHOT</version>
8+
<version>4.1.1</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>spring-cloud-starter-zookeeper-all</artifactId>

spring-cloud-starter-zookeeper-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-zookeeper</artifactId>
8-
<version>4.1.1-SNAPSHOT</version>
8+
<version>4.1.1</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>spring-cloud-starter-zookeeper-config</artifactId>

spring-cloud-starter-zookeeper-discovery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-zookeeper</artifactId>
9-
<version>4.1.1-SNAPSHOT</version>
9+
<version>4.1.1</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>spring-cloud-starter-zookeeper-discovery</artifactId>

spring-cloud-starter-zookeeper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-zookeeper</artifactId>
8-
<version>4.1.1-SNAPSHOT</version>
8+
<version>4.1.1</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>spring-cloud-starter-zookeeper</artifactId>

spring-cloud-zookeeper-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.cloud</groupId>
1414
<artifactId>spring-cloud-zookeeper</artifactId>
15-
<version>4.1.1-SNAPSHOT</version>
15+
<version>4.1.1</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

spring-cloud-zookeeper-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.cloud</groupId>
1414
<artifactId>spring-cloud-zookeeper</artifactId>
15-
<version>4.1.1-SNAPSHOT</version>
15+
<version>4.1.1</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

spring-cloud-zookeeper-dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>spring-cloud-dependencies-parent</artifactId>
77
<groupId>org.springframework.cloud</groupId>
8-
<version>4.1.1-SNAPSHOT</version>
8+
<version>4.1.1</version>
99
<relativePath/>
1010
</parent>
1111
<artifactId>spring-cloud-zookeeper-dependencies</artifactId>
12-
<version>4.1.1-SNAPSHOT</version>
12+
<version>4.1.1</version>
1313
<packaging>pom</packaging>
1414
<name>spring-cloud-zookeeper-dependencies</name>
1515
<description>Spring Cloud Zookeeper Dependencies</description>

0 commit comments

Comments
 (0)