Skip to content

Commit 6d2bd02

Browse files
committed
Release 3.0.0
1 parent 077f462 commit 6d2bd02

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-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>2.5.2</version>
7+
<version>3.0.0</version>
88
<name>Disk</name>
99
<packaging>pom</packaging>
1010
<modules>

pom.xml.versionsBackup

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>org.disk-project</groupId>
6+
<artifactId>disk-project</artifactId>
7+
<version>2.5.2</version>
8+
<name>Disk</name>
9+
<packaging>pom</packaging>
10+
<modules>
11+
<module>shared</module>
12+
<module>server</module>
13+
</modules>
14+
15+
<properties>
16+
<maven.compiler.source>1.8</maven.compiler.source>
17+
<maven.compiler.target>1.8</maven.compiler.target>
18+
</properties>
19+
20+
<distributionManagement>
21+
<repository>
22+
<id>github</id>
23+
<name>GitHub OWNER Apache Maven Packages</name>
24+
<url>https://maven.pkg.github.com/KnowledgeCaptureAndDiscovery/DISK-WEB</url>
25+
</repository>
26+
</distributionManagement>
27+
</project>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>war</packaging>
1212
<parent>
1313
<groupId>org.disk-project</groupId>
14-
<version>2.5.2</version>
14+
<version>3.0.0</version>
1515
<artifactId>disk-project</artifactId>
1616
<relativePath>../pom.xml</relativePath>
1717
</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>2.5.2</version>
15+
<version>3.0.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)