Skip to content

Commit 6cd9c1b

Browse files
Maximilien MMaximilien M
authored andcommitted
[maven-release-plugin] prepare for next development iteration
1 parent b6c1d39 commit 6cd9c1b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gitlab-jira-integration-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>gitlab-jira-integration</artifactId>
55
<groupId>fr.mmarie</groupId>
6-
<version>0.5.0-RC1</version>
6+
<version>0.5.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

gitlab-jira-integration-application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>gitlab-jira-integration</artifactId>
55
<groupId>fr.mmarie</groupId>
6-
<version>0.5.0-RC1</version>
6+
<version>0.5.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>fr.mmarie</groupId>
66
<artifactId>gitlab-jira-integration</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.5.0-RC1</version>
8+
<version>0.5.0-SNAPSHOT</version>
99

1010
<name>GitLab JIRA Integration</name>
1111
<description>WebService to intercepts hook events from gitlab and use JIRA REST api to interacts with issues.</description>
@@ -21,7 +21,7 @@
2121
<connection>scm:git:git://github.com/akraxx/gitlab-jira-integration.git</connection>
2222
<developerConnection>scm:git:git@github.com:akraxx/gitlab-jira-integration.git</developerConnection>
2323
<url>https://github.com/akraxx/gitlab-jira-integration.git</url>
24-
<tag>v0.5.0-RC1</tag>
24+
<tag>HEAD</tag>
2525
</scm>
2626

2727
<issueManagement>

0 commit comments

Comments
 (0)