Skip to content

Commit c16fceb

Browse files
committed
[maven-release-plugin] prepare release v1.0
1 parent 9532ebe commit c16fceb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 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.0-SNAPSHOT</version>
8+
<version>1.0</version>
109
<packaging>jar</packaging>
1110
<description>Java implementation of some of the core utilities from Scala</description>
1211
<issueManagement>
@@ -40,7 +39,8 @@
4039
<connection>scm:git:[email protected]:pnerg/java-scala-util.git</connection>
4140
<developerConnection>scm:git:[email protected]:pnerg/java-scala-util.git</developerConnection>
4241
<url>[email protected]:pnerg/java-scala-util.git</url>
43-
</scm>
42+
<tag>v1.0</tag>
43+
</scm>
4444

4545
<dependencies>
4646
<dependency>

0 commit comments

Comments
 (0)