|
9 | 9 | </parent> |
10 | 10 | <groupId>dev.learning.xapi</groupId> |
11 | 11 | <artifactId>xapi-build</artifactId> |
12 | | - <version>1.1.21-SNAPSHOT</version> |
| 12 | + <version>1.1.21</version> |
13 | 13 | <packaging>pom</packaging> |
14 | 14 | <name>xAPI Build</name> |
15 | 15 | <description>learning.dev xAPI Build</description> |
|
25 | 25 | <jjwt.version>0.13.0</jjwt.version> |
26 | 26 | <okhttp.version>5.3.2</okhttp.version> |
27 | 27 | <!-- Default empty argLine property - required for @{argLine} late replacement --> |
28 | | - <argLine></argLine> |
| 28 | + <argLine /> |
29 | 29 | </properties> |
30 | 30 | <organization> |
31 | 31 | <name>Berry Cloud Ltd</name> |
|
72 | 72 | <url>https://github.com/BerryCloud/xapi-java</url> |
73 | 73 | <connection>scm:git:https://github.com/BerryCloud/xapi-java.git</connection> |
74 | 74 | <developerConnection>scm:git:https://github.com/BerryCloud/xapi-java.git</developerConnection> |
75 | | - <tag>HEAD</tag> |
| 75 | + <tag>v1.1.21</tag> |
76 | 76 | </scm> |
77 | 77 | <issueManagement> |
78 | 78 | <system>GitHub Issues</system> |
|
296 | 296 | <dependency> |
297 | 297 | <groupId>dev.learning.xapi</groupId> |
298 | 298 | <artifactId>xapi-model</artifactId> |
299 | | - <version>1.1.21-SNAPSHOT</version> |
| 299 | + <version>1.1.21</version> |
300 | 300 | </dependency> |
301 | 301 | <dependency> |
302 | 302 | <groupId>dev.learning.xapi</groupId> |
303 | 303 | <artifactId>xapi-model-spring-boot-starter</artifactId> |
304 | | - <version>1.1.21-SNAPSHOT</version> |
| 304 | + <version>1.1.21</version> |
305 | 305 | </dependency> |
306 | 306 | <dependency> |
307 | 307 | <groupId>dev.learning.xapi</groupId> |
308 | 308 | <artifactId>xapi-client</artifactId> |
309 | | - <version>1.1.21-SNAPSHOT</version> |
| 309 | + <version>1.1.21</version> |
310 | 310 | </dependency> |
311 | 311 | <dependency> |
312 | 312 | <groupId>io.jsonwebtoken</groupId> |
|
0 commit comments