Skip to content

Commit

Permalink
Update versions for 3.35 logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nitind committed Jul 7, 2024
1 parent 863e823 commit 18ca111
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.xsl.jaxp.debug;singleton:=true
Bundle-Version: 1.1.100.qualifier
Bundle-Version: 1.1.200.qualifier
Bundle-Vendor: %vendorName
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.apache.commons.commons-logging;bundle-version="1.0.4";visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion xsl/bundles/org.eclipse.wst.xsl.jaxp.debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.wst.xsl.jaxp.debug</artifactId>
<version>1.1.100-SNAPSHOT</version>
<version>1.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>XSLT JAXP Debug Plugin</name>

Expand Down
2 changes: 1 addition & 1 deletion xsl/features/org.eclipse.wst.xsl.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.wst.xsl.feature"
label="%featureName"
version="1.3.1600.qualifier"
version="1.3.1700.qualifier"
provider-name="%providerName"
plugin="org.eclipse.wst.xsl"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion xsl/features/org.eclipse.wst.xsl.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.wst.xsl.feature</artifactId>
<version>1.3.1600-SNAPSHOT</version>
<version>1.3.1700-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>XSLT FeaturePlugin</name>

Expand Down

0 comments on commit 18ca111

Please sign in to comment.