Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit 34dcee0

Browse files
committed
Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 19f74fb.
1 parent 7690301 commit 34dcee0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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"
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/xsd/maven-4.0.0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46

57
<groupId>com.ustermetrics</groupId>
68
<artifactId>ecos4j</artifactId>
7-
<version>0.4.4-SNAPSHOT</version>
9+
<version>0-SNAPSHOT</version>
810

911
<properties>
1012
<java.version>21</java.version>
@@ -14,7 +16,7 @@
1416
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1517
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1618
<git.repository>https://github.com/atraplet/${project.artifactId}</git.repository>
17-
<argLine />
19+
<argLine/>
1820
</properties>
1921

2022
<name>${project.groupId}:${project.artifactId}</name>
@@ -41,8 +43,7 @@
4143
<connection>scm:git:${git.repository}.git</connection>
4244
<developerConnection>scm:git:${git.repository}.git</developerConnection>
4345
<url>${git.repository}/tree/master</url>
44-
<tag>HEAD</tag>
45-
</scm>
46+
</scm>
4647

4748
<distributionManagement>
4849
<snapshotRepository>

0 commit comments

Comments
 (0)