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

Commit 94e5cd3

Browse files
committed
[maven-release-plugin] prepare release boost-maven-parent-0.1.1
1 parent b266803 commit 94e5cd3

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

boost-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.openliberty.boost</groupId>
77
<artifactId>boost-maven-parent</artifactId>
8-
<version>0.1.1-SNAPSHOT</version>
8+
<version>0.1.1</version>
99
</parent>
1010

1111
<groupId>io.openliberty.boost</groupId>

boost-maven-plugin/pom.xml

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

109
<parent>
1110
<groupId>io.openliberty.boost</groupId>
1211
<artifactId>boost-maven-parent</artifactId>
13-
<version>0.1.1-SNAPSHOT</version>
12+
<version>0.1.1</version>
1413
</parent>
1514

1615
<artifactId>boost-maven-plugin</artifactId>
@@ -23,7 +22,7 @@
2322
<dependency>
2423
<groupId>io.openliberty.boost</groupId>
2524
<artifactId>boost-bom</artifactId>
26-
<version>0.1.1-SNAPSHOT</version>
25+
<version>0.1.1</version>
2726
<type>pom</type>
2827
<scope>test</scope>
2928
</dependency>

pom.xml

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

99
<groupId>io.openliberty.boost</groupId>
1010
<artifactId>boost-maven-parent</artifactId>
11-
<version>0.1.1-SNAPSHOT</version>
11+
<version>0.1.1</version>
1212
<packaging>pom</packaging>
1313

1414
<name>boost-maven-plugin Parent</name>
@@ -32,7 +32,7 @@
3232
<connection>scm:git:[email protected]:OpenLiberty/boost-maven.git</connection>
3333
<developerConnection>scm:git:[email protected]:OpenLiberty/boost-maven.git</developerConnection>
3434
<url>[email protected]:OpenLiberty/boost-maven.git</url>
35-
<tag>HEAD</tag>
35+
<tag>boost-maven-parent-0.1.1</tag>
3636
</scm>
3737

3838
<modules>

0 commit comments

Comments
 (0)