Skip to content

Commit

Permalink
[maven-release-plugin] prepare release nfs4j-0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Jul 7, 2020
1 parent f7c14eb commit d72de14
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion basic-client/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dcache</groupId>
<artifactId>nfs4j</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>0.21.0</version>
</parent>

<groupId>org.dcache</groupId>
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dcache</groupId>
<artifactId>nfs4j</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>0.21.0</version>
</parent>

<groupId>org.dcache</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dcache</groupId>
<artifactId>nfs4j</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>0.21.0</version>
</parent>

<groupId>org.dcache</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dlm/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dcache</groupId>
<artifactId>nfs4j</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>0.21.0</version>
</parent>

<name>Distributed lock manager</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -8,7 +8,7 @@

<groupId>org.dcache</groupId>
<artifactId>nfs4j</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>0.21.0</version>
<name>Java based NFSv4.1 implementation</name>
<packaging>pom</packaging>

Expand All @@ -17,7 +17,7 @@
<scm>
<connection>scm:git:https://github.com/dCache/nfs4j.git</connection>
<developerConnection>scm:git:ssh://git@github.com/dCache/nfs4j.git</developerConnection>
<tag>0.21</tag>
<tag>nfs4j-0.21.0</tag>
</scm>

<!--
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dcache</groupId>
<artifactId>nfs4j</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>0.21.0</version>
</parent>

<name>Spring integarion for nfs4j</name>
Expand Down

0 comments on commit d72de14

Please sign in to comment.