Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.14 #216

Merged
merged 2 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-model-spring-boot-starter</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.15-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-client</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-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.14-SNAPSHOT</version>
<version>1.1.15-SNAPSHOT</version>
</parent>
<artifactId>xapi-model</artifactId>
<name>xAPI Model</name>
Expand Down