Skip to content

Commit f278984

Browse files
committed
Release 3.0.1
1 parent ad9f6b3 commit f278984

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.disk-project</groupId>
66
<artifactId>disk-project</artifactId>
7-
<version>3.0.0</version>
7+
<version>3.0.1</version>
88
<name>Disk</name>
99
<packaging>pom</packaging>
1010
<modules>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<packaging>war</packaging>
1111
<parent>
1212
<groupId>org.disk-project</groupId>
13-
<version>3.0.0</version>
13+
<version>3.0.1</version>
1414
<artifactId>disk-project</artifactId>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>

shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.disk-project</groupId>
1414
<artifactId>disk-project</artifactId>
15-
<version>3.0.0</version>
15+
<version>3.0.1</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)