Skip to content

Commit 78b8b8b

Browse files
committed
[maven-release-plugin] prepare release release-0.1.1
1 parent 187a47b commit 78b8b8b

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,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
@@ -10,7 +8,7 @@
108
</parent>
119

1210
<artifactId>scalecube-test-support</artifactId>
13-
<version>0.1.1-SNAPSHOT</version>
11+
<version>0.1.1</version>
1412
<name>${project.artifactId}</name>
1513

1614
<repositories>
@@ -53,7 +51,7 @@
5351
<connection>scm:git:https://github.com/scalecube/scalecube-test-support.git</connection>
5452
<developerConnection>scm:git:https://github.com/scalecube/scalecube-test-support.git
5553
</developerConnection>
56-
<tag>HEAD</tag>
54+
<tag>release-0.1.1</tag>
5755
</scm>
5856

5957
<properties>

0 commit comments

Comments
 (0)