Skip to content

Commit

Permalink
pom: fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Mar 29, 2023
1 parent 584e988 commit ed0a06a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion basic-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dcache</groupId>
<artifactId>nfs4j</artifactId>
<version>0.24.2-SNAPSHOT</version>
<version>0.24.3-SNAPSHOT</version>
</parent>

<groupId>org.dcache</groupId>
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dcache</groupId>
<artifactId>nfs4j</artifactId>
<version>0.24.2-SNAPSHOT</version>
<version>0.24.3-SNAPSHOT</version>
</parent>

<groupId>org.dcache</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dcache</groupId>
<artifactId>nfs4j</artifactId>
<version>0.24.2-SNAPSHOT</version>
<version>0.24.3-SNAPSHOT</version>
</parent>

<groupId>org.dcache</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dlm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dcache</groupId>
<artifactId>nfs4j</artifactId>
<version>0.24.2-SNAPSHOT</version>
<version>0.24.3-SNAPSHOT</version>
</parent>

<name>Distributed lock manager</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dcache</groupId>
<artifactId>nfs4j</artifactId>
<version>0.24.2-SNAPSHOT</version>
<version>0.24.3-SNAPSHOT</version>
</parent>

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

0 comments on commit ed0a06a

Please sign in to comment.