Skip to content

Commit 2be28b9

Browse files
committed
[maven-release-plugin] rollback the release of v2.3.46
1 parent 38fb5b3 commit 2be28b9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?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/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>org.woehlke</groupId>
67
<artifactId>simpleworklist</artifactId>
7-
<version>2.3.47-SNAPSHOT</version>
8+
<version>2.3.46-SNAPSHOT</version>
89
<packaging>jar</packaging>
910

1011
<parent>
@@ -53,7 +54,10 @@
5354
<distributionManagement>
5455
<site>
5556
<id>org.woehlke.java.simpleworklist</id>
57+
<url>https://woehlke.org/java/simpleworklist</url>
58+
<!--
5659
<url>file://${user.home}/public_html/java/simpleworklist</url>
60+
-->
5761
</site>
5862
<snapshotRepository>
5963
<id>snapshots</id>

0 commit comments

Comments
 (0)