Skip to content

Commit

Permalink
Version bumps for 4.30 stream
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Sep 26, 2023
1 parent c370479 commit e76b408
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.swt.tools/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt.tools; singleton:=true
Bundle-Version: 3.110.100.qualifier
Bundle-Version: 3.110.200.qualifier
Bundle-ManifestVersion: 2
Export-Package: org.eclipse.swt.tools.internal; x-internal:=true
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.swt.tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.tools</artifactId>
<version>3.110.100-SNAPSHOT</version>
<version>3.110.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion features/org.eclipse.swt.tools.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.swt.tools.feature"
label="%featureName"
version="3.109.100.qualifier"
version="3.109.200.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.swt.tools.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</parent>
<groupId>org.eclipse.swt.tools.feature</groupId>
<artifactId>org.eclipse.swt.tools.feature</artifactId>
<version>3.109.100-SNAPSHOT</version>
<version>3.109.200-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
<plugins>
Expand Down

0 comments on commit e76b408

Please sign in to comment.