We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c93e3 commit 4f64624Copy full SHA for 4f64624
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.rusticisoftware</groupId>
6
<artifactId>tincan</artifactId>
7
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.1.0</version>
8
<name>Tin Can Java Library</name>
9
<url>http://rusticisoftware.github.io/TinCanJava/</url>
10
<description>Library used to interact with Learning Record Stores (LRS) speaking the Tin Can API protocol.</description>
@@ -37,7 +37,7 @@
37
<connection>scm:git:https://github.com/RusticiSoftware/TinCanJava.git</connection>
38
<developerConnection>scm:git:git@github.com:RusticiSoftware/TinCanJava.git</developerConnection>
39
<url>https://github.com/RusticiSoftware/TinCanJava</url>
40
- <tag>HEAD</tag>
+ <tag>tincan-1.1.0</tag>
41
</scm>
42
<build>
43
<plugins>
0 commit comments