Skip to content

Commit 2392448

Browse files
committed
[maven-release-plugin] prepare release 0.1
1 parent 491b241 commit 2392448

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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/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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53

64
<modelVersion>4.0.0</modelVersion>
75

@@ -11,7 +9,7 @@
119
<version>0.1</version>
1210
</parent>
1311
<artifactId>java-builder2</artifactId>
14-
<version>0.1-SNAPSHOT</version>
12+
<version>0.1</version>
1513
<name>${project.artifactId}</name>
1614
<description>Library to generate advanced builder patterns in Java</description>
1715
<packaging>jar</packaging>
@@ -80,7 +78,7 @@
8078
<connection>scm:git:https://github.com/davidmoten/java-builder2.git</connection>
8179
<developerConnection>scm:git:https://github.com/davidmoten/java-builder2.git</developerConnection>
8280
<url>scm:git:https://github.com:davidmoten/java-builder2.git</url>
83-
<tag>HEAD</tag>
81+
<tag>0.1</tag>
8482
</scm>
8583

8684
<dependencies>

0 commit comments

Comments
 (0)