Skip to content

Commit 1ac75d3

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent b7423c2 commit 1ac75d3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

jsync-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>jsync</artifactId>
11-
<version>1.4.0</version>
11+
<version>1.4.1-SNAPSHOT</version>
1212
</parent>
1313

1414
<properties>

jsync-sftp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>jsync</artifactId>
11-
<version>1.4.0</version>
11+
<version>1.4.1-SNAPSHOT</version>
1212
</parent>
1313

1414
<properties>

jsync-vfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>jsync</artifactId>
11-
<version>1.4.0</version>
11+
<version>1.4.1-SNAPSHOT</version>
1212
</parent>
1313

1414
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>jsync</artifactId>
5-
<version>1.4.0</version>
5+
<version>1.4.1-SNAPSHOT</version>
66
<name>jsync</name>
77
<packaging>pom</packaging>
88

@@ -15,7 +15,7 @@
1515
<scm>
1616
<url>https://github.com/fizzed/jsync</url>
1717
<connection>scm:git:git@github.com:fizzed/jsync.git</connection>
18-
<tag>v1.4.0</tag>
18+
<tag>HEAD</tag>
1919
</scm>
2020

2121
<properties>

0 commit comments

Comments
 (0)