Skip to content

Commit

Permalink
Prepare 1.0.0.Beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Jun 24, 2020
1 parent 7c15f80 commit 8e67e63
Show file tree
Hide file tree
Showing 35 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The `wildfly:current` above tells Galleon to provision the latest version of Wil
at the time of writing is 20.0.0.Final. If you want to install a particular version of
WildFly, you can append the version, e.g:

* `wildfly:current#21.0.0.Beta2-SNAPSHOT-SNAPSHOT` - installs WildFly from locally build maven artifacts
* `wildfly:current#21.0.0.Beta2` - installs WildFly from locally build maven artifacts

Note that the minimal supported WildFly version for this feature pack is 20.0.0.Final.

Expand All @@ -245,13 +245,13 @@ can rerun the above command, and pass in more layers in the `--layers` option if
#### Install the MicroProfile Reactive Feature Pack
Now to install our feature pack, we can run:
```
galleon.sh install org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta2-SNAPSHOT --layers=microprofile-reactive-all --dir=wildfly
galleon.sh install org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta2 --layers=microprofile-reactive-all --dir=wildfly
```
which will install all the layers from the MicroProfile reactive feature pack.

To just install the `reactive-streams-operators` and `context-propagation` layers, we run this instead:
```
galleon.sh install org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta2-SNAPSHOT --layers=reactive-streams-operators,context-propagation --dir=wildfly
galleon.sh install org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta2 --layers=reactive-streams-operators,context-propagation --dir=wildfly
```
----
## References
Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-parent</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-parent</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>
<groupId>org.wildfly.extras.reactive</groupId>
<artifactId>wildfly-microprofile-reactive-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
<packaging>pom</packaging>
<name>WildFly Reactive MicroProfile - Parent</name>

Expand Down
2 changes: 1 addition & 1 deletion provision-xml-verifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-parent</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion provision.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!--
When relasing and updating the version here. Remember to also update the version in the main README!!!
-->
<feature-pack location="org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta2-SNAPSHOT">
<feature-pack location="org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta2">
<default-configs inherit="false"/>
<packages inherit="false">
<!-- If docs/licenses is desired, uncomment this line -->
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/context-propagation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-quickstarts</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion quickstarts/context-propagation/provision.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<include name="docs.licenses"/>
</packages>
</feature-pack>
<feature-pack location="org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta2-SNAPSHOT">
<feature-pack location="org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta2">
<default-configs inherit="false"/>
<packages inherit="false">
<!-- If docs/licenses is desired, uncomment this line -->
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-parent</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion quickstarts/reactive-messaging/amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-quickstart-reactive-messaging</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<packaging>war</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/reactive-messaging/amqp/provision.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<include name="docs.licenses"/>
</packages>
</feature-pack>
<feature-pack location="org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta2-SNAPSHOT">
<feature-pack location="org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta2">
<default-configs inherit="false"/>
<packages inherit="false">
<!-- If docs/licenses is desired, uncomment this line -->
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/reactive-messaging/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-quickstart-reactive-messaging</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion quickstarts/reactive-messaging/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-quickstart-reactive-messaging</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<packaging>war</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/reactive-messaging/kafka/provision.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<include name="docs.licenses"/>
</packages>
</feature-pack>
<feature-pack location="org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta2-SNAPSHOT">
<feature-pack location="org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta2">
<default-configs inherit="false"/>
<packages inherit="false">
<!-- If docs/licenses is desired, uncomment this line -->
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/reactive-messaging/mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-quickstart-reactive-messaging</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<packaging>war</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/reactive-messaging/mqtt/provision.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<include name="docs.licenses"/>
</packages>
</feature-pack>
<feature-pack location="org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta2-SNAPSHOT">
<feature-pack location="org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta2">
<default-configs inherit="false"/>
<packages inherit="false">
<!-- If docs/licenses is desired, uncomment this line -->
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/reactive-messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-quickstarts</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion subsystems/context-propagation/extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-context-propagation-parent</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion subsystems/context-propagation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-subsystems</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion subsystems/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-parent</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion subsystems/reactive-messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-subsystems</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion subsystems/reactive-streams-operators/cdi-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-streams-operators-parent</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion subsystems/reactive-streams-operators/extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-streams-operators-parent</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion subsystems/reactive-streams-operators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-subsystems</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wildfly-microprofile-reactive-streams-operators-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration/combined/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-testsuite-integration</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration/context-propagation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-testsuite-integration</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-testsuite</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration/reactive-messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-testsuite-integration</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration/reactive-streams-operators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-testsuite-integration</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-parent</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
<relativePath>../../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-parent</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/tcks/context-propagation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-tcks</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/tcks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>wildfly-microprofile-reactive-testsuite</artifactId>
<groupId>org.wildfly.extras.reactive</groupId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/tcks/reactive-messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly.extras.reactive</groupId>
<artifactId>wildfly-microprofile-reactive-tcks</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>

<artifactId>wildfly-microprofile-tck-reactive-messaging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tcks/reactive-streams-operators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly.extras.reactive</groupId>
<artifactId>wildfly-microprofile-reactive-tcks</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>

<artifactId>wildfly-microprofile-tck-reactive-streams-operators</artifactId>
Expand Down

0 comments on commit 8e67e63

Please sign in to comment.