Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Jun 9, 2022
1 parent 077f462 commit 6d2bd02
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.disk-project</groupId>
<artifactId>disk-project</artifactId>
<version>2.5.2</version>
<version>3.0.0</version>
<name>Disk</name>
<packaging>pom</packaging>
<modules>
Expand Down
27 changes: 27 additions & 0 deletions pom.xml.versionsBackup
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">

<modelVersion>4.0.0</modelVersion>
<groupId>org.disk-project</groupId>
<artifactId>disk-project</artifactId>
<version>2.5.2</version>
<name>Disk</name>
<packaging>pom</packaging>
<modules>
<module>shared</module>
<module>server</module>
</modules>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/KnowledgeCaptureAndDiscovery/DISK-WEB</url>
</repository>
</distributionManagement>
</project>
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>war</packaging>
<parent>
<groupId>org.disk-project</groupId>
<version>2.5.2</version>
<version>3.0.0</version>
<artifactId>disk-project</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.disk-project</groupId>
<artifactId>disk-project</artifactId>
<version>2.5.2</version>
<version>3.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 6d2bd02

Please sign in to comment.