Skip to content

Commit 08c0cba

Browse files
committed
bump version
1 parent 932afe7 commit 08c0cba

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>vavi</groupId>
66
<artifactId>vavi-nio-file-jnode</artifactId>
7-
<version>0.2.10v</version>
7+
<version>0.2.11v</version>
88
</parent>
99

1010
<artifactId>jnode-core</artifactId>

fs/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>vavi</groupId>
77
<artifactId>vavi-nio-file-jnode</artifactId>
8-
<version>0.2.10v</version>
8+
<version>0.2.11v</version>
99
</parent>
1010

1111
<artifactId>jnode-fs</artifactId>
@@ -57,13 +57,13 @@
5757
<dependency>
5858
<groupId>vavi</groupId>
5959
<artifactId>jnode-core</artifactId>
60-
<version>0.2.10v</version>
60+
<version>0.2.11v</version>
6161
</dependency>
6262
<dependency>
6363
<!--for nfs -->
6464
<groupId>vavi</groupId>
6565
<artifactId>jnode-net</artifactId>
66-
<version>0.2.10v</version>
66+
<version>0.2.11v</version>
6767
</dependency>
6868

6969
<dependency>

net/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>vavi</groupId>
66
<artifactId>vavi-nio-file-jnode</artifactId>
7-
<version>0.2.10v</version>
7+
<version>0.2.11v</version>
88
</parent>
99

1010
<artifactId>jnode-net</artifactId>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>vavi</groupId>
4848
<artifactId>jnode-core</artifactId>
49-
<version>0.2.10v</version>
49+
<version>0.2.11v</version>
5050
</dependency>
5151

5252
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>vavi</groupId>
55
<artifactId>vavi-nio-file-jnode</artifactId>
6-
<version>0.2.10v</version>
6+
<version>0.2.11v</version>
77
<packaging>pom</packaging>
88

99
<name>JNode Parent Module</name>

0 commit comments

Comments
 (0)