File tree Expand file tree Collapse file tree 9 files changed +9
-12
lines changed
spring-batch-infrastructure Expand file tree Collapse file tree 9 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments