9 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 66
66
wget --user="$ARTIFACTORY_USERNAME" --password="$ARTIFACTORY_PASSWORD" $ARTIFACTORY_URL/spring-batch-integration/$RELEASE_VERSION/spring-batch-integration-$RELEASE_VERSION-sources.jar
67
67
68
68
- name : Sign artifacts and release them to Maven Central
69
- uses : jvalkeal /nexus-sync@v0
69
+ uses : spring-io /nexus-sync-action@main
70
70
id : nexus
71
71
with :
72
72
url : ${{ secrets.OSSRH_URL }}
78
78
close : true
79
79
release : true
80
80
generate-checksums : true
81
- pgp-sign : true
82
- pgp-sign-passphrase : ${{ secrets.GPG_PASSPHRASE }}
83
- pgp-sign-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 8
8
designed to enable the development of robust batch applications vital
9
9
for the daily operations of enterprise systems. Spring Batch is part of
10
10
the Spring Portfolio.</description >
11
- <version >5.2.0-SNAPSHOT </version >
11
+ <version >5.2.0</version >
12
12
<packaging >pom</packaging >
13
13
<url >https://projects.spring.io/spring-batch</url >
14
14
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.batch</groupId >
6
6
<artifactId >spring-batch</artifactId >
7
- <version >5.2.0-SNAPSHOT </version >
7
+ <version >5.2.0</version >
8
8
</parent >
9
9
<artifactId >spring-batch-bom</artifactId >
10
10
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.batch</groupId >
6
6
<artifactId >spring-batch</artifactId >
7
- <version >5.2.0-SNAPSHOT </version >
7
+ <version >5.2.0</version >
8
8
</parent >
9
9
<artifactId >spring-batch-core</artifactId >
10
10
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.batch</groupId >
6
6
<artifactId >spring-batch</artifactId >
7
- <version >5.2.0-SNAPSHOT </version >
7
+ <version >5.2.0</version >
8
8
</parent >
9
9
<artifactId >spring-batch-docs</artifactId >
10
10
<name >Spring Batch Docs</name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.batch</groupId >
6
6
<artifactId >spring-batch</artifactId >
7
- <version >5.2.0-SNAPSHOT </version >
7
+ <version >5.2.0</version >
8
8
</parent >
9
9
<artifactId >spring-batch-infrastructure</artifactId >
10
10
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.batch</groupId >
6
6
<artifactId >spring-batch</artifactId >
7
- <version >5.2.0-SNAPSHOT </version >
7
+ <version >5.2.0</version >
8
8
</parent >
9
9
<artifactId >spring-batch-integration</artifactId >
10
10
<name >Spring Batch Integration</name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.batch</groupId >
6
6
<artifactId >spring-batch</artifactId >
7
- <version >5.2.0-SNAPSHOT </version >
7
+ <version >5.2.0</version >
8
8
</parent >
9
9
<artifactId >spring-batch-samples</artifactId >
10
10
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.batch</groupId >
6
6
<artifactId >spring-batch</artifactId >
7
- <version >5.2.0-SNAPSHOT </version >
7
+ <version >5.2.0</version >
8
8
</parent >
9
9
<artifactId >spring-batch-test</artifactId >
10
10
<name >Spring Batch Test</name >
0 commit comments