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

Commit

Permalink
Merge pull request #394 from scottkurz/move-to-022-snapshot
Browse files Browse the repository at this point in the history
Manually move to 0.2.2-SNAPSHOT
  • Loading branch information
scottkurz committed Sep 18, 2019
2 parents ea7b46b + ef4b2c3 commit 34c24b9
Show file tree
Hide file tree
Showing 69 changed files with 217 additions and 217 deletions.
2 changes: 1 addition & 1 deletion boost-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.microshed.boost</groupId>
<artifactId>boost-common</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public abstract class AbstractBoosterConfig {
// version string format:
// <Major>.<Minor>-<boost version>-<Milestone>[-SNAPSHOT]
public static final String milestone = "-M1";
public static final String boostVersion = "-0.2.1";
public static final String boostVersion = "-0.2.2";
public static final String snapShot = "-SNAPSHOT";
public static final String fullSnapshotString = milestone + snapShot;
public static final String emptyString = "";
Expand Down
2 changes: 1 addition & 1 deletion boost-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Edit your project pom.xml and place the following plugin stanza into your build:
<plugin>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-maven-plugin</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion boost-maven/boost-boms/boost-ee7-apis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
Expand Down
2 changes: 1 addition & 1 deletion boost-maven/boost-boms/boost-ee8-apis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
Expand Down
2 changes: 1 addition & 1 deletion boost-maven/boost-boms/boost-mp14-apis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
Expand Down
2 changes: 1 addition & 1 deletion boost-maven/boost-boms/boost-mp20-apis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
Expand Down
2 changes: 1 addition & 1 deletion boost-maven/boost-boms/boost-mp21-apis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
Expand Down
2 changes: 1 addition & 1 deletion boost-maven/boost-boms/boost-mp22-apis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
Expand Down
2 changes: 1 addition & 1 deletion boost-maven/boost-boms/boost-mp30-apis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
Expand Down
16 changes: 8 additions & 8 deletions boost-maven/boost-boms/booster-ee7-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
Expand All @@ -24,14 +24,14 @@
<dependency>
<groupId>org.microshed.boost.boms</groupId>
<artifactId>boost-ee7-apis-bom</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.microshed.boost.boms</groupId>
<artifactId>runtimes-bom</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -42,31 +42,31 @@
version -->
<!-- Could also use 7.0, 8.0 for EE7, 8 -->
<!-- Probably will be 1.0 for initial GA -->
<version>2.0-0.2.1</version>
<version>2.0-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>jdbc</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>jpa</artifactId>
<version>2.1-0.2.1</version>
<version>2.1-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>cdi</artifactId>
<version>1.2-0.2.1</version>
<version>1.2-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>jsonp</artifactId>
<version>1.0-0.2.1</version>
<version>1.0-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
18 changes: 9 additions & 9 deletions boost-maven/boost-boms/booster-ee8-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
Expand All @@ -24,14 +24,14 @@
<dependency>
<groupId>org.microshed.boost.boms</groupId>
<artifactId>boost-ee8-apis-bom</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.microshed.boost.boms</groupId>
<artifactId>runtimes-bom</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -42,37 +42,37 @@
version -->
<!-- Could also use 7.0, 8.0 for EE7, 8 -->
<!-- Probably will be 1.0 for initial GA -->
<version>2.1-0.2.1</version>
<version>2.1-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>jdbc</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>jpa</artifactId>
<version>2.2-0.2.1</version>
<version>2.2-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>cdi</artifactId>
<version>2.0-0.2.1</version>
<version>2.0-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>jsonp</artifactId>
<version>1.1-0.2.1</version>
<version>1.1-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>bean-validation</artifactId>
<version>2.0-0.2.1</version>
<version>2.0-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
26 changes: 13 additions & 13 deletions boost-maven/boost-boms/booster-mp14-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
Expand All @@ -24,76 +24,76 @@
<dependency>
<groupId>org.microshed.boost.boms</groupId>
<artifactId>boost-mp14-apis-bom</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.microshed.boost.boms</groupId>
<artifactId>ee7-bom</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.microshed.boost.boms</groupId>
<artifactId>runtimes-bom</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>mp-health</artifactId>
<version>1.0-0.2.1</version>
<version>1.0-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>mp-config</artifactId>
<version>1.3-0.2.1</version>
<version>1.3-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>mp-opentracing</artifactId>
<version>1.1-0.2.1</version>
<version>1.1-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>mp-metrics</artifactId>
<version>1.1-0.2.1</version>
<version>1.1-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>mp-rest-client</artifactId>
<version>1.1-0.2.1</version>
<version>1.1-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>jaxrs</artifactId>
<version>2.0-0.2.1</version>
<version>2.0-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>jsonp</artifactId>
<version>1.0-0.2.1</version>
<version>1.0-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>cdi</artifactId>
<version>1.2-0.2.1</version>
<version>1.2-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>mp-jwt</artifactId>
<version>1.1-0.2.1</version>
<version>1.1-0.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit 34c24b9

Please sign in to comment.