Release version 5.2.0
This commit is contained in:
5
.github/workflows/maven-central-release.yml
vendored
5
.github/workflows/maven-central-release.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
wget --user="$ARTIFACTORY_USERNAME" --password="$ARTIFACTORY_PASSWORD" $ARTIFACTORY_URL/spring-batch-integration/$RELEASE_VERSION/spring-batch-integration-$RELEASE_VERSION-sources.jar
|
||||
|
||||
- name: Sign artifacts and release them to Maven Central
|
||||
uses: jvalkeal/nexus-sync@v0
|
||||
uses: spring-io/nexus-sync-action@main
|
||||
id: nexus
|
||||
with:
|
||||
url: ${{ secrets.OSSRH_URL }}
|
||||
@@ -78,6 +78,3 @@ jobs:
|
||||
close: true
|
||||
release: true
|
||||
generate-checksums: true
|
||||
pgp-sign: true
|
||||
pgp-sign-passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -8,7 +8,7 @@
|
||||
designed to enable the development of robust batch applications vital
|
||||
for the daily operations of enterprise systems. Spring Batch is part of
|
||||
the Spring Portfolio.</description>
|
||||
<version>5.2.0-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
<packaging>pom</packaging>
|
||||
<url>https://projects.spring.io/spring-batch</url>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>5.2.0-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
</parent>
|
||||
<artifactId>spring-batch-bom</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>5.2.0-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
</parent>
|
||||
<artifactId>spring-batch-core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>5.2.0-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
</parent>
|
||||
<artifactId>spring-batch-docs</artifactId>
|
||||
<name>Spring Batch Docs</name>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>5.2.0-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
</parent>
|
||||
<artifactId>spring-batch-infrastructure</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>5.2.0-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
</parent>
|
||||
<artifactId>spring-batch-integration</artifactId>
|
||||
<name>Spring Batch Integration</name>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>5.2.0-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
</parent>
|
||||
<artifactId>spring-batch-samples</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>5.2.0-SNAPSHOT</version>
|
||||
<version>5.2.0</version>
|
||||
</parent>
|
||||
<artifactId>spring-batch-test</artifactId>
|
||||
<name>Spring Batch Test</name>
|
||||
|
||||
Reference in New Issue
Block a user