Skip to content

Commit 0c0426b

Browse files
authored
Merge pull request #4 from RusticiSoftware/version_bump
Bring in additions of LaunchAuth and updateLearnerInfo
2 parents 52a5d6d + 4fe2079 commit 0c0426b

File tree

135 files changed

+825
-429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+825
-429
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SCORM Cloud Rest API
44
- API version: 2.0
5-
- Build date: 2019-11-19T22:54:47.497-06:00
5+
- Build date: 2020-03-06T09:44:40.358-06:00
66

77
REST API used for SCORM Cloud integrations.
88

@@ -40,7 +40,7 @@ Add this dependency to your project's POM:
4040
<dependency>
4141
<groupId>com.rusticisoftware.cloud.v2.client</groupId>
4242
<artifactId>scormcloud-api-v2-client</artifactId>
43-
<version>1.0.0</version>
43+
<version>1.0.1</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
```
@@ -50,7 +50,7 @@ Add this dependency to your project's POM:
5050
Add this dependency to your project's build file:
5151

5252
```groovy
53-
compile "com.rusticisoftware.cloud.v2.client:scormcloud-api-v2-client:1.0.0"
53+
compile "com.rusticisoftware.cloud.v2.client:scormcloud-api-v2-client:1.0.1"
5454
```
5555

5656
### Others
@@ -63,7 +63,7 @@ mvn clean package
6363

6464
Then manually install the following JARs:
6565

66-
* `target/scormcloud-api-v2-client-1.0.0.jar`
66+
* `target/scormcloud-api-v2-client-1.0.1.jar`
6767
* `target/lib/*.jar`
6868

6969
## Getting Started

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>com.rusticisoftware.cloud.v2.client</groupId>
54
<artifactId>scormcloud-api-v2-client</artifactId>
65
<packaging>jar</packaging>
76
<name>scormcloud-api-v2-client</name>
8-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.2-SNAPSHOT</version>
98
<description>Swagger Generated Java Client for SCORM Cloud API v2</description>
109
<url>https://rusticisoftware.com/products/scorm-cloud/api/</url>
1110
<scm>
1211
<connection>scm:git:git@github.com:RusticiSoftware/scormcloud-api-v2-client-java.git</connection>
1312
<developerConnection>scm:git:git@github.com:RusticiSoftware/scormcloud-api-v2-client-java.git</developerConnection>
1413
<url>https://github.com/RusticiSoftware/scormcloud-api-v2-client-java</url>
15-
</scm>
14+
<tag>HEAD</tag>
15+
</scm>
1616

1717
<licenses>
1818
<license>

0 commit comments

Comments
 (0)