Skip to content

Commit eb1611d

Browse files
committed
update version to 0.3.5
1 parent 8de444b commit eb1611d

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

build.gradle

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'eu.antidotedb'
2-
version '0.3.4'
2+
version '0.3.5'
33

44
apply plugin: 'java'
55
apply plugin: 'maven'
@@ -9,6 +9,8 @@ apply plugin: 'com.bmuschko.nexus'
99
// requires 'protoc' to be installed locally
1010
apply plugin: 'com.google.protobuf'
1111

12+
apply plugin: 'io.codearte.nexus-staging'
13+
1214
sourceCompatibility = 1.8
1315

1416

@@ -18,6 +20,7 @@ buildscript {
1820
}
1921
dependencies {
2022
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.8'
23+
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.1"
2124
}
2225
}
2326

@@ -76,10 +79,12 @@ clean {
7679
*
7780
*
7881
* 1. Run ./gradlew uploadArchives
79-
* 2. Go to https://oss.sonatype.org/ and sign in
80-
* 3. Go to "Staging Repositories" and find project
81-
* 4. Close repository
82-
* 5. Release repository
82+
* 2. Run ./gradlew closeAndReleaseRepository
83+
* Alternative to Step 2 (manual release):
84+
* 2. Go to https://oss.sonatype.org/ and sign in
85+
* 3. Go to "Staging Repositories" and find project
86+
* 4. Close repository
87+
* 5. Release repository
8388
*
8489
*/
8590

0 commit comments

Comments
 (0)