From 05a297617be0944d3823749f2eaa32f4aaffa165 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:06:28 +0000 Subject: [PATCH] [maven-release-plugin] prepare release v1.1.15 --- 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 d9a5d270..6732114c 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ dev.learning.xapi xapi-build - 1.1.15-SNAPSHOT + 1.1.15 pom xAPI Build learning.dev xAPI Build @@ -67,7 +67,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.15 GitHub Issues @@ -262,17 +262,17 @@ dev.learning.xapi xapi-model - 1.1.15-SNAPSHOT + 1.1.15 dev.learning.xapi xapi-model-spring-boot-starter - 1.1.15-SNAPSHOT + 1.1.15 dev.learning.xapi xapi-client - 1.1.15-SNAPSHOT + 1.1.15 io.jsonwebtoken diff --git a/samples/core/pom.xml b/samples/core/pom.xml index 53ea936e..c47f717d 100644 --- a/samples/core/pom.xml +++ b/samples/core/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi.samples xapi-samples-build - 1.1.15-SNAPSHOT + 1.1.15 core xAPI Samples Core diff --git a/samples/delete-activity-profile/pom.xml b/samples/delete-activity-profile/pom.xml index 44c9659f..baa1463d 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.15-SNAPSHOT + 1.1.15 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 247f6956..b8d2d1b3 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.15-SNAPSHOT + 1.1.15 delete-agent-profile Delete xAPI Agent Profile Sample diff --git a/samples/delete-state/pom.xml b/samples/delete-state/pom.xml index f7b69a5c..5e2456ae 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.15-SNAPSHOT + 1.1.15 delete-state Delete xAPI State Sample diff --git a/samples/delete-states/pom.xml b/samples/delete-states/pom.xml index 7be75c3c..2c215df2 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.15-SNAPSHOT + 1.1.15 delete-states Delete xAPI States Sample diff --git a/samples/get-about/pom.xml b/samples/get-about/pom.xml index 8c38f297..a13aa893 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.15-SNAPSHOT + 1.1.15 get-about Get xAPI About Sample diff --git a/samples/get-activity-profile/pom.xml b/samples/get-activity-profile/pom.xml index 8a2d76a2..0ec1d2ec 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.15-SNAPSHOT + 1.1.15 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 b5efbfce..41757120 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.15-SNAPSHOT + 1.1.15 get-activity-profiles Get xAPI Activity Profiles Sample diff --git a/samples/get-activity/pom.xml b/samples/get-activity/pom.xml index 6095d4db..183bae02 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.15-SNAPSHOT + 1.1.15 get-activity Get xAPI Activity Sample diff --git a/samples/get-agent-profile/pom.xml b/samples/get-agent-profile/pom.xml index 7be6ee2f..5dad902d 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.15-SNAPSHOT + 1.1.15 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 da6e1034..ce081f4c 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.15-SNAPSHOT + 1.1.15 get-agent-profiles Get xAPI Agent Profiles Sample diff --git a/samples/get-agents/pom.xml b/samples/get-agents/pom.xml index 94d7ef39..1edd33fd 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.15-SNAPSHOT + 1.1.15 get-agents Get xAPI Agents Sample diff --git a/samples/get-more-statements/pom.xml b/samples/get-more-statements/pom.xml index ae2fcd7b..d25ca240 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.15-SNAPSHOT + 1.1.15 get-more-statements Get xAPI More Statements Sample diff --git a/samples/get-state/pom.xml b/samples/get-state/pom.xml index fc60de24..3aed6802 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.15-SNAPSHOT + 1.1.15 get-state Get xAPI State Sample diff --git a/samples/get-statement-iterator/pom.xml b/samples/get-statement-iterator/pom.xml index eb773b2c..f39d750e 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.15-SNAPSHOT + 1.1.15 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 6d278df9..3d5cddbd 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.15-SNAPSHOT + 1.1.15 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 cd240917..b30ceb73 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.15-SNAPSHOT + 1.1.15 get-statement Get xAPI Statement Sample diff --git a/samples/get-statements/pom.xml b/samples/get-statements/pom.xml index 4675ceee..e6c341f4 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.15-SNAPSHOT + 1.1.15 get-statements Get xAPI Statements Sample diff --git a/samples/get-states/pom.xml b/samples/get-states/pom.xml index 8b35c5e5..e45ef0b4 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.15-SNAPSHOT + 1.1.15 get-states Get xAPI States Sample diff --git a/samples/get-voided-statement/pom.xml b/samples/get-voided-statement/pom.xml index 44142e41..aa056519 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.15-SNAPSHOT + 1.1.15 get-voided-statement Get xAPI Voided Statement Sample diff --git a/samples/pom.xml b/samples/pom.xml index ad9eefce..857dd110 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi xapi-build - 1.1.15-SNAPSHOT + 1.1.15 dev.learning.xapi.samples xapi-samples-build @@ -27,7 +27,7 @@ dev.learning.xapi.samples core - 1.1.15-SNAPSHOT + 1.1.15 diff --git a/samples/post-activity-profile/pom.xml b/samples/post-activity-profile/pom.xml index 63bea192..d2dae662 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.15-SNAPSHOT + 1.1.15 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 a9081cc8..acf3af5d 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.15-SNAPSHOT + 1.1.15 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 70b6dbb8..99fdd7ad 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.15-SNAPSHOT + 1.1.15 post-signed-statement Post xAPI Signed Statement Sample diff --git a/samples/post-state/pom.xml b/samples/post-state/pom.xml index d6ebb611..9404601f 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.15-SNAPSHOT + 1.1.15 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 7d885b99..5f117bde 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.15-SNAPSHOT + 1.1.15 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 4ae17697..668f0db8 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.15-SNAPSHOT + 1.1.15 post-statement Post xAPI Statement Sample diff --git a/samples/post-statements/pom.xml b/samples/post-statements/pom.xml index 7d8b6cde..b51c9be8 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.15-SNAPSHOT + 1.1.15 post-statements Post xAPI Statements Sample diff --git a/samples/put-activity-profile/pom.xml b/samples/put-activity-profile/pom.xml index 25acd052..5bf069b2 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.15-SNAPSHOT + 1.1.15 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 59ac5ef5..e3bb8115 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.15-SNAPSHOT + 1.1.15 put-agent-profile Put xAPI Agent Profile Sample diff --git a/samples/put-state/pom.xml b/samples/put-state/pom.xml index 468087f2..512e7621 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.15-SNAPSHOT + 1.1.15 put-state Put xAPI State Sample diff --git a/samples/xapi-server/pom.xml b/samples/xapi-server/pom.xml index acb13ec1..b146d030 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.15-SNAPSHOT + 1.1.15 xapi-server xAPI Server Sample diff --git a/xapi-client/pom.xml b/xapi-client/pom.xml index cc821bae..f446e91a 100644 --- a/xapi-client/pom.xml +++ b/xapi-client/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi xapi-build - 1.1.15-SNAPSHOT + 1.1.15 xapi-client diff --git a/xapi-model-spring-boot-starter/pom.xml b/xapi-model-spring-boot-starter/pom.xml index faa5fa96..c47f0fc0 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.15-SNAPSHOT + 1.1.15 xapi-model-spring-boot-starter xAPI Spring Boot Starter diff --git a/xapi-model/pom.xml b/xapi-model/pom.xml index 9d3d607d..0409b767 100644 --- a/xapi-model/pom.xml +++ b/xapi-model/pom.xml @@ -4,7 +4,7 @@ dev.learning.xapi xapi-build - 1.1.15-SNAPSHOT + 1.1.15 xapi-model xAPI Model