From ba95d0edbf4964615887ec104880cab134752c97 Mon Sep 17 00:00:00 2001 From: andrevka Date: Tue, 27 Aug 2019 10:39:55 +0300 Subject: [PATCH] update version to 1.2 in readme, pom and publish. Add github issue links to 1.2 release notes in changelog. --- CHANGELOG.md | 22 +++++++++++++--------- README.md | 4 ++-- pom.xml | 2 +- publish.sh | 2 +- 4 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86171bc..deea3a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,23 @@ # Changelog All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [1.2] - 2019-08-21 +## [1.2] - 2019-08-26 ### Added -- added maven dependency check plugin for continuous security ([DDS-2685](https://jira.sk.ee/browse/DDS-2685)) -- added spotbugs plugin for continuous bug detection -- added support for new rp api endpoints ([DDS-2694](https://jira.sk.ee/browse/DDS-2694)) +- added maven dependency check plugin for continuous security [#11][i11] +- added spotbugs plugin for continuous bug detection [#1][i1] +- added support for new rp api endpoints [#13][i13] -###Fixed -- Add document number to authentication responses ([DDS-2695](https://jira.sk.ee/browse/DDS-2695)) +### Fixed +- Add document number to authentication responses [#2][i2] -## [1.1] - 10 December 2018 +[i1]: https://github.com/SK-EID/smart-id-java-client/issues/1 +[i2]: https://github.com/SK-EID/smart-id-java-client/issues/2 +[i11]: https://github.com/SK-EID/smart-id-java-client/pull/11 +[i13]: https://github.com/SK-EID/smart-id-java-client/issues/13 + +## [1.1] - 2018-12-10 ### Added - SmartIdClient.getSmartIdConnector() diff --git a/README.md b/README.md index f10fb77..4bcf287 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ The Smart-ID Java client can be used for easy integration of the [Smart-ID](http Take a look at the [examples](https://github.com/SK-EID/smart-id-java-client/wiki/Examples-of-using-it) ## Maven -You can use the library as a Maven dependency from the Maven Central (http://mvnrepository.com/artifact/ee.sk.smartid/smart-id-java-client) +You can use the library as a Maven dependency from the [Maven Central](https://search.maven.org/search?q=g:ee.sk.smartid%20AND%20a:smart-id-java-client&core=gav) ```xml ee.sk.smartid smart-id-java-client - 1.1 + 1.2 ``` \ No newline at end of file diff --git a/pom.xml b/pom.xml index 70cce41..08ec712 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ ee.sk.smartid smart-id-java-client jar - 1.1 + 1.2 Smart-ID Java client Smart-ID Java client is a Java library that can be used for easy integration of the Smart-ID solution to information systems or e-services diff --git a/publish.sh b/publish.sh index 947d0ec..ba04ea3 100755 --- a/publish.sh +++ b/publish.sh @@ -1,7 +1,7 @@ #!/bin/bash project="smart-id-java-client" -version="1.1" +version="1.2" staging_url="https://oss.sonatype.org/service/local/staging/deploy/maven2/" repositoryId="ossrh"