Skip to content

Commit

Permalink
New development iteration 1.0.0.Beta10-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Feb 16, 2024
1 parent 33c9b16 commit e3b18ae
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion arquillian-plugin-scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
</parent>
<artifactId>wildfly-glow-arquillian-plugin-scanner</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion arquillian-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
</parent>
<artifactId>wildfly-glow-arquillian-plugin</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
</parent>
<artifactId>wildfly-glow</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
</parent>
<artifactId>wildfly-glow-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion doc-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
</parent>
<artifactId>wildfly-glow-doc-plugin</artifactId>
<description>A plugin to generate adoc documentation for layer rules</description>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
</parent>
<artifactId>wildfly-glow-doc</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion maven-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
</parent>

<artifactId>wildfly-glow-maven-resolver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion tests/arquillian-plugin-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-tests-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
</parent>
<artifactId>wildfly-glow-arquillian-plugin-tests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tests/glow-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-tests-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
</parent>
<artifactId>wildfly-glow-tests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
</parent>
<artifactId>wildfly-glow-tests-parent</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tests/test-feature-pack/galleon-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-test-feature-pack-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
</parent>
<artifactId>wildfly-glow-test-galleon-pack</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tests/test-feature-pack/layer-metadata-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-test-feature-pack-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
</parent>
<artifactId>wildfly-glow-test-feature-pack-layer-metadata-tests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tests/test-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-tests-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
</parent>
<artifactId>wildfly-glow-test-feature-pack-parent</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tests/test-feature-pack/test-classes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.glow</groupId>
<artifactId>wildfly-glow-test-feature-pack-parent</artifactId>
<version>1.0.0.Beta9</version>
<version>1.0.0.Beta10-SNAPSHOT</version>
</parent>
<artifactId>wildfly-glow-test-feature-pack-classes</artifactId>

Expand Down

0 comments on commit e3b18ae

Please sign in to comment.