Skip to content

Commit

Permalink
update version to 1.2 in readme, pom and publish. Add github issue li…
Browse files Browse the repository at this point in the history
…nks to 1.2 release notes in changelog.
  • Loading branch information
andrevka committed Aug 27, 2019
1 parent a79581c commit ba95d0e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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()
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>ee.sk.smartid</groupId>
<artifactId>smart-id-java-client</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>ee.sk.smartid</groupId>
<artifactId>smart-id-java-client</artifactId>
<packaging>jar</packaging>
<version>1.1</version>
<version>1.2</version>

<name>Smart-ID Java client</name>
<description>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</description>
Expand Down
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit ba95d0e

Please # to comment.