Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update to 1.0.0.CR1-SNAPSHOT for future development
  • Loading branch information
kenfinnigan committed Apr 11, 2016
1 parent 855e3e1 commit dfd1115
Show file tree
Hide file tree
Showing 63 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion arjuna/arjuna-shrinkwrap/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-arjuna</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion arjuna/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion arjuna/stm-shrinkwrap/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-arjuna</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion base/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion datasource/datasource-deployment/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-datasource</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion datasource/datasource-subsystem/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-datasource</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion datasource/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docker/docker-jaxrs/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>examples-docker</artifactId>
<groupId>org.wildfly.swarm.examples</groupId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gradle-mail/build.gradle
@@ -1,5 +1,5 @@
buildscript {
version = '1.0.0.Beta7'
version = '1.0.0.CR1-SNAPSHOT'

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion gradle/build.gradle
@@ -1,5 +1,5 @@
buildscript {
version = System.getProperty('swarmVersion') ?: '1.0.0.Beta7'
version = System.getProperty('swarmVersion') ?: '1.0.0.CR1-SNAPSHOT'

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion gradle/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jaxrs/contract-based-testing/jaxrs-consumer/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jaxrs-cdc</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jaxrs/contract-based-testing/jaxrs-provider/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jaxrs-cdc</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jaxrs/contract-based-testing/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jaxrs</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jaxrs/health/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jaxrs</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jaxrs/jaxrs-cdi/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jaxrs</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jaxrs/jaxrs-shrinkwrap-https/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jaxrs</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jaxrs/jaxrs-shrinkwrap/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jaxrs</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jaxrs/jaxrs-war/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jaxrs</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jaxrs/kotlin/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jaxrs</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jaxrs/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jaxrs/scala/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jaxrs</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jaxrs/swagger/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jaxrs</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jaxws/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jpa-jaxrs-cdi/jpa-jaxrs-cdi-shrinkwrap/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jpa-jaxrs-cdi</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jpa-jaxrs-cdi/jpa-jaxrs-cdi-war/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jpa-jaxrs-cdi</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jpa-jaxrs-cdi/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jpa/jpa-shrinkwrap/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jpa</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jpa/jpa-war/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jpa</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jpa/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jruby-sinatra/Mavenfile
@@ -1,7 +1,7 @@
project do
artifact_id 'jruby-sinatra'
group_id 'org.wildfly.swarm.examples'
version '1.0.0.Beta7'
version '1.0.0.CR1-SNAPSHOT'

properties('project.build.sourceEncoding' => 'utf-8',
'jruby.version' => '1.7.23')
Expand Down
2 changes: 1 addition & 1 deletion jsf/jsf-shrinkwrap/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jsf</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jsf/jsf-war/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-jsf</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jsf/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion messaging/messaging-clustering/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-messaging</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion messaging/messaging-mdb/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-messaging</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion messaging/messaging-simple/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-messaging</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion messaging/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion msc/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>

<name>WildFly Swarm Examples: Parent</name>
<description>WildFly Swarm Examples: Parent</description>
Expand Down
2 changes: 1 addition & 1 deletion ribbon-consul/events/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-ribbon-consul-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ribbon-consul/frontend/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-ribbon-consul-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ribbon-consul/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.wildfly.swarm.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.0.0.Beta7</version>
<version>1.0.0.CR1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit dfd1115

Please sign in to comment.