Skip to content

Commit

Permalink
JBIDE-20682: update rest client to 3.0.1.Final to fix wrong webhooks
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon committed Sep 17, 2015
1 parent a9fc756 commit 951590f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.openshift.client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-restclient-java-3.0.0.Final.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-restclient-java-3.0.1.Final.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-compress-1.8.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jboss-dmr-1.2.0.Final.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-1.2.17.jar"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-Version: 3.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-ClassPath: lib/openshift-restclient-java-3.0.0.Final.jar,
Bundle-ClassPath: lib/openshift-restclient-java-3.0.1.Final.jar,
lib/commons-compress-1.8.1.jar,
lib/jboss-dmr-1.2.0.Final.jar,
lib/log4j-1.2.17.jar,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.openshift.client/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ bin.includes = META-INF/,\
.options,\
lib/*,\
log4j.properties,\
lib/openshift-restclient-java-3.0.0.Final.jar
lib/openshift-restclient-java-3.0.1.Final.jar
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.openshift.client/plugin.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Properties file for org.jboss.tools.runtime
Bundle-Vendor = JBoss by Red Hat
Bundle-Name = Openshift V3 Client
Bundle-Name = Openshift 3 Client
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.openshift.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>eclipse-plugin</packaging>

<properties>
<openshift-restclient-java.version>3.0.0.Final</openshift-restclient-java.version>
<openshift-restclient-java.version>3.0.1.Final</openshift-restclient-java.version>
<jboss-dmr.version>1.2.0.Final</jboss-dmr.version>
<commons-compress.version>1.8.1</commons-compress.version>
<log4j.version>1.2.17</log4j.version>
Expand Down

0 comments on commit 951590f

Please sign in to comment.