Skip to content

Commit

Permalink
Merge pull request #188 from BerryCloud/release-1.1.11
Browse files Browse the repository at this point in the history
Release 1.1.11
  • Loading branch information
thomasturrell authored Jun 27, 2023
2 parents 8704677 + 8ba7681 commit 846e6e2
Show file tree
Hide file tree
Showing 37 changed files with 43 additions and 43 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use the xAPI Java Client include the appropriate XML in the `dependencies` se
<dependency>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-client</artifactId>
<version>1.1.10</version>
<version>1.1.11</version>
</dependency>
</dependencies>
</project>
Expand Down Expand Up @@ -302,7 +302,7 @@ To use the xAPI Model Spring Boot Starter include the appropriate XML in the `de
<dependency>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-model-spring-boot-starter</artifactId>
<version>1.1.10</version>
<version>1.1.11</version>
</dependency>
```

Expand Down Expand Up @@ -355,7 +355,7 @@ To use the xAPI Model include the appropriate XML in the `dependencies` section
<dependency>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-model</artifactId>
<version>1.1.10</version>
<version>1.1.11</version>
</dependency>
</dependencies>
</project>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
<packaging>pom</packaging>
<name>xAPI Build</name>
<description>learning.dev xAPI Build</description>
Expand Down Expand Up @@ -262,17 +262,17 @@
<dependency>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-model</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-model-spring-boot-starter</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-client</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>core</artifactId>
<name>xAPI Samples Core</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/delete-activity-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>delete-activity-profile</artifactId>
<name>Delete xAPI Activity Profile Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/delete-agent-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>delete-agent-profile</artifactId>
<name>Delete xAPI Agent Profile Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/delete-state/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>delete-state</artifactId>
<name>Delete xAPI State Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/delete-states/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>delete-states</artifactId>
<name>Delete xAPI States Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-about/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-about</artifactId>
<name>Get xAPI About Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-activity-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-activity-profile</artifactId>
<name>Get xAPI Activity Profile Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-activity-profiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-activity-profiles</artifactId>
<name>Get xAPI Activity Profiles Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-activity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-activity</artifactId>
<name>Get xAPI Activity Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-agent-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-agent-profile</artifactId>
<name>Get xAPI Agent Profile Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-agent-profiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-agent-profiles</artifactId>
<name>Get xAPI Agent Profiles Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-agents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-agents</artifactId>
<name>Get xAPI Agents Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-more-statements/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-more-statements</artifactId>
<name>Get xAPI More Statements Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-state/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-state</artifactId>
<name>Get xAPI State Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-statement-iterator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-statement-iterator</artifactId>
<name>Get xAPI StatementIterator Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-statement-with-attachment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-statement-with-attachment</artifactId>
<name>Get xAPI Statement With Attachment Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-statement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-statement</artifactId>
<name>Get xAPI Statement Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-statements/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-statements</artifactId>
<name>Get xAPI Statements Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-states/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-states</artifactId>
<name>Get xAPI States Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/get-voided-statement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>get-voided-statement</artifactId>
<name>Get xAPI Voided Statement Sample</name>
Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>core</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion samples/post-activity-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>post-activity-profile</artifactId>
<name>Post xAPI Activity Profile Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/post-agent-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>post-agent-profile</artifactId>
<name>Post xAPI Agent Profile Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/post-signed-statement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>post-signed-statement</artifactId>
<name>Post xAPI Signed Statement Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/post-state/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>post-state</artifactId>
<name>Post xAPI State Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/post-statement-with-attachment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>post-statement-with-attachment</artifactId>
<name>Post xAPI Statement With Attachment Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/post-statement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>post-statement</artifactId>
<name>Post xAPI Statement Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/post-statements/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>post-statements</artifactId>
<name>Post xAPI Statements Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/put-activity-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>put-activity-profile</artifactId>
<name>Put xAPI Activity Profile Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/put-agent-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>put-agent-profile</artifactId>
<name>Put xAPI Agent Profile Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/put-state/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>put-state</artifactId>
<name>Put xAPI State Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/xapi-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi.samples</groupId>
<artifactId>xapi-samples-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>xapi-server</artifactId>
<name>xAPI Server Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion xapi-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>

<artifactId>xapi-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xapi-model-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>xapi-model-spring-boot-starter</artifactId>
<name>xAPI Spring Boot Starter</name>
Expand Down
2 changes: 1 addition & 1 deletion xapi-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-build</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<artifactId>xapi-model</artifactId>
<name>xAPI Model</name>
Expand Down

0 comments on commit 846e6e2

Please sign in to comment.