Skip to content

Commit

Permalink
[Gradle Release Plugin][ci skip] new version release: 'parsec-1.0.21'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Oct 17, 2020
1 parent 7711dcf commit 564f47f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Project/Subprojects Versions
version=1.0.20
version=1.0.21

# intebuild dependencies
parsecRdlVersion=1.5.1
Expand Down
2 changes: 1 addition & 1 deletion parsec-gradle-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript{
jcenter()
}
dependencies{
classpath group: 'com.yahoo.parsec' , name: 'parsec-gradle-plugin' , version : '1.0.20'
classpath group: 'com.yahoo.parsec' , name: 'parsec-gradle-plugin' , version : '1.0.21'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion parsec-template-plugin/installation/apply.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
}
dependencies {
classpath "com.yahoo.parsec:parsec-template-plugin:1.0.20"
classpath "com.yahoo.parsec:parsec-template-plugin:1.0.21"
}
}

Expand Down

0 comments on commit 564f47f

Please sign in to comment.