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

Commit d8a1753

Browse files
author
Charles Tian
committed
Update versions, add back unreleased modules
1 parent 42e9cd8 commit d8a1753

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

boost-maven/boost-boms/booster-ee7-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.openliberty.boost</groupId>
1313
<artifactId>boost-maven-parent</artifactId>
14-
<version>0.1.2-SNAPSHOT</version>
14+
<version>0.1.3-SNAPSHOT</version>
1515
<relativePath>../..</relativePath>
1616
</parent>
1717

boost-maven/boost-boms/booster-ee8-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>io.openliberty.boost</groupId>
1414
<artifactId>boost-maven-parent</artifactId>
15-
<version>0.1.2-SNAPSHOT</version>
15+
<version>0.1.3-SNAPSHOT</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

boost-maven/boost-boosters/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.openliberty.boost</groupId>
88
<artifactId>boost-maven-parent</artifactId>
9-
<version>0.1.2-SNAPSHOT</version>
9+
<version>0.1.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>boost-boosters</artifactId>
@@ -32,4 +32,4 @@
3232
</plugins>
3333
</build>
3434

35-
</project>
35+
</project>

boost-maven/boost-maven-plugin/src/it/test-context/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33

44
<groupId>io.openliberty.boost</groupId>
5-
<artifactId>test-jaxrs-2.0</artifactId>
5+
<artifactId>test-context</artifactId>
66
<packaging>war</packaging>
77
<version>1.0-SNAPSHOT</version>
88

@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.openliberty.boosters</groupId>
3535
<artifactId>ee8-bom</artifactId>
36-
<version>0.1.2-SNAPSHOT</version>
36+
<version>@pom.version@</version>
3737
<scope>import</scope>
3838
<type>pom</type>
3939
</dependency>

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)