Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordacarver2011-03-08 19:00:33 +0000
committerdacarver2011-03-08 19:00:33 +0000
commit4ad702ba314f8d4ceb3019e62040439455031588 (patch)
tree59d45a9392d15a85bec13ac3faa4488f36463725
parenta39e81dc41af3e329a53b8f85498d9aa72ac33f2 (diff)
downloadwebtools.sourceediting.xsl-4ad702ba314f8d4ceb3019e62040439455031588.tar.gz
webtools.sourceediting.xsl-4ad702ba314f8d4ceb3019e62040439455031588.tar.xz
webtools.sourceediting.xsl-4ad702ba314f8d4ceb3019e62040439455031588.zip
[nobug] bump revision to satisfy versioning report. Update POM versions as well.
-rw-r--r--bundles/org.eclipse.wst.xsl.jaxp.debug.ui/pom.xml2
-rw-r--r--bundles/org.eclipse.wst.xsl.jaxp.debug/pom.xml2
-rw-r--r--bundles/org.eclipse.wst.xsl.jaxp.launching/pom.xml2
-rw-r--r--bundles/org.eclipse.wst.xsl.launching/pom.xml2
-rw-r--r--bundles/org.eclipse.wst.xsl.saxon/pom.xml2
-rw-r--r--bundles/org.eclipse.wst.xsl.xalan/pom.xml2
6 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.wst.xsl.jaxp.debug.ui/pom.xml b/bundles/org.eclipse.wst.xsl.jaxp.debug.ui/pom.xml
index 790a375..a3f3f0f 100644
--- a/bundles/org.eclipse.wst.xsl.jaxp.debug.ui/pom.xml
+++ b/bundles/org.eclipse.wst.xsl.jaxp.debug.ui/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.eclipse.wst.xsl</groupId>
<artifactId>org.eclipse.wst.xsl.jaxp.debug.ui</artifactId>
<packaging>eclipse-plugin</packaging>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<name>XSLT JAXP Debug UI Plugin</name>
<parent>
diff --git a/bundles/org.eclipse.wst.xsl.jaxp.debug/pom.xml b/bundles/org.eclipse.wst.xsl.jaxp.debug/pom.xml
index 0714f4d..8af78b8 100644
--- a/bundles/org.eclipse.wst.xsl.jaxp.debug/pom.xml
+++ b/bundles/org.eclipse.wst.xsl.jaxp.debug/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.eclipse.wst.xsl</groupId>
<artifactId>org.eclipse.wst.xsl.jaxp.debug</artifactId>
<packaging>eclipse-plugin</packaging>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<name>XSLT JAXP Debug Plugin</name>
<parent>
diff --git a/bundles/org.eclipse.wst.xsl.jaxp.launching/pom.xml b/bundles/org.eclipse.wst.xsl.jaxp.launching/pom.xml
index ea59a5c..72500de 100644
--- a/bundles/org.eclipse.wst.xsl.jaxp.launching/pom.xml
+++ b/bundles/org.eclipse.wst.xsl.jaxp.launching/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.eclipse.wst.xsl</groupId>
<artifactId>org.eclipse.wst.xsl.jaxp.launching</artifactId>
<packaging>eclipse-plugin</packaging>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<name>XSLT JAXP Launching UI Plugin</name>
<parent>
diff --git a/bundles/org.eclipse.wst.xsl.launching/pom.xml b/bundles/org.eclipse.wst.xsl.launching/pom.xml
index 02f1e8b..ada16a5 100644
--- a/bundles/org.eclipse.wst.xsl.launching/pom.xml
+++ b/bundles/org.eclipse.wst.xsl.launching/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.eclipse.wst.xsl</groupId>
<artifactId>org.eclipse.wst.xsl.launching</artifactId>
<packaging>eclipse-plugin</packaging>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<name>XSLT Launching Plugin</name>
<parent>
diff --git a/bundles/org.eclipse.wst.xsl.saxon/pom.xml b/bundles/org.eclipse.wst.xsl.saxon/pom.xml
index 2252e82..9daf2cc 100644
--- a/bundles/org.eclipse.wst.xsl.saxon/pom.xml
+++ b/bundles/org.eclipse.wst.xsl.saxon/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.eclipse.wst.xsl</groupId>
<artifactId>org.eclipse.wst.xsl.saxon</artifactId>
<packaging>eclipse-plugin</packaging>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<name>XSLT Saxon Plugin</name>
<parent>
diff --git a/bundles/org.eclipse.wst.xsl.xalan/pom.xml b/bundles/org.eclipse.wst.xsl.xalan/pom.xml
index 21b8e2b..aa76dd2 100644
--- a/bundles/org.eclipse.wst.xsl.xalan/pom.xml
+++ b/bundles/org.eclipse.wst.xsl.xalan/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.eclipse.wst.xsl</groupId>
<artifactId>org.eclipse.wst.xsl.xalan</artifactId>
<packaging>eclipse-plugin</packaging>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.100-SNAPSHOT</version>
<name>XSLT Xalan Plugin</name>
<parent>

Back to the top