Skip to content

Commit ef636b3

Browse files
committed
Release 2.5.2
1 parent 9b38110 commit ef636b3

4 files changed

Lines changed: 11 additions & 17 deletions

File tree

client/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.1</version>
15+
<version>2.5.2</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

pom.xml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
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">
53

64
<modelVersion>4.0.0</modelVersion>
75
<groupId>org.disk-project</groupId>
8-
<artifactId>disk-project</artifactId>
9-
<version>2.5.1</version>
6+
<artifactId>disk-project</artifactId>
7+
<version>2.5.2</version>
108
<name>Disk</name>
119
<packaging>pom</packaging>
1210
<modules>
@@ -15,16 +13,12 @@
1513
<module>client</module>
1614
</modules>
1715

16+
1817
<distributionManagement>
1918
<repository>
20-
<id>archiva.internal</id>
21-
<name>Internal Release Repository</name>
22-
<url>https://www.wings-workflows.org/archiva/repository/internal/</url>
19+
<id>github</id>
20+
<name>GitHub OWNER Apache Maven Packages</name>
21+
<url>https://maven.pkg.github.com/KnowledgeCaptureAndDiscovery/DISK-WEB</url>
2322
</repository>
24-
<snapshotRepository>
25-
<id>archiva.snapshots</id>
26-
<name>Internal Snapshot Repository</name>
27-
<url>https://www.wings-workflows.org/archiva/repository/snapshots/</url>
28-
</snapshotRepository>
2923
</distributionManagement>
30-
</project>
24+
</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.1</version>
14+
<version>2.5.2</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.1</version>
15+
<version>2.5.2</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)