Skip to content

Commit 9549ef0

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1f171e6 commit 9549ef0

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

basic-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dcache</groupId>
77
<artifactId>nfs4j</artifactId>
8-
<version>0.26.0</version>
8+
<version>0.26.1-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.dcache</groupId>

basic-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.dcache</groupId>
66
<artifactId>nfs4j</artifactId>
7-
<version>0.26.0</version>
7+
<version>0.26.1-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.dcache.nfs4j</groupId>

benchmarks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dcache</groupId>
77
<artifactId>nfs4j</artifactId>
8-
<version>0.26.0</version>
8+
<version>0.26.1-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.dcache</groupId>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dcache</groupId>
77
<artifactId>nfs4j</artifactId>
8-
<version>0.26.0</version>
8+
<version>0.26.1-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.dcache</groupId>

dlm/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dcache</groupId>
77
<artifactId>nfs4j</artifactId>
8-
<version>0.26.0</version>
8+
<version>0.26.1-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Distributed lock manager</name>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>org.dcache</groupId>
1010
<artifactId>nfs4j</artifactId>
11-
<version>0.26.0</version>
11+
<version>0.26.1-SNAPSHOT</version>
1212
<name>Java based NFSv4.1 implementation</name>
1313
<packaging>pom</packaging>
1414

@@ -17,7 +17,7 @@
1717
<scm>
1818
<connection>scm:git:https://github.com/dCache/nfs4j.git</connection>
1919
<developerConnection>scm:git:ssh://[email protected]/dCache/nfs4j.git</developerConnection>
20-
<tag>nfs4j-0.26.0</tag>
20+
<tag>0.26</tag>
2121
</scm>
2222

2323
<!--

rquota/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dcache</groupId>
77
<artifactId>nfs4j</artifactId>
8-
<version>0.26.0</version>
8+
<version>0.26.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>rquota</artifactId>

spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dcache</groupId>
77
<artifactId>nfs4j</artifactId>
8-
<version>0.26.0</version>
8+
<version>0.26.1-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Spring integarion for nfs4j</name>

0 commit comments

Comments
 (0)