Skip to content

Commit 7233619

Browse files
committed
[maven-release-plugin] prepare release v1.4
1 parent b2d0d1e commit 7233619

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="ISO-8859-1"?>
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/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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>org.dmonix.functional</groupId>
76
<artifactId>java-scala-utils</artifactId>
87
<name>Java Scala Utils</name>
9-
<version>1.4-SNAPSHOT</version>
8+
<version>1.4</version>
109
<packaging>jar</packaging>
1110
<description>Java implementation of some of the core utilities from Scala</description>
1211
<url>https://github.com/pnerg/java-scala-util</url>
@@ -41,7 +40,7 @@
4140
<connection>scm:git:[email protected]:pnerg/java-scala-util.git</connection>
4241
<developerConnection>scm:git:[email protected]:pnerg/java-scala-util.git</developerConnection>
4342
<url>[email protected]:pnerg/java-scala-util.git</url>
44-
<tag>HEAD</tag>
43+
<tag>v1.4</tag>
4544
</scm>
4645

4746
<dependencies>

0 commit comments

Comments
 (0)