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 598f00b commit e406b3fCopy full SHA for e406b3f
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>ch.usi.si.seart</groupId>
5
<artifactId>git-submodule-maven-plugin</artifactId>
6
- <version>1.1.1</version>
+ <version>1.1.2-SNAPSHOT</version>
7
<packaging>maven-plugin</packaging>
8
9
<name>${project.groupId}:${project.artifactId}</name>
@@ -35,7 +35,7 @@
35
</developers>
36
37
<scm>
38
- <tag>v1.1.1</tag>
+ <tag>HEAD</tag>
39
<url>https://github.com/seart-group/git-submodule-maven-plugin/tree/master</url>
40
<connection>scm:git:https://github.com/seart-group/git-submodule-maven-plugin.git</connection>
41
<developerConnection>scm:git:git@github.com:seart-group/git-submodule-maven-plugin.git</developerConnection>
0 commit comments