Skip to content

Commit ade546b

Browse files
committedNov 21, 2024
Release version 5.2.0
1 parent 6af3d7f commit ade546b

File tree

9 files changed

+9
-12
lines changed

9 files changed

+9
-12
lines changed
 

‎.github/workflows/maven-central-release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
wget --user="$ARTIFACTORY_USERNAME" --password="$ARTIFACTORY_PASSWORD" $ARTIFACTORY_URL/spring-batch-integration/$RELEASE_VERSION/spring-batch-integration-$RELEASE_VERSION-sources.jar
6767
6868
- name: Sign artifacts and release them to Maven Central
69-
uses: jvalkeal/nexus-sync@v0
69+
uses: spring-io/nexus-sync-action@main
7070
id: nexus
7171
with:
7272
url: ${{ secrets.OSSRH_URL }}
@@ -78,6 +78,3 @@ jobs:
7878
close: true
7979
release: true
8080
generate-checksums: true
81-
pgp-sign: true
82-
pgp-sign-passphrase: ${{ secrets.GPG_PASSPHRASE }}
83-
pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY }}

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
designed to enable the development of robust batch applications vital
99
for the daily operations of enterprise systems. Spring Batch is part of
1010
the Spring Portfolio.</description>
11-
<version>5.2.0-SNAPSHOT</version>
11+
<version>5.2.0</version>
1212
<packaging>pom</packaging>
1313
<url>https://projects.spring.io/spring-batch</url>
1414

‎spring-batch-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.batch</groupId>
66
<artifactId>spring-batch</artifactId>
7-
<version>5.2.0-SNAPSHOT</version>
7+
<version>5.2.0</version>
88
</parent>
99
<artifactId>spring-batch-bom</artifactId>
1010
<packaging>pom</packaging>

‎spring-batch-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.batch</groupId>
66
<artifactId>spring-batch</artifactId>
7-
<version>5.2.0-SNAPSHOT</version>
7+
<version>5.2.0</version>
88
</parent>
99
<artifactId>spring-batch-core</artifactId>
1010
<packaging>jar</packaging>

‎spring-batch-docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.batch</groupId>
66
<artifactId>spring-batch</artifactId>
7-
<version>5.2.0-SNAPSHOT</version>
7+
<version>5.2.0</version>
88
</parent>
99
<artifactId>spring-batch-docs</artifactId>
1010
<name>Spring Batch Docs</name>

‎spring-batch-infrastructure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.batch</groupId>
66
<artifactId>spring-batch</artifactId>
7-
<version>5.2.0-SNAPSHOT</version>
7+
<version>5.2.0</version>
88
</parent>
99
<artifactId>spring-batch-infrastructure</artifactId>
1010
<packaging>jar</packaging>

‎spring-batch-integration/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.batch</groupId>
66
<artifactId>spring-batch</artifactId>
7-
<version>5.2.0-SNAPSHOT</version>
7+
<version>5.2.0</version>
88
</parent>
99
<artifactId>spring-batch-integration</artifactId>
1010
<name>Spring Batch Integration</name>

‎spring-batch-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.batch</groupId>
66
<artifactId>spring-batch</artifactId>
7-
<version>5.2.0-SNAPSHOT</version>
7+
<version>5.2.0</version>
88
</parent>
99
<artifactId>spring-batch-samples</artifactId>
1010
<packaging>jar</packaging>

‎spring-batch-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.batch</groupId>
66
<artifactId>spring-batch</artifactId>
7-
<version>5.2.0-SNAPSHOT</version>
7+
<version>5.2.0</version>
88
</parent>
99
<artifactId>spring-batch-test</artifactId>
1010
<name>Spring Batch Test</name>

0 commit comments

Comments
 (0)
Failed to load comments.