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-permitted-feign-client.git
commit 284589ab1488071c957cabf090e1562ac9ce32f1 Author: Juhan Aasaru <[email protected]> AuthorDate: Sat Oct 19 20:57:40 2019 +0300 stabilisation version --- README.md | 2 +- component-test/src/main/java/TestAccessAnother.java | 2 +- shared.gradle | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 79651ac..ff2462f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Apache Fineract CN Permitted Feign Client Library [](https://travis-ci.com/apache/fineract-cn-permitted-feign-client) +# Apache Fineract CN Permitted Feign Client Library [](https://travis-ci.com/apache/fineract-cn-permitted-feign-client) This project provides secured access to other services via Feign. For this it uses anubis and identity to provide refresh and access tokens transparently. diff --git a/component-test/src/main/java/TestAccessAnother.java b/component-test/src/main/java/TestAccessAnother.java index cdf9e73..0d2206a 100644 --- a/component-test/src/main/java/TestAccessAnother.java +++ b/component-test/src/main/java/TestAccessAnother.java @@ -93,7 +93,7 @@ public class TestAccessAnother { private final static EurekaForTest eurekaForTest = new EurekaForTest(); private final static CassandraInitializer cassandraInitializer = new CassandraInitializer(); private final static IntegrationTestEnvironment integrationTestEnvironment = new IntegrationTestEnvironment(cassandraInitializer); - private final static InitializedMicroservice<Another> another= new InitializedMicroservice<>(Another.class, "permitted-feign-client", "0.1.0-BUILD-SNAPSHOT", integrationTestEnvironment); + private final static InitializedMicroservice<Another> another= new InitializedMicroservice<>(Another.class, "permitted-feign-client", "0.1.x-SNAPSHOT", integrationTestEnvironment); @ClassRule public static TestRule orderedRules = RuleChain diff --git a/shared.gradle b/shared.gradle index 9831447..2af6de4 100644 --- a/shared.gradle +++ b/shared.gradle @@ -16,16 +16,16 @@ */ group 'org.apache.fineract.cn.permitted-feign-client' -version '0.1.0-BUILD-SNAPSHOT' +version '0.1.x-SNAPSHOT' ext.versions = [ - frameworktest : '0.1.0-BUILD-SNAPSHOT', - frameworkapi : '0.1.0-BUILD-SNAPSHOT', - frameworkcassandra : '0.1.0-BUILD-SNAPSHOT', - frameworklang : '0.1.0-BUILD-SNAPSHOT', - frameworkidentity : '0.1.0-BUILD-SNAPSHOT', - frameworkanubis : '0.1.0-BUILD-SNAPSHOT', - frameworkservicestarter : '0.1.0-BUILD-SNAPSHOT', + frameworktest : '0.1.x-SNAPSHOT', + frameworkapi : '0.1.x-SNAPSHOT', + frameworkcassandra : '0.1.x-SNAPSHOT', + frameworklang : '0.1.x-SNAPSHOT', + frameworkidentity : '0.1.x-SNAPSHOT', + frameworkanubis : '0.1.x-SNAPSHOT', + frameworkservicestarter : '0.1.x-SNAPSHOT', jjwt : '0.6.0', hibernatevalidator : '5.3.0.Final', expiringmap : '0.5.8'
