Skip to content

Commit

Permalink
cleanup before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivchar Vitaly committed Jul 20, 2024
1 parent 3ada729 commit 7b68d47
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- maven

env:
SONATYPE_TOKEN: ${{ secrets.SONATYPE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
// repositories {
// sonatype {
// group = "com.github.vivchar" /* for filters by description */
// version = "3.0.3" /* for filters by description */
// version = "3.0.2" /* for filters by description */
// packageGroup = "com.github.vivchar"
// username = "Ud8EE3UN"
// password = findProperty("token") as String?
Expand Down
2 changes: 1 addition & 1 deletion rendererrecyclerviewadapter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ publishing {

groupId = "com.github.vivchar"
artifactId = "RendererRecyclerViewAdapter"
version = "3.0.3"
version = "3.0.2"
// version = "3.0.2-SNAPSHOT"

pom {
Expand Down

0 comments on commit 7b68d47

Please sign in to comment.