Skip to content

Commit

Permalink
Merge pull request #52 from Learnosity/LRN-40591/Release-java
Browse files Browse the repository at this point in the history
[Release] Learnosity-sdk-java-0.6.4
  • Loading branch information
bhavya-shukla-lrn authored Jun 29, 2023
2 parents 9cf70d6 + 4200cdb commit b5b73a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.16.4] - 2023-06-29
### Security
* Upgraded signature to match the security standard.

## [v0.16.3] - 2020-04-01
### Fixed
* Fixed a bug where Unicode characters in the request packet were being escaped when they should not have been, causing a signature mismatch error.
Expand Down
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Run ```mvn package``` in your root directory (where pom.xml is located). This wi

3.) Install the learnosity SDK with maven into that directory by running the following (modify locations as appropriate):
```bash
mvn deploy:deploy-file -DgroupId=learnositysdk -DartifactId=learnositysdk -Dversion=0.16.3 -Durl=file:./learnosity-sdk-repo/ -DrepositoryId=learnosity-sdk-repo -DupdateReleaseInfo=true -Dfile=/home/temp/learnositysdk-0.16.3.jar -DpomFile=/home/temp/pom.xml
mvn deploy:deploy-file -DgroupId=learnositysdk -DartifactId=learnositysdk -Dversion=0.16.4 -Durl=file:./learnosity-sdk-repo/ -DrepositoryId=learnosity-sdk-repo -DupdateReleaseInfo=true -Dfile=/home/temp/learnositysdk-0.16.4.jar -DpomFile=/home/temp/pom.xml
```

4.) Add the directory as a file based repository in your project pom.xml:
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/assessment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>learnositysdk</groupId>
<artifactId>learnositysdk</artifactId>
<version>0.16.3</version>
<version>0.16.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>learnositysdk</groupId>
<artifactId>learnositysdk</artifactId>
<version>0.16.3</version>
<version>0.16.4</version>

<name>Learnosity SDK</name>
<url>https://github.com/Learnosity/learnosity-sdk-java</url>
Expand Down

0 comments on commit b5b73a6

Please sign in to comment.