JBoss Tools SVN: r44690 - in branches/jbosstools-3.3.x/central/plugins/org.jboss.tools.central.discovery: META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2013-10-24 16:34:17 -0400 (Thu, 24 Oct 2013)
New Revision: 44690
Modified:
branches/jbosstools-3.3.x/central/plugins/org.jboss.tools.central.discovery/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/central/plugins/org.jboss.tools.central.discovery/plugin.xml
branches/jbosstools-3.3.x/central/plugins/org.jboss.tools.central.discovery/pom.xml
Log:
JBDS-2807 switch to new JRebel site for JBT Central Discovery plugin, and bump plugin version to 1.0.2 (JBT 3.3.x)
Modified: branches/jbosstools-3.3.x/central/plugins/org.jboss.tools.central.discovery/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/central/plugins/org.jboss.tools.central.discovery/META-INF/MANIFEST.MF 2013-08-15 06:34:39 UTC (rev 44689)
+++ branches/jbosstools-3.3.x/central/plugins/org.jboss.tools.central.discovery/META-INF/MANIFEST.MF 2013-10-24 20:34:17 UTC (rev 44690)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %BundleVendor
Bundle-SymbolicName: org.jboss.tools.central.discovery;singleton:=true
-Bundle-Version: 1.0.1.qualifier
+Bundle-Version: 1.0.2.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.discovery.core;bundle-version="3.6.0"
Bundle-ActivationPolicy: lazy
Modified: branches/jbosstools-3.3.x/central/plugins/org.jboss.tools.central.discovery/plugin.xml
===================================================================
--- branches/jbosstools-3.3.x/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2013-08-15 06:34:39 UTC (rev 44689)
+++ branches/jbosstools-3.3.x/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2013-10-24 20:34:17 UTC (rev 44690)
@@ -513,7 +513,7 @@
image32="images/jrebel_32.png">
</icon>
<overview
- url="http://zeroturnaround.com/jrebel/current/">
+ url="http://update.zeroturnaround.com/update-site-jboss/">
</overview>
</connectorDescriptor>
Modified: branches/jbosstools-3.3.x/central/plugins/org.jboss.tools.central.discovery/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/central/plugins/org.jboss.tools.central.discovery/pom.xml 2013-08-15 06:34:39 UTC (rev 44689)
+++ branches/jbosstools-3.3.x/central/plugins/org.jboss.tools.central.discovery/pom.xml 2013-10-24 20:34:17 UTC (rev 44690)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.central.plugins</groupId>
<artifactId>org.jboss.tools.central.discovery</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
11 years, 2 months