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

Commit

Permalink
[maven-release-plugin] prepare release boost-maven-parent-0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wasdevb1 committed Sep 7, 2018
1 parent 1268b85 commit cd3e67b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
6 changes: 2 additions & 4 deletions boost-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.openliberty.boost</groupId>
<artifactId>boost-maven-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<groupId>io.openliberty.boost</groupId>
Expand Down
7 changes: 3 additions & 4 deletions boost-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at http://www.eclipse.org/legal/epl-v10.html Contributors:
IBM Corporation - initial API and implementation -->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.openliberty.boost</groupId>
<artifactId>boost-maven-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<artifactId>boost-maven-plugin</artifactId>
Expand All @@ -23,7 +22,7 @@
<dependency>
<groupId>io.openliberty.boost</groupId>
<artifactId>boost-bom</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<type>pom</type>
<scope>test</scope>
</dependency>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at http://www.eclipse.org/legal/epl-v10.html Contributors:
IBM Corporation - initial API and implementation -->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>io.openliberty.boost</groupId>
<artifactId>boost-maven-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<packaging>pom</packaging>

<name>boost-maven-plugin Parent</name>
Expand All @@ -33,7 +32,7 @@
<connection>scm:git:git@github.com:OpenLiberty/boost-maven.git</connection>
<developerConnection>scm:git:git@github.com:OpenLiberty/boost-maven.git</developerConnection>
<url>git@github.com:OpenLiberty/boost-maven.git</url>
<tag>HEAD</tag>
<tag>boost-maven-parent-0.1</tag>
</scm>

<modules>
Expand Down

0 comments on commit cd3e67b

Please sign in to comment.