Skip to content

Commit f4f8722

Browse files
authored
0.0.1 - release (#11)
1 parent d903538 commit f4f8722

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'co.unit.sdk'
7-
version = '1.1-SNAPSHOT'
7+
version = '0.0.1'
88

99
buildscript {
1010
repositories {
@@ -91,7 +91,7 @@ if(hasProperty('target') && target == 'android') {
9191
maven(MavenPublication) {
9292
groupId = 'co.unit'
9393
artifactId = 'java-sdk'
94-
version = '1.1-SNAPSHOT'
94+
version = '0.0.1'
9595
from components.java
9696

9797
pom {
@@ -104,7 +104,7 @@ if(hasProperty('target') && target == 'android') {
104104
repositories {
105105
maven {
106106
name = "OSSRH"
107-
url = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
107+
url = "https://s01.oss.sonatype.org/content/repositories/releases/"
108108
credentials {
109109
username = System.getenv("MAVEN_USERNAME")
110110
password = System.getenv("MAVEN_PASSWORD")

0 commit comments

Comments
 (0)