Skip to content

Commit b7d45b1

Browse files
committed
[maven-release-plugin] prepare release 0.0.1
1 parent 423a31f commit b7d45b1

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,12 +1,10 @@
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
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>io.github.microcks</groupId>
86
<artifactId>microcks-java-client</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
108

119
<name>Microcks Java Client</name>
1210
<description>Java Client for interacting with Microcks API</description>
@@ -36,7 +34,7 @@
3634
<connection>scm:git:https://github.com/microcks/microcks-java-client.git</connection>
3735
<developerConnection>scm:git:https://github.com/microcks/microcks-java-client.git</developerConnection>
3836
<url>http://github.com/microcks/microcks-java-client/</url>
39-
<tag>HEAD</tag>
37+
<tag>0.0.1</tag>
4038
</scm>
4139

4240
<distributionManagement>

0 commit comments

Comments
 (0)