Skip to content

Commit

Permalink
Preparing for the next release 0.2.5.4
Browse files Browse the repository at this point in the history
Now publishing to the correct Org and Repo
  • Loading branch information
pfrank13 committed Apr 11, 2024
1 parent 6c253d8 commit aeab549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = 'com.strategyobject.substrateclient'
version = '0.2.5.5-SNAPSHOT'
version = '0.2.5.4'

repositories {
mavenLocal()
Expand Down Expand Up @@ -54,7 +54,7 @@ subprojects {
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/LibertyDSNP/substrate-client-java"
url = "https://maven.pkg.github.com/AmplicaLabs/substrate-client-java"
credentials {
username = System.getenv("USERNAME")
password = System.getenv("TOKEN")
Expand Down

0 comments on commit aeab549

Please sign in to comment.