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 #385 from chyt/snapshot-0.2
Browse files Browse the repository at this point in the history
prepare for 0.2-SNAPSHOT
  • Loading branch information
chyt committed Sep 16, 2019
2 parents 4eb93b5 + 4f983a6 commit e6acbbb
Show file tree
Hide file tree
Showing 83 changed files with 449 additions and 248 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</version>
<version>0.2-SNAPSHOT</version>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ public abstract class AbstractBoosterConfig {
public static final String JSONP_VERSION_11 = "1.1" + boostVersion + emptyString;
public static final String JPA_VERSION_21 = "2.1" + boostVersion + emptyString;
public static final String JPA_VERSION_22 = "2.2" + boostVersion + emptyString;
public static final String MP_HEALTH_VERSION_10 = "1.0" + boostVersion + emptyString;
public static final String MP_HEALTH_VERSION_20 = "2.0" + boostVersion + emptyString;
public static final String BEANVALIDATION_VERSION_20 = "2.0" + boostVersion + emptyString;
public static final String MP_HEALTH_VERSION_10 = "1.0" + boostVersion + emptyString;
public static final String MP_CONFIG_VERSION_13 = "1.3" + boostVersion + emptyString;
public static final String MP_JWT_VERSION_11 = "1.1" + boostVersion + emptyString;
public static final String MP_METRICS_VERSION_11 = "1.1" + boostVersion + emptyString;
Expand Down
9 changes: 7 additions & 2 deletions boost-maven/boost-boms/boost-ee7-apis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@
<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>
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
<artifactId>boost-ee7-apis-bom</artifactId>
<version>0.2</version>
<packaging>pom</packaging>

<description>Boost EE7 APIs BOM</description>
Expand Down
7 changes: 6 additions & 1 deletion boost-maven/boost-boms/boost-ee8-apis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
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>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
<artifactId>boost-ee8-apis-bom</artifactId>
<version>0.2</version>
<packaging>pom</packaging>

<description>Boost EE8 APIs BOM</description>
Expand Down
9 changes: 7 additions & 2 deletions boost-maven/boost-boms/boost-mp14-apis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
<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>
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
<artifactId>boost-mp14-apis-bom</artifactId>
<version>0.2</version>
<packaging>pom</packaging>

<description>Booster MP14 APIs Bom</description>
Expand Down
9 changes: 7 additions & 2 deletions boost-maven/boost-boms/boost-mp20-apis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
<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>
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
<artifactId>boost-mp20-apis-bom</artifactId>
<version>0.2</version>
<packaging>pom</packaging>

<description>Booster MP20 APIs Bom</description>
Expand Down
9 changes: 7 additions & 2 deletions boost-maven/boost-boms/boost-mp21-apis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
<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>
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
<artifactId>boost-mp21-apis-bom</artifactId>
<version>0.2</version>
<packaging>pom</packaging>

<description>Booster MP21 APIs Bom</description>
Expand Down
9 changes: 7 additions & 2 deletions boost-maven/boost-boms/boost-mp22-apis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
<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>
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
<artifactId>boost-mp22-apis-bom</artifactId>
<version>0.2</version>
<packaging>pom</packaging>

<description>Booster MP22 APIs Bom</description>
Expand Down
9 changes: 7 additions & 2 deletions boost-maven/boost-boms/boost-mp30-apis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
<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>
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-boms</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
<artifactId>boost-mp30-apis-bom</artifactId>
<version>0.2</version>
<packaging>pom</packaging>

<description>Booster MP30 APIs Bom</description>
Expand Down
19 changes: 9 additions & 10 deletions boost-maven/boost-boms/booster-ee7-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@

<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-maven-parent</artifactId>
<version>0.2</version>
<relativePath>../..</relativePath>
<artifactId>boost-boms</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
Expand All @@ -25,14 +24,14 @@
<dependency>
<groupId>org.microshed.boost.boms</groupId>
<artifactId>boost-ee7-apis-bom</artifactId>
<version>0.2</version>
<version>0.2-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.microshed.boost.boms</groupId>
<artifactId>runtimes-bom</artifactId>
<version>0.2</version>
<version>0.2-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -43,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</version>
<version>2.0-0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>jdbc</artifactId>
<version>0.2</version>
<version>0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>jpa</artifactId>
<version>2.1-0.2</version>
<version>2.1-0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>cdi</artifactId>
<version>1.2-0.2</version>
<version>1.2-0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>jsonp</artifactId>
<version>1.0-0.2</version>
<version>1.0-0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
22 changes: 10 additions & 12 deletions boost-maven/boost-boms/booster-ee8-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
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>org.microshed.boost</groupId>
<artifactId>boost-maven-parent</artifactId>
<version>0.2</version>
<relativePath>../..</relativePath>
<artifactId>boost-boms</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>

<groupId>org.microshed.boost.boms</groupId>
Expand All @@ -26,14 +24,14 @@
<dependency>
<groupId>org.microshed.boost.boms</groupId>
<artifactId>boost-ee8-apis-bom</artifactId>
<version>0.2</version>
<version>0.2-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.microshed.boost.boms</groupId>
<artifactId>runtimes-bom</artifactId>
<version>0.2</version>
<version>0.2-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -44,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</version>
<version>2.1-0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>jdbc</artifactId>
<version>0.2</version>
<version>0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>jpa</artifactId>
<version>2.2-0.2</version>
<version>2.2-0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>cdi</artifactId>
<version>2.0-0.2</version>
<version>2.0-0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>jsonp</artifactId>
<version>1.1-0.2</version>
<version>1.1-0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.microshed.boost.boosters</groupId>
<artifactId>bean-validation</artifactId>
<version>2.0-0.2</version>
<version>2.0-0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
29 changes: 14 additions & 15 deletions boost-maven/boost-boms/booster-mp14-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@

<parent>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-maven-parent</artifactId>
<version>0.2</version>
<relativePath>../..</relativePath>
<artifactId>boost-boms</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>

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

0 comments on commit e6acbbb

Please sign in to comment.