gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] 03/03: version bump


From: gnunet
Subject: [libeufin] 03/03: version bump
Date: Fri, 22 Jan 2021 17:41:47 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository libeufin.

commit d61420e72a6e6bc5ea583d9f9d6a2e6349496db3
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jan 22 17:41:30 2021 +0100

    version bump
---
 build.gradle         | 2 +-
 nexus/build.gradle   | 1 -
 sandbox/build.gradle | 4 ++--
 util/build.gradle    | 3 ++-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build.gradle b/build.gradle
index 6ded440..236ea3f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,7 +24,7 @@ idea {
     }
 }
 
-setVersion("0.0.1-dev.1")
+setVersion("0.0.1-dev.2")
 
 task versionFile() {
     new File("${projectDir}/util/src/main/resources", "version.txt").text = 
getRootProject().version
diff --git a/nexus/build.gradle b/nexus/build.gradle
index 271b51f..9ee86df 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -37,7 +37,6 @@ apply plugin: 'kotlin-kapt'
 
 sourceCompatibility = '11'
 targetCompatibility = '11'
-version = '0.0.1'
 
 compileKotlin {
     kotlinOptions {
diff --git a/sandbox/build.gradle b/sandbox/build.gradle
index 3ad7ffe..b7ab223 100644
--- a/sandbox/build.gradle
+++ b/sandbox/build.gradle
@@ -7,7 +7,7 @@ plugins {
 
 sourceCompatibility = "11"
 targetCompatibility = "11"
-version '1.0-snapshot'
+version = rootProject.version
 
 compileKotlin {
     kotlinOptions {
@@ -84,4 +84,4 @@ jar {
     manifest {
         attributes "Main-Class": "tech.libeufin.sandbox.MainKt"
     }
-}
\ No newline at end of file
+}
diff --git a/util/build.gradle b/util/build.gradle
index 67a0b9a..72f90c0 100644
--- a/util/build.gradle
+++ b/util/build.gradle
@@ -7,7 +7,8 @@ plugins {
 
 sourceCompatibility = "11"
 targetCompatibility = "11"
-version '1.0-snapshot'
+
+version = rootProject.version
 
 compileKotlin {
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]