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

Commit cd3e67b

Browse files
committed
[maven-release-plugin] prepare release boost-maven-parent-0.1
1 parent 1268b85 commit cd3e67b

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

boost-bom/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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
<parent>
86
<groupId>io.openliberty.boost</groupId>
97
<artifactId>boost-maven-parent</artifactId>
10-
<version>0.1-SNAPSHOT</version>
8+
<version>0.1</version>
119
</parent>
1210

1311
<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-SNAPSHOT</version>
12+
<version>0.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-SNAPSHOT</version>
25+
<version>0.1</version>
2726
<type>pom</type>
2827
<scope>test</scope>
2928
</dependency>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
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
<groupId>io.openliberty.boost</groupId>
1110
<artifactId>boost-maven-parent</artifactId>
12-
<version>0.1-SNAPSHOT</version>
11+
<version>0.1</version>
1312
<packaging>pom</packaging>
1413

1514
<name>boost-maven-plugin Parent</name>
@@ -33,7 +32,7 @@
3332
<connection>scm:git:[email protected]:OpenLiberty/boost-maven.git</connection>
3433
<developerConnection>scm:git:[email protected]:OpenLiberty/boost-maven.git</developerConnection>
3534
<url>[email protected]:OpenLiberty/boost-maven.git</url>
36-
<tag>HEAD</tag>
35+
<tag>boost-maven-parent-0.1</tag>
3736
</scm>
3837

3938
<modules>

0 commit comments

Comments
 (0)