Skip to content

Commit

Permalink
bump to 1.1.1-p8
Browse files Browse the repository at this point in the history
  • Loading branch information
rcernich committed Sep 25, 2014
1 parent f2225bb commit c495a19
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/pom.xml
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.switchyard.console</groupId>
<artifactId>switchyard-console-application</artifactId>
<version>1.1.1-p7</version>
<version>1.1.1-p8</version>
<packaging>war</packaging>
<name>SwitchYard: Management Console Application</name>
<description>Integrated AS7 console application, which includes the SwitchYard extension.</description>
Expand Down
2 changes: 1 addition & 1 deletion component/bean/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>switchyard-console-components</artifactId>
<groupId>org.switchyard.console</groupId>
<version>1.1.1-p7</version>
<version>1.1.1-p8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>switchyard-console-component-bean</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/bpel/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>switchyard-console-components</artifactId>
<groupId>org.switchyard.console</groupId>
<version>1.1.1-p7</version>
<version>1.1.1-p8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>switchyard-console-component-bpel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/bpm/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>switchyard-console-components</artifactId>
<groupId>org.switchyard.console</groupId>
<version>1.1.1-p7</version>
<version>1.1.1-p8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>switchyard-console-component-bpm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/camel/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>switchyard-console-components</artifactId>
<groupId>org.switchyard.console</groupId>
<version>1.1.1-p7</version>
<version>1.1.1-p8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>switchyard-console-component-camel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/clojure/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>switchyard-console-components</artifactId>
<groupId>org.switchyard.console</groupId>
<version>1.1.1-p7</version>
<version>1.1.1-p8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>switchyard-console-component-clojure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/core/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>switchyard-console-components</artifactId>
<groupId>org.switchyard.console</groupId>
<version>1.1.1-p7</version>
<version>1.1.1-p8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>switchyard-console-component-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/hornetq/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>switchyard-console-components</artifactId>
<groupId>org.switchyard.console</groupId>
<version>1.1.1-p7</version>
<version>1.1.1-p8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>switchyard-console-component-hornetq</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>switchyard-console-parent</artifactId>
<groupId>org.switchyard.console</groupId>
<version>1.1.1-p7</version>
<version>1.1.1-p8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>switchyard-console-components</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/rules/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>switchyard-console-components</artifactId>
<groupId>org.switchyard.console</groupId>
<version>1.1.1-p7</version>
<version>1.1.1-p8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>switchyard-console-component-rules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/soap/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>switchyard-console-components</artifactId>
<groupId>org.switchyard.console</groupId>
<version>1.1.1-p7</version>
<version>1.1.1-p8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>switchyard-console-component-soap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwt/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>switchyard-console-parent</artifactId>
<groupId>org.switchyard.console</groupId>
<version>1.1.1-p7</version>
<version>1.1.1-p8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-parent</artifactId>
<version>1.1.1-p7</version>
<version>1.1.1-p8</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit c495a19

Please sign in to comment.