We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0633ec commit 7241763Copy full SHA for 7241763
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>uk.ac.ox.ctl</groupId>
6
<artifactId>canvas-api</artifactId>
7
- <version>2.1.1</version>
+ <version>2.1.1-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
10
<name>Canvas API Library</name>
@@ -39,7 +39,7 @@
39
<connection>scm:git:ssh://git@github.com/oxctl/canvas-api.git</connection>
40
<developerConnection>scm:git:ssh://git@github.com/oxctl/canvas-api.git</developerConnection>
41
<url>https://github.com/oxctl/canvas-api</url>
42
- <tag>2.1.1</tag>
+ <tag>HEAD</tag>
43
</scm>
44
45
<build>
0 commit comments