You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/18 17:26:57 UTC

[fineract-cn-crypto] branch 0.1.x updated: set version to 0.1.x

This is an automated email from the ASF dual-hosted git repository.

juhan pushed a commit to branch 0.1.x
in repository https://gitbox.apache.org/repos/asf/fineract-cn-crypto.git


The following commit(s) were added to refs/heads/0.1.x by this push:
     new fb76b9d  set version to 0.1.x
     new a1f0053  Merge pull request #8 from aasaru/0.1.x
fb76b9d is described below

commit fb76b9d81644df93cb24bcf250cf1ac27ecb8e5a
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Fri Oct 18 20:22:14 2019 +0300

    set version to 0.1.x
---
 README.md    | 2 +-
 build.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 77d22f0..1e06495 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Fineract CN Crypto Tools [![Build Status](https://api.travis-ci.com/apache/fineract-cn-crypto.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-crypto)
+# Apache Fineract CN Crypto Tools [![Build Status](https://api.travis-ci.com/apache/fineract-cn-crypto.svg?branch=0.1.x)](https://travis-ci.com/apache/fineract-cn-crypto)
 
 ## Abstract
 Utility component to create random salts and hash credentials.
diff --git a/build.gradle b/build.gradle
index 2bc8b62..fb0464a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@ plugins {
 }
 
 group 'org.apache.fineract.cn'
-version '0.1.0-BUILD-SNAPSHOT'
+version '0.1.x-SNAPSHOT'
 
 tasks.withType(JavaCompile) {
     sourceCompatibility = JavaVersion.VERSION_1_8