Skip to content

Commit b3181be

Browse files
author
Mariusz Kopylec
committed
Next release prepared
1 parent e13cca2 commit b3181be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
mavenCentral()
2222
}
2323
dependencies {
24-
compile 'com.github.mkopylec:session-couchbase-spring-boot-starter:2.0.2'
24+
compile 'com.github.mkopylec:session-couchbase-spring-boot-starter:2.0.3'
2525
}
2626
```
2727

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ if [ -z "$VERSION" ]; then
88
echo "Set release version using -v option"
99
exit 1
1010
else
11-
./gradlew clean test release -Prelease.forceVersion=$VERSION && ./gradlew uploadArchives -PsignArtifacts
11+
./gradlew clean release -Prelease.forceVersion=$VERSION && ./gradlew uploadArchives -PsignArtifacts
1212
fi

0 commit comments

Comments
 (0)