From b934a267c6e837353829d66c36d1d8041e88a2c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 00:32:54 +0000 Subject: [PATCH 1/2] [maven-release-plugin] prepare release v1.1.17 --- pom.xml | 10 +++++----- samples/core/pom.xml | 2 +- samples/delete-activity-profile/pom.xml | 2 +- samples/delete-agent-profile/pom.xml | 2 +- samples/delete-state/pom.xml | 2 +- samples/delete-states/pom.xml | 2 +- samples/get-about/pom.xml | 2 +- samples/get-activity-profile/pom.xml | 2 +- samples/get-activity-profiles/pom.xml | 2 +- samples/get-activity/pom.xml | 2 +- samples/get-agent-profile/pom.xml | 2 +- samples/get-agent-profiles/pom.xml | 2 +- samples/get-agents/pom.xml | 2 +- samples/get-more-statements/pom.xml | 2 +- samples/get-state/pom.xml | 2 +- samples/get-statement-iterator/pom.xml | 2 +- samples/get-statement-with-attachment/pom.xml | 2 +- samples/get-statement/pom.xml | 2 +- samples/get-statements/pom.xml | 2 +- samples/get-states/pom.xml | 2 +- samples/get-voided-statement/pom.xml | 2 +- samples/pom.xml | 4 ++-- samples/post-activity-profile/pom.xml | 2 +- samples/post-agent-profile/pom.xml | 2 +- samples/post-signed-statement/pom.xml | 2 +- samples/post-state/pom.xml | 2 +- samples/post-statement-with-attachment/pom.xml | 2 +- samples/post-statement/pom.xml | 2 +- samples/post-statements/pom.xml | 2 +- samples/put-activity-profile/pom.xml | 2 +- samples/put-agent-profile/pom.xml | 2 +- samples/put-state/pom.xml | 2 +- samples/xapi-server/pom.xml | 2 +- xapi-client/pom.xml | 2 +- xapi-model-spring-boot-starter/pom.xml | 2 +- xapi-model/pom.xml | 2 +- 36 files changed, 41 insertions(+), 41 deletions(-) diff --git a/pom.xml b/pom.xml index cf2ade43..aab053d5 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ dev.learning.xapi xapi-build - 1.1.17-SNAPSHOT + 1.1.17 pom xAPI Build learning.dev xAPI Build @@ -68,7 +68,7 @@ https://github.com/BerryCloud/xapi-java scm:git:https://github.com/BerryCloud/xapi-java.git scm:git:https://github.com/BerryCloud/xapi-java.git - HEAD + v1.1.17 GitHub Issues @@ -270,17 +270,17 @@ dev.learning.xapi xapi-model - 1.1.17-SNAPSHOT + 1.1.17 dev.learning.xapi xapi-model-spring-boot-starter - 1.1.17-SNAPSHOT + 1.1.17 dev.learning.xapi xapi-client - 1.1.17-SNAPSHOT + 1.1.17 io.jsonwebtoken diff --git a/samples/core/pom.xml b/samples/core/pom.xml index 8eaa432f..4b056171 100644 --- a/samples/core/pom.xml +++ b/samples/core/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 core xAPI Samples Core diff --git a/samples/delete-activity-profile/pom.xml b/samples/delete-activity-profile/pom.xml index 0e821aa1..7ab9bed8 100644 --- a/samples/delete-activity-profile/pom.xml +++ b/samples/delete-activity-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 delete-activity-profile Delete xAPI Activity Profile Sample diff --git a/samples/delete-agent-profile/pom.xml b/samples/delete-agent-profile/pom.xml index c54ed7f5..087022d9 100644 --- a/samples/delete-agent-profile/pom.xml +++ b/samples/delete-agent-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 delete-agent-profile Delete xAPI Agent Profile Sample diff --git a/samples/delete-state/pom.xml b/samples/delete-state/pom.xml index 4ad2fac7..811d0fc2 100644 --- a/samples/delete-state/pom.xml +++ b/samples/delete-state/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 delete-state Delete xAPI State Sample diff --git a/samples/delete-states/pom.xml b/samples/delete-states/pom.xml index b69874f8..66d17456 100644 --- a/samples/delete-states/pom.xml +++ b/samples/delete-states/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 delete-states Delete xAPI States Sample diff --git a/samples/get-about/pom.xml b/samples/get-about/pom.xml index d6438bd8..5481e23e 100644 --- a/samples/get-about/pom.xml +++ b/samples/get-about/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-about Get xAPI About Sample diff --git a/samples/get-activity-profile/pom.xml b/samples/get-activity-profile/pom.xml index 2f764ba9..3b25625d 100644 --- a/samples/get-activity-profile/pom.xml +++ b/samples/get-activity-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-activity-profile Get xAPI Activity Profile Sample diff --git a/samples/get-activity-profiles/pom.xml b/samples/get-activity-profiles/pom.xml index 4b9f060d..f210954f 100644 --- a/samples/get-activity-profiles/pom.xml +++ b/samples/get-activity-profiles/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-activity-profiles Get xAPI Activity Profiles Sample diff --git a/samples/get-activity/pom.xml b/samples/get-activity/pom.xml index ac52db4a..470e4bff 100644 --- a/samples/get-activity/pom.xml +++ b/samples/get-activity/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-activity Get xAPI Activity Sample diff --git a/samples/get-agent-profile/pom.xml b/samples/get-agent-profile/pom.xml index 4bdfd375..cbcec920 100644 --- a/samples/get-agent-profile/pom.xml +++ b/samples/get-agent-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-agent-profile Get xAPI Agent Profile Sample diff --git a/samples/get-agent-profiles/pom.xml b/samples/get-agent-profiles/pom.xml index 3386d45e..55f1d2c0 100644 --- a/samples/get-agent-profiles/pom.xml +++ b/samples/get-agent-profiles/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-agent-profiles Get xAPI Agent Profiles Sample diff --git a/samples/get-agents/pom.xml b/samples/get-agents/pom.xml index 08ec1798..771404cc 100644 --- a/samples/get-agents/pom.xml +++ b/samples/get-agents/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-agents Get xAPI Agents Sample diff --git a/samples/get-more-statements/pom.xml b/samples/get-more-statements/pom.xml index 445e2bdc..78b7d128 100644 --- a/samples/get-more-statements/pom.xml +++ b/samples/get-more-statements/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-more-statements Get xAPI More Statements Sample diff --git a/samples/get-state/pom.xml b/samples/get-state/pom.xml index 42107717..665b1921 100644 --- a/samples/get-state/pom.xml +++ b/samples/get-state/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-state Get xAPI State Sample diff --git a/samples/get-statement-iterator/pom.xml b/samples/get-statement-iterator/pom.xml index c87b7c0d..d54185ed 100644 --- a/samples/get-statement-iterator/pom.xml +++ b/samples/get-statement-iterator/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-statement-iterator Get xAPI StatementIterator Sample diff --git a/samples/get-statement-with-attachment/pom.xml b/samples/get-statement-with-attachment/pom.xml index a5449787..d1a71a3f 100644 --- a/samples/get-statement-with-attachment/pom.xml +++ b/samples/get-statement-with-attachment/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-statement-with-attachment Get xAPI Statement With Attachment Sample diff --git a/samples/get-statement/pom.xml b/samples/get-statement/pom.xml index 2c69a965..150ba7e3 100644 --- a/samples/get-statement/pom.xml +++ b/samples/get-statement/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-statement Get xAPI Statement Sample diff --git a/samples/get-statements/pom.xml b/samples/get-statements/pom.xml index 539065a6..8db3d143 100644 --- a/samples/get-statements/pom.xml +++ b/samples/get-statements/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-statements Get xAPI Statements Sample diff --git a/samples/get-states/pom.xml b/samples/get-states/pom.xml index ff8abf20..d241087f 100644 --- a/samples/get-states/pom.xml +++ b/samples/get-states/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-states Get xAPI States Sample diff --git a/samples/get-voided-statement/pom.xml b/samples/get-voided-statement/pom.xml index 7ba501c1..5d5fa28e 100644 --- a/samples/get-voided-statement/pom.xml +++ b/samples/get-voided-statement/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 get-voided-statement Get xAPI Voided Statement Sample diff --git a/samples/pom.xml b/samples/pom.xml index 935f9b9e..3f125d85 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi xapi-build - 1.1.17-SNAPSHOT + 1.1.17 dev.learning.xapi.samples xapi-samples-build @@ -27,7 +27,7 @@ dev.learning.xapi.samples core - 1.1.17-SNAPSHOT + 1.1.17 diff --git a/samples/post-activity-profile/pom.xml b/samples/post-activity-profile/pom.xml index bddd36e7..15a40460 100644 --- a/samples/post-activity-profile/pom.xml +++ b/samples/post-activity-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 post-activity-profile Post xAPI Activity Profile Sample diff --git a/samples/post-agent-profile/pom.xml b/samples/post-agent-profile/pom.xml index 19f59fb0..8ad8d761 100644 --- a/samples/post-agent-profile/pom.xml +++ b/samples/post-agent-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 post-agent-profile Post xAPI Agent Profile Sample diff --git a/samples/post-signed-statement/pom.xml b/samples/post-signed-statement/pom.xml index 2010c873..6af97fc2 100644 --- a/samples/post-signed-statement/pom.xml +++ b/samples/post-signed-statement/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 post-signed-statement Post xAPI Signed Statement Sample diff --git a/samples/post-state/pom.xml b/samples/post-state/pom.xml index b2f84671..86efe4f9 100644 --- a/samples/post-state/pom.xml +++ b/samples/post-state/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 post-state Post xAPI State Sample diff --git a/samples/post-statement-with-attachment/pom.xml b/samples/post-statement-with-attachment/pom.xml index 9fb75fd0..bd6f9864 100644 --- a/samples/post-statement-with-attachment/pom.xml +++ b/samples/post-statement-with-attachment/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 post-statement-with-attachment Post xAPI Statement With Attachment Sample diff --git a/samples/post-statement/pom.xml b/samples/post-statement/pom.xml index 06bdf1b7..de4ef6c7 100644 --- a/samples/post-statement/pom.xml +++ b/samples/post-statement/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 post-statement Post xAPI Statement Sample diff --git a/samples/post-statements/pom.xml b/samples/post-statements/pom.xml index 6aa4cb26..45f4f8b5 100644 --- a/samples/post-statements/pom.xml +++ b/samples/post-statements/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 post-statements Post xAPI Statements Sample diff --git a/samples/put-activity-profile/pom.xml b/samples/put-activity-profile/pom.xml index e28055c6..25bef6a4 100644 --- a/samples/put-activity-profile/pom.xml +++ b/samples/put-activity-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 put-activity-profile Put xAPI Activity Profile Sample diff --git a/samples/put-agent-profile/pom.xml b/samples/put-agent-profile/pom.xml index 1a649f57..181274d9 100644 --- a/samples/put-agent-profile/pom.xml +++ b/samples/put-agent-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 put-agent-profile Put xAPI Agent Profile Sample diff --git a/samples/put-state/pom.xml b/samples/put-state/pom.xml index e5c7f4ee..eb1a84d2 100644 --- a/samples/put-state/pom.xml +++ b/samples/put-state/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 put-state Put xAPI State Sample diff --git a/samples/xapi-server/pom.xml b/samples/xapi-server/pom.xml index f2af96e6..cd4837f3 100644 --- a/samples/xapi-server/pom.xml +++ b/samples/xapi-server/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17-SNAPSHOT + 1.1.17 xapi-server xAPI Server Sample diff --git a/xapi-client/pom.xml b/xapi-client/pom.xml index 9a5f5131..6a8e0ac5 100644 --- a/xapi-client/pom.xml +++ b/xapi-client/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi xapi-build - 1.1.17-SNAPSHOT + 1.1.17 xapi-client diff --git a/xapi-model-spring-boot-starter/pom.xml b/xapi-model-spring-boot-starter/pom.xml index b13ddf39..b3c99dfb 100644 --- a/xapi-model-spring-boot-starter/pom.xml +++ b/xapi-model-spring-boot-starter/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi xapi-build - 1.1.17-SNAPSHOT + 1.1.17 xapi-model-spring-boot-starter xAPI Spring Boot Starter diff --git a/xapi-model/pom.xml b/xapi-model/pom.xml index e89a980a..ba78f9b3 100644 --- a/xapi-model/pom.xml +++ b/xapi-model/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi xapi-build - 1.1.17-SNAPSHOT + 1.1.17 xapi-model xAPI Model From 8420de197b4017207020fe6b439c1424238f2f1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 00:32:58 +0000 Subject: [PATCH 2/2] [maven-release-plugin] prepare for next development iteration --- pom.xml | 10 +++++----- samples/core/pom.xml | 2 +- samples/delete-activity-profile/pom.xml | 2 +- samples/delete-agent-profile/pom.xml | 2 +- samples/delete-state/pom.xml | 2 +- samples/delete-states/pom.xml | 2 +- samples/get-about/pom.xml | 2 +- samples/get-activity-profile/pom.xml | 2 +- samples/get-activity-profiles/pom.xml | 2 +- samples/get-activity/pom.xml | 2 +- samples/get-agent-profile/pom.xml | 2 +- samples/get-agent-profiles/pom.xml | 2 +- samples/get-agents/pom.xml | 2 +- samples/get-more-statements/pom.xml | 2 +- samples/get-state/pom.xml | 2 +- samples/get-statement-iterator/pom.xml | 2 +- samples/get-statement-with-attachment/pom.xml | 2 +- samples/get-statement/pom.xml | 2 +- samples/get-statements/pom.xml | 2 +- samples/get-states/pom.xml | 2 +- samples/get-voided-statement/pom.xml | 2 +- samples/pom.xml | 4 ++-- samples/post-activity-profile/pom.xml | 2 +- samples/post-agent-profile/pom.xml | 2 +- samples/post-signed-statement/pom.xml | 2 +- samples/post-state/pom.xml | 2 +- samples/post-statement-with-attachment/pom.xml | 2 +- samples/post-statement/pom.xml | 2 +- samples/post-statements/pom.xml | 2 +- samples/put-activity-profile/pom.xml | 2 +- samples/put-agent-profile/pom.xml | 2 +- samples/put-state/pom.xml | 2 +- samples/xapi-server/pom.xml | 2 +- xapi-client/pom.xml | 2 +- xapi-model-spring-boot-starter/pom.xml | 2 +- xapi-model/pom.xml | 2 +- 36 files changed, 41 insertions(+), 41 deletions(-) diff --git a/pom.xml b/pom.xml index aab053d5..40f360ea 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ dev.learning.xapi xapi-build - 1.1.17 + 1.1.18-SNAPSHOT pom xAPI Build learning.dev xAPI Build @@ -68,7 +68,7 @@ https://github.com/BerryCloud/xapi-java scm:git:https://github.com/BerryCloud/xapi-java.git scm:git:https://github.com/BerryCloud/xapi-java.git - v1.1.17 + HEAD GitHub Issues @@ -270,17 +270,17 @@ dev.learning.xapi xapi-model - 1.1.17 + 1.1.18-SNAPSHOT dev.learning.xapi xapi-model-spring-boot-starter - 1.1.17 + 1.1.18-SNAPSHOT dev.learning.xapi xapi-client - 1.1.17 + 1.1.18-SNAPSHOT io.jsonwebtoken diff --git a/samples/core/pom.xml b/samples/core/pom.xml index 4b056171..17a2cd02 100644 --- a/samples/core/pom.xml +++ b/samples/core/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT core xAPI Samples Core diff --git a/samples/delete-activity-profile/pom.xml b/samples/delete-activity-profile/pom.xml index 7ab9bed8..eee891d5 100644 --- a/samples/delete-activity-profile/pom.xml +++ b/samples/delete-activity-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT delete-activity-profile Delete xAPI Activity Profile Sample diff --git a/samples/delete-agent-profile/pom.xml b/samples/delete-agent-profile/pom.xml index 087022d9..686bf6da 100644 --- a/samples/delete-agent-profile/pom.xml +++ b/samples/delete-agent-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT delete-agent-profile Delete xAPI Agent Profile Sample diff --git a/samples/delete-state/pom.xml b/samples/delete-state/pom.xml index 811d0fc2..7536e832 100644 --- a/samples/delete-state/pom.xml +++ b/samples/delete-state/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT delete-state Delete xAPI State Sample diff --git a/samples/delete-states/pom.xml b/samples/delete-states/pom.xml index 66d17456..a8dbe7df 100644 --- a/samples/delete-states/pom.xml +++ b/samples/delete-states/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT delete-states Delete xAPI States Sample diff --git a/samples/get-about/pom.xml b/samples/get-about/pom.xml index 5481e23e..ab9ed7ac 100644 --- a/samples/get-about/pom.xml +++ b/samples/get-about/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-about Get xAPI About Sample diff --git a/samples/get-activity-profile/pom.xml b/samples/get-activity-profile/pom.xml index 3b25625d..7cccae67 100644 --- a/samples/get-activity-profile/pom.xml +++ b/samples/get-activity-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-activity-profile Get xAPI Activity Profile Sample diff --git a/samples/get-activity-profiles/pom.xml b/samples/get-activity-profiles/pom.xml index f210954f..3a15d192 100644 --- a/samples/get-activity-profiles/pom.xml +++ b/samples/get-activity-profiles/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-activity-profiles Get xAPI Activity Profiles Sample diff --git a/samples/get-activity/pom.xml b/samples/get-activity/pom.xml index 470e4bff..95615d0e 100644 --- a/samples/get-activity/pom.xml +++ b/samples/get-activity/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-activity Get xAPI Activity Sample diff --git a/samples/get-agent-profile/pom.xml b/samples/get-agent-profile/pom.xml index cbcec920..a8abe791 100644 --- a/samples/get-agent-profile/pom.xml +++ b/samples/get-agent-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-agent-profile Get xAPI Agent Profile Sample diff --git a/samples/get-agent-profiles/pom.xml b/samples/get-agent-profiles/pom.xml index 55f1d2c0..9ac11357 100644 --- a/samples/get-agent-profiles/pom.xml +++ b/samples/get-agent-profiles/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-agent-profiles Get xAPI Agent Profiles Sample diff --git a/samples/get-agents/pom.xml b/samples/get-agents/pom.xml index 771404cc..bef25bc5 100644 --- a/samples/get-agents/pom.xml +++ b/samples/get-agents/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-agents Get xAPI Agents Sample diff --git a/samples/get-more-statements/pom.xml b/samples/get-more-statements/pom.xml index 78b7d128..1608d553 100644 --- a/samples/get-more-statements/pom.xml +++ b/samples/get-more-statements/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-more-statements Get xAPI More Statements Sample diff --git a/samples/get-state/pom.xml b/samples/get-state/pom.xml index 665b1921..144309d9 100644 --- a/samples/get-state/pom.xml +++ b/samples/get-state/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-state Get xAPI State Sample diff --git a/samples/get-statement-iterator/pom.xml b/samples/get-statement-iterator/pom.xml index d54185ed..98ab97f1 100644 --- a/samples/get-statement-iterator/pom.xml +++ b/samples/get-statement-iterator/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-statement-iterator Get xAPI StatementIterator Sample diff --git a/samples/get-statement-with-attachment/pom.xml b/samples/get-statement-with-attachment/pom.xml index d1a71a3f..a05155d9 100644 --- a/samples/get-statement-with-attachment/pom.xml +++ b/samples/get-statement-with-attachment/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-statement-with-attachment Get xAPI Statement With Attachment Sample diff --git a/samples/get-statement/pom.xml b/samples/get-statement/pom.xml index 150ba7e3..3a73aae2 100644 --- a/samples/get-statement/pom.xml +++ b/samples/get-statement/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-statement Get xAPI Statement Sample diff --git a/samples/get-statements/pom.xml b/samples/get-statements/pom.xml index 8db3d143..1c358e3c 100644 --- a/samples/get-statements/pom.xml +++ b/samples/get-statements/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-statements Get xAPI Statements Sample diff --git a/samples/get-states/pom.xml b/samples/get-states/pom.xml index d241087f..9a0d2676 100644 --- a/samples/get-states/pom.xml +++ b/samples/get-states/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-states Get xAPI States Sample diff --git a/samples/get-voided-statement/pom.xml b/samples/get-voided-statement/pom.xml index 5d5fa28e..933c9560 100644 --- a/samples/get-voided-statement/pom.xml +++ b/samples/get-voided-statement/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT get-voided-statement Get xAPI Voided Statement Sample diff --git a/samples/pom.xml b/samples/pom.xml index 3f125d85..039ad4a2 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi xapi-build - 1.1.17 + 1.1.18-SNAPSHOT dev.learning.xapi.samples xapi-samples-build @@ -27,7 +27,7 @@ dev.learning.xapi.samples core - 1.1.17 + 1.1.18-SNAPSHOT diff --git a/samples/post-activity-profile/pom.xml b/samples/post-activity-profile/pom.xml index 15a40460..03f1c140 100644 --- a/samples/post-activity-profile/pom.xml +++ b/samples/post-activity-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT post-activity-profile Post xAPI Activity Profile Sample diff --git a/samples/post-agent-profile/pom.xml b/samples/post-agent-profile/pom.xml index 8ad8d761..40dadb9a 100644 --- a/samples/post-agent-profile/pom.xml +++ b/samples/post-agent-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT post-agent-profile Post xAPI Agent Profile Sample diff --git a/samples/post-signed-statement/pom.xml b/samples/post-signed-statement/pom.xml index 6af97fc2..9c8e6734 100644 --- a/samples/post-signed-statement/pom.xml +++ b/samples/post-signed-statement/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT post-signed-statement Post xAPI Signed Statement Sample diff --git a/samples/post-state/pom.xml b/samples/post-state/pom.xml index 86efe4f9..293e9f34 100644 --- a/samples/post-state/pom.xml +++ b/samples/post-state/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT post-state Post xAPI State Sample diff --git a/samples/post-statement-with-attachment/pom.xml b/samples/post-statement-with-attachment/pom.xml index bd6f9864..f1fc56e6 100644 --- a/samples/post-statement-with-attachment/pom.xml +++ b/samples/post-statement-with-attachment/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT post-statement-with-attachment Post xAPI Statement With Attachment Sample diff --git a/samples/post-statement/pom.xml b/samples/post-statement/pom.xml index de4ef6c7..58578c78 100644 --- a/samples/post-statement/pom.xml +++ b/samples/post-statement/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT post-statement Post xAPI Statement Sample diff --git a/samples/post-statements/pom.xml b/samples/post-statements/pom.xml index 45f4f8b5..81f0307e 100644 --- a/samples/post-statements/pom.xml +++ b/samples/post-statements/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT post-statements Post xAPI Statements Sample diff --git a/samples/put-activity-profile/pom.xml b/samples/put-activity-profile/pom.xml index 25bef6a4..ec28ad8a 100644 --- a/samples/put-activity-profile/pom.xml +++ b/samples/put-activity-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT put-activity-profile Put xAPI Activity Profile Sample diff --git a/samples/put-agent-profile/pom.xml b/samples/put-agent-profile/pom.xml index 181274d9..36d88642 100644 --- a/samples/put-agent-profile/pom.xml +++ b/samples/put-agent-profile/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT put-agent-profile Put xAPI Agent Profile Sample diff --git a/samples/put-state/pom.xml b/samples/put-state/pom.xml index eb1a84d2..5e252d2f 100644 --- a/samples/put-state/pom.xml +++ b/samples/put-state/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT put-state Put xAPI State Sample diff --git a/samples/xapi-server/pom.xml b/samples/xapi-server/pom.xml index cd4837f3..0aaee912 100644 --- a/samples/xapi-server/pom.xml +++ b/samples/xapi-server/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.17 + 1.1.18-SNAPSHOT xapi-server xAPI Server Sample diff --git a/xapi-client/pom.xml b/xapi-client/pom.xml index 6a8e0ac5..f56c3b7d 100644 --- a/xapi-client/pom.xml +++ b/xapi-client/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi xapi-build - 1.1.17 + 1.1.18-SNAPSHOT xapi-client diff --git a/xapi-model-spring-boot-starter/pom.xml b/xapi-model-spring-boot-starter/pom.xml index b3c99dfb..0eca19e7 100644 --- a/xapi-model-spring-boot-starter/pom.xml +++ b/xapi-model-spring-boot-starter/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi xapi-build - 1.1.17 + 1.1.18-SNAPSHOT xapi-model-spring-boot-starter xAPI Spring Boot Starter diff --git a/xapi-model/pom.xml b/xapi-model/pom.xml index ba78f9b3..af693c1a 100644 --- a/xapi-model/pom.xml +++ b/xapi-model/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi xapi-build - 1.1.17 + 1.1.18-SNAPSHOT xapi-model xAPI Model