Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
unified versions
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed May 5, 2021
1 parent 41ac0ee commit 3390f65
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
with:
java-version: 8
distribution: adopt
- name: Semantic Version
id: version
uses: ncipollo/semantic-version-action@v1
- name: Publish plugins
uses: eskatos/gradle-command-action@v1
with:
arguments: publish
arguments: publish -Pversion=${{ steps.version.outputs.tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.4.10
version=2.5.0-SNAPSHOT
awsJavaSdkVersion=1.11.874
awsKinesisClientVersion=1.14.1
gradleWrapperVersion=5.6.4
Expand Down
1 change: 1 addition & 0 deletions gradle/grails.commons.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ publishing {
}
if (System.getenv('DEPLOYER_PASSWORD')) {
maven {
name = "JFrog"
credentials {
username "deployer"
password System.getenv('DEPLOYER_PASSWORD')
Expand Down
1 change: 1 addition & 0 deletions gradle/groovy.commons.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ publishing {
}
if (System.getenv('DEPLOYER_PASSWORD')) {
maven {
name = "JFrog"
credentials {
username "deployer"
password System.getenv('DEPLOYER_PASSWORD')
Expand Down
3 changes: 1 addition & 2 deletions groovy-aws-sdk-s3/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
project_description = Groovy library to interact with AWS S3
version=1.2.3
awsJavaSdkVersion=1.11.592
gradleWrapperVersion=5.5.1
groovyVersion=2.5.6
logbackVersion=1.2.3
slf4jVersion=1.7.26
slf4jVersion=1.7.26
3 changes: 1 addition & 2 deletions groovy-aws-sdk-ses/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
project_description = Groovy library to interact with AWS SES
version=1.2.3
awsJavaSdkVersion=1.11.592
gradleWrapperVersion=5.5.1
groovyVersion=2.5.6
logbackVersion=1.2.3
slf4jVersion=1.7.26
slf4jVersion=1.7.26
3 changes: 1 addition & 2 deletions groovy-aws-sdk-util/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
project_description = Groovy util library used by AWS SDK grails plugins
version=1.2.3
awsJavaSdkVersion=1.11.592
gradleWrapperVersion=5.5.1
groovyVersion=2.5.6
logbackVersion=1.2.3
slf4jVersion=1.7.26
slf4jVersion=1.7.26

0 comments on commit 3390f65

Please sign in to comment.