Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Apr 30, 2024
1 parent e540200 commit b44db38
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-nio-file-jnode</artifactId>
<version>0.2.11v</version>
<version>0.2.12</version>
</parent>

<artifactId>jnode-core</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-nio-file-jnode</artifactId>
<version>0.2.11v</version>
<version>0.2.12</version>
</parent>

<artifactId>jnode-fs</artifactId>
Expand Down Expand Up @@ -47,13 +47,13 @@
<dependency>
<groupId>vavi</groupId>
<artifactId>jnode-core</artifactId>
<version>0.2.11v</version>
<version>0.2.12</version>
</dependency>
<dependency>
<!--for nfs -->
<groupId>vavi</groupId>
<artifactId>jnode-net</artifactId>
<version>0.2.11v</version>
<version>0.2.12</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-nio-file-jnode</artifactId>
<version>0.2.11v</version>
<version>0.2.12</version>
</parent>

<artifactId>jnode-net</artifactId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>vavi</groupId>
<artifactId>jnode-core</artifactId>
<version>0.2.11v</version>
<version>0.2.12</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>vavi</groupId>
<artifactId>vavi-nio-file-jnode</artifactId>
<version>0.2.11v</version>
<version>0.2.12</version>
<packaging>pom</packaging>

<name>JNode Parent Module</name>
Expand Down

0 comments on commit b44db38

Please sign in to comment.