Skip to content

Commit f057347

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 59b78e6 commit f057347

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jnpm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.orienteer.jnpm</groupId>
77
<artifactId>jnpm-parent</artifactId>
8-
<version>1.6</version>
8+
<version>1.7-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jnpm</artifactId>

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.orienteer.jnpm</groupId>
66
<artifactId>jnpm-parent</artifactId>
7-
<version>1.6</version>
7+
<version>1.7-SNAPSHOT</version>
88
</parent>
99
<artifactId>jnpm-maven-plugin</artifactId>
1010
<packaging>maven-plugin</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
<groupId>org.orienteer.jnpm</groupId>
2121
<artifactId>jnpm-parent</artifactId>
2222
<packaging>pom</packaging>
23-
<version>1.6</version>
23+
<version>1.7-SNAPSHOT</version>
2424
<name>JNPM Parent POM</name>
2525
<description>Java Implementation of Node Package Manager (NPM)</description>
2626
<url>https://github.com/OrienteerBAP/JNPM</url>
2727
<scm>
2828
<url>https://github.com/OrienteerBAP/JNPM</url>
2929
<connection>scm:git:ssh://git@github.com/OrienteerBAP/JNPM.git</connection>
3030
<developerConnection>scm:git:ssh://git@github.com/OrienteerBAP/JNPM.git</developerConnection>
31-
<tag>v1.6</tag>
31+
<tag>HEAD</tag>
3232
</scm>
3333

3434
<issueManagement>

0 commit comments

Comments
 (0)