Skip to content

Commit

Permalink
Merge pull request #33 from knrc/cloud-1866
Browse files Browse the repository at this point in the history
Cloud 1866
  • Loading branch information
rcernich authored Jul 7, 2017
2 parents 937929e + 4de5ce8 commit 59e637b
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion activemq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openshift.ping</groupId>
<artifactId>openshift-ping-parent</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openshift.ping</groupId>
<artifactId>openshift-ping-parent</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ private CompatibilityUtils() {
* @return <code>true</code> when JGroups 4 is on the classpath. <code>false</code> otherwise.
*/
public static boolean isJGroups4() {
return Version.major == 4;
final short[] decodedVersion = Version.decode(Version.version);
return decodedVersion[0] == 4;
}
}
2 changes: 1 addition & 1 deletion dist/eap/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openshift.ping</groupId>
<artifactId>openshift-ping-dist-eap</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/eap/download/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openshift.ping</groupId>
<artifactId>openshift-ping-dist-eap</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/eap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openshift.ping</groupId>
<artifactId>openshift-ping-dist</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openshift.ping</groupId>
<artifactId>openshift-ping-parent</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/wildfly/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openshift.ping</groupId>
<artifactId>openshift-ping-dist-wildfly</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/wildfly/download/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openshift.ping</groupId>
<artifactId>openshift-ping-dist-wildfly</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openshift.ping</groupId>
<artifactId>openshift-ping-dist</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openshift.ping</groupId>
<artifactId>openshift-ping-parent</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/apps/basic-app-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openshift.ping.examples</groupId>
<artifactId>openshift-ping-examples-apps</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/apps/basic-web-session/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openshift.ping.examples</groupId>
<artifactId>openshift-ping-examples-apps</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/apps/hello-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openshift.ping.examples</groupId>
<artifactId>openshift-ping-examples-apps</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openshift.ping</groupId>
<artifactId>openshift-ping-parent</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kube/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openshift.ping</groupId>
<artifactId>openshift-ping-parent</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>org.openshift.ping</groupId>
<artifactId>openshift-ping-parent</artifactId>
<version>1.1.4.Final</version>
<version>1.1.5.Final</version>
<packaging>pom</packaging>

<name>OpenShift PING - Parent</name>
Expand Down

0 comments on commit 59e637b

Please sign in to comment.