File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def baseArtifactId = 'injectionApi'
1010
1111def 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} "
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments