Skip to content

Commit 2554912

Browse files
committed
back to 2.0.0-SNAPSHOT
1 parent 42ed258 commit 2554912

File tree

26 files changed

+27
-27
lines changed

26 files changed

+27
-27
lines changed

admin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.switchyard</groupId>
2424
<artifactId>switchyard-core-parent</artifactId>
25-
<version>2.0.0.Alpha2</version>
25+
<version>2.0.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<properties>

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-api</artifactId>

build/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>org.switchyard</groupId>
2121
<artifactId>switchyard-build</artifactId>
2222
<name>SwitchYard: Build</name>
23-
<version>2.0.0.Alpha2</version>
23+
<version>2.0.0-SNAPSHOT</version>
2424
<description>The SwitchYard Build Module</description>
2525
<url>http://switchyard.org</url>
2626
<organization>

bus/camel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-bus-camel</artifactId>

common/camel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.switchyard</groupId>
2424
<artifactId>switchyard-core-parent</artifactId>
25-
<version>2.0.0.Alpha2</version>
25+
<version>2.0.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<properties>

common/cdi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.switchyard</groupId>
2424
<artifactId>switchyard-core-parent</artifactId>
25-
<version>2.0.0.Alpha2</version>
25+
<version>2.0.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<properties>

common/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.switchyard</groupId>
2424
<artifactId>switchyard-core-parent</artifactId>
25-
<version>2.0.0.Alpha2</version>
25+
<version>2.0.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<properties>

config/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-config</artifactId>

deploy/base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-deploy</artifactId>

deploy/cdi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-deploy-cdi</artifactId>

deploy/webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.switchyard</groupId>
1818
<artifactId>switchyard-core-parent</artifactId>
19-
<version>2.0.0.Alpha2</version>
19+
<version>2.0.0-SNAPSHOT</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222
<modelVersion>4.0.0</modelVersion>

extensions/java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.switchyard</groupId>
2424
<artifactId>switchyard-core-parent</artifactId>
25-
<version>2.0.0.Alpha2</version>
25+
<version>2.0.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<properties>

extensions/wsdl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.switchyard</groupId>
2424
<artifactId>switchyard-core-parent</artifactId>
25-
<version>2.0.0.Alpha2</version>
25+
<version>2.0.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<properties>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.switchyard</groupId>
1818
<artifactId>switchyard-parent</artifactId>
19-
<version>2.0.0.Alpha2</version>
19+
<version>2.0.0-SNAPSHOT</version>
2020
<relativePath>../parent</relativePath>
2121
</parent>
2222
<modelVersion>4.0.0</modelVersion>

remote/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-remote</artifactId>

runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-runtime</artifactId>

security/base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-security</artifactId>

security/jboss/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-security-jboss</artifactId>

security/karaf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-security-karaf</artifactId>

serial/base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-serial</artifactId>

serial/jackson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-serial-jackson</artifactId>

test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-test</artifactId>

tools/maven/archetypes/application/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../../../../pom.xml</relativePath>
2222
</parent>
2323
<groupId>org.switchyard.archetypes</groupId>
2424
<artifactId>switchyard-application</artifactId>
2525
<packaging>maven-archetype</packaging>
2626
<name>SwitchYard: Application Archetype</name>
2727
<properties>
28-
<switchyard.version>2.0.0.Alpha2</switchyard.version>
28+
<switchyard.version>2.0.0-SNAPSHOT</switchyard.version>
2929
</properties>
3030
<build>
3131
<extensions>

tools/maven/plugins/switchyard/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../../../../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-plugin</artifactId>

transform/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-transform</artifactId>

validate/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-core-parent</artifactId>
20-
<version>2.0.0.Alpha2</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>switchyard-validate</artifactId>

0 commit comments

Comments
 (0)