Skip to content

Commit

Permalink
Release 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Feb 24, 2022
1 parent 9b38110 commit ef636b3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion client/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.1</version>
<version>2.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
22 changes: 8 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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">
<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.1</version>
<artifactId>disk-project</artifactId>
<version>2.5.2</version>
<name>Disk</name>
<packaging>pom</packaging>
<modules>
Expand All @@ -15,16 +13,12 @@
<module>client</module>
</modules>


<distributionManagement>
<repository>
<id>archiva.internal</id>
<name>Internal Release Repository</name>
<url>https://www.wings-workflows.org/archiva/repository/internal/</url>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/KnowledgeCaptureAndDiscovery/DISK-WEB</url>
</repository>
<snapshotRepository>
<id>archiva.snapshots</id>
<name>Internal Snapshot Repository</name>
<url>https://www.wings-workflows.org/archiva/repository/snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>
</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.1</version>
<version>2.5.2</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.1</version>
<version>2.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit ef636b3

Please sign in to comment.