Skip to content

Commit 8715564

Browse files
1.0.5 release
1 parent 45a3975 commit 8715564

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

injectionApi/build.gradle

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def baseArtifactId = 'injectionApi'
1010

1111
def computeVersion() {
1212
def baseVersion = "1.0.5"
13-
def release = false
13+
def release = true
1414
if (release)
1515
return "${baseVersion}"
1616
else
@@ -76,22 +76,18 @@ uploadArchives {
7676
repositories {
7777
mavenDeployer {
7878

79-
/*beforeDeployment {
79+
beforeDeployment {
8080
MavenDeployment deployment -> signing.signPom(deployment)
8181
}
82-
*/
8382

84-
publishToMavenLocal
85-
86-
87-
/* repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2") {
83+
repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2") {
8884
authentication(userName: sonatypeUsername, password: sonatypePassword)
8985
}
9086

9187
snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots") {
9288
authentication(userName: sonatypeUsername, password: sonatypePassword)
9389
}
94-
*/
90+
9591
pom.project {
9692

9793
groupId "${baseGroupId}"

injectionApi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.socketlabs</groupId>
66
<artifactId>injectionApi</artifactId>
7-
<version>1.0.5-SNAPSHOT</version>
7+
<version>1.0.5</version>
88
<name>socketlabs-java</name>
99
<description>SocketLabs Email Delivery Java library</description>
1010
<url>https://github.com/socketlabs/socketlabs-java/</url>

0 commit comments

Comments
 (0)