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

Commit 743efd5

Browse files
authored
Merge pull request #192 from chyt/master
Exclude boms and boosters, update boost-common to 0.1.2
2 parents fafe3d8 + 3a7a3a2 commit 743efd5

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

boost-common/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
98
<modelVersion>4.0.0</modelVersion>
109

1110
<groupId>io.openliberty.boost</groupId>
1211
<artifactId>boost-common</artifactId>
13-
<version>0.1.2-SNAPSHOT</version>
12+
<version>0.1.3-SNAPSHOT</version>
1413

1514
<url>https://github.com/OpenLiberty/boost</url>
1615

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.openliberty.boost</groupId>
2525
<artifactId>boost-common</artifactId>
26-
<version>0.1.2-SNAPSHOT</version>
26+
<version>0.1.2</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>net.wasdev.wlp.maven.plugins</groupId>

boost-maven/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
</scm>
3838

3939
<modules>
40-
<module>boost-boms</module>
41-
<module>boost-boosters</module>
40+
<!--<module>boost-boms</module>-->
41+
<!--<module>boost-boosters</module>-->
4242
<module>boost-maven-plugin</module>
4343
</modules>
4444

0 commit comments

Comments
 (0)