Skip to content

Commit

Permalink
Version bumps for 4.31 stream
Browse files Browse the repository at this point in the history
Tracked in #1590
  • Loading branch information
akurtakov committed Nov 27, 2023
1 parent bb61542 commit ac29a0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 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.jdt.doc.isv; singleton:=true
Bundle-Version: 3.14.2200.qualifier
Bundle-Version: 3.14.2300.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.doc.isv</artifactId>
<version>3.14.2200-SNAPSHOT</version>
<version>3.14.2300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<feature
id="org.eclipse.help"
label="%featureName"
version="2.3.1600.qualifier"
version="2.3.1700.qualifier"
provider-name="%providerName"
plugin="org.eclipse.help.base"
license-feature="org.eclipse.license"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@
<groupId>org.eclipse.help.feature</groupId>
<artifactId>org.eclipse.help</artifactId>
<name>org.eclipse.help.feature</name>
<version>2.3.1600-SNAPSHOT</version>
<version>2.3.1700-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho.version}</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -41,7 +40,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho.version}</version>
<executions>
<execution>
<id>attach-p2-metadata</id>
Expand Down

0 comments on commit ac29a0e

Please sign in to comment.