Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 8, 2023
1 parent d10c0c9 commit eccdf7c
Show file tree
Hide file tree
Showing 36 changed files with 41 additions and 41 deletions.
10 changes: 5 additions & 5 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.13-SNAPSHOT</version>
<version>1.1.13</version>
<packaging>pom</packaging>
<name>xAPI Build</name>
<description>learning.dev xAPI Build</description>
Expand Down Expand Up @@ -67,7 +67,7 @@
<url>https://github.com/BerryCloud/xapi-java</url>
<connection>scm:git:https://github.com/BerryCloud/xapi-java.git</connection>
<developerConnection>scm:git:https://github.com/BerryCloud/xapi-java.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.1.13</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
Expand Down Expand Up @@ -262,17 +262,17 @@
<dependency>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-model</artifactId>
<version>1.1.13-SNAPSHOT</version>
<version>1.1.13</version>
</dependency>
<dependency>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-model-spring-boot-starter</artifactId>
<version>1.1.13-SNAPSHOT</version>
<version>1.1.13</version>
</dependency>
<dependency>
<groupId>dev.learning.xapi</groupId>
<artifactId>xapi-client</artifactId>
<version>1.1.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</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.13-SNAPSHOT</version>
<version>1.1.13</version>
</parent>
<artifactId>xapi-model</artifactId>
<name>xAPI Model</name>
Expand Down

0 comments on commit eccdf7c

Please sign in to comment.