Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit e36a745

Browse files
wasdevb1Charles Tian
authored andcommitted
[maven-release-plugin] prepare release boost-maven-parent-0.1.2
1 parent 743efd5 commit e36a745

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

boost-maven/boost-maven-plugin/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
terms of the Eclipse Public License v1.0 which accompanies this distribution,
55
and is available at http://www.eclipse.org/legal/epl-v10.html Contributors:
66
IBM Corporation - initial API and implementation -->
7-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
7+
<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">
98
<modelVersion>4.0.0</modelVersion>
109

1110
<parent>
1211
<groupId>io.openliberty.boost</groupId>
1312
<artifactId>boost-maven-parent</artifactId>
14-
<version>0.1.2-SNAPSHOT</version>
13+
<version>0.1.2</version>
1514
</parent>
1615

1716
<artifactId>boost-maven-plugin</artifactId>

boost-maven/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>io.openliberty.boost</groupId>
1111
<artifactId>boost-maven-parent</artifactId>
12-
<version>0.1.2-SNAPSHOT</version>
12+
<version>0.1.2</version>
1313
<packaging>pom</packaging>
1414

1515
<name>boost-maven-plugin Parent</name>
@@ -33,7 +33,7 @@
3333
<connection>scm:git:[email protected]:OpenLiberty/boost.git</connection>
3434
<developerConnection>scm:git:[email protected]:OpenLiberty/boost.git</developerConnection>
3535
<url>[email protected]:OpenLiberty/boost.git</url>
36-
<tag>HEAD</tag>
36+
<tag>boost-maven-parent-0.1.2</tag>
3737
</scm>
3838

3939
<modules>

0 commit comments

Comments
 (0)