Skip to content

Commit

Permalink
prepare repo for 2025-03 M1
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Dec 4, 2024
1 parent 401e566 commit 231e32f
Show file tree
Hide file tree
Showing 98 changed files with 147 additions and 145 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline {

// check every 5 minutes for changes to the staging repo's content.jar
URLTrigger(cronTabSpec: 'H/5 * * * *', entries: [URLTriggerEntry(
url: 'https://download.eclipse.org/staging/2024-12/content.jar',
url: 'https://download.eclipse.org/staging/2025-03/content.jar',
contentTypes: [
MD5Sum()
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ internal signing service and can be activated only if the build is running there
### Additional Configuration Possibilities

By default, the EPP build uses the content of the Eclipse Simultaneous Release _Staging_
repository at <https://download.eclipse.org/staging/2024-12/> as input. Sometimes it is
repository at <https://download.eclipse.org/staging/2025-03/> as input. Sometimes it is
desired to build against another release (e.g. a different milestone), or against a local
mirror of this repository. This can be achieved by setting the Java property
`eclipse.simultaneous.release.repository`to another URL. As an example, by adding the
following argument to the Maven command line, the EPP build will read its input from the
composite Eclipse 2024-12 repository:
composite Eclipse 2025-03 repository:

-Declipse.simultaneous.release.repository="https://download.eclipse.org/releases/2024-12"
-Declipse.simultaneous.release.repository="https://download.eclipse.org/releases/2025-03"

### EPP Configuration File format

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This checklist is only used once per release cycle. Scroll down for the per-mile
- [ ] Help -> About says expected build name and milestone, e.g. `2020-03-M2`
- [ ] `org.eclipse.epp.package.*` features and bundles have the timestamp of the forced qualifier update or later
- [ ] Upgrade from previous release works. To test the upgrade an equivalent to the simrel release composite site needs to done. Add the following software sites to available software, check for updates and then make sure stuff works. In particular check error log and that core features (Such as JDT, Platform) have been upgraded.
- `https://download.eclipse.org/staging/2024-12/` - _NOTE_ Use `SIMREL_REPO` if the staging repo has been updated since the `SIMREL_REPO` location was created.
- `https://download.eclipse.org/staging/2025-03/` - _NOTE_ Use `SIMREL_REPO` if the staging repo has been updated since the `SIMREL_REPO` location was created.
- `https://download.eclipse.org/technology/epp/staging/repository/`
- `https://download.eclipse.org/justj/epp/milestone/latest` - This is needed when there is a new version of JustJ that is not also published as a release. For example, Java 21 between 2024-06 M1 and release date of 2024-06.
- [ ] Verify no non-EPP content is in the p2 repo (especially justj, update [remove-justj-from-p2.xml](https://github.com/eclipse-packaging/packages/blob/master/releng/org.eclipse.epp.config/tools/remove-justj-from-p2.xml) if needed)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Click <a href="https://github.com/eclipse-egit/egit/issues">here</a> to open a b
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-committers-2024-12-R" />
<product name="eclipse-committers-2025-03-M1" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.package.committers.feature"
label="EPP Eclipse IDE for Eclipse Committers Feature"
version="4.34.0.qualifier"
version="4.35.0.qualifier"
provider-name="Eclipse Packaging Project"
plugin="org.eclipse.epp.package.committers"
license-feature="org.eclipse.license"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-feature-parent</artifactId>
<version>4.34.0-SNAPSHOT</version>
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ update.severity = 0
update.description = Eclipse package upgrade from versions before Eclipse Neon (4.6) is not possible. See bug 332989.

properties.1.name = org.eclipse.equinox.p2.description
properties.1.value = 2024-12 Release of the Eclipse Committers package.
properties.1.value = 2025-03 Release of the Eclipse Committers package.

properties.2.name = org.eclipse.equinox.p2.provider
properties.2.value = Eclipse Packaging Project
10 changes: 5 additions & 5 deletions packages/org.eclipse.epp.package.committers.product/epp.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Eclipse IDE for Eclipse Committers" uid="epp.package.committers" id="org.eclipse.epp.package.committers.product" application="org.eclipse.ui.ide.workbench" version="4.34.0.qualifier" type="mixed" includeLaunchers="true" autoIncludeRequirements="true">
<product name="Eclipse IDE for Eclipse Committers" uid="epp.package.committers" id="org.eclipse.epp.package.committers.product" application="org.eclipse.ui.ide.workbench" version="4.35.0.qualifier" type="mixed" includeLaunchers="true" autoIncludeRequirements="true">

<aboutInfo>
<image path="/org.eclipse.epp.package.committers/eclipse_lg.png"/>
Expand Down Expand Up @@ -236,7 +236,7 @@ United States, other countries, or both.


<!-- common features that all products have -->
<feature id="org.eclipse.epp.package.common.feature" version="4.34.0.qualifier"/>
<feature id="org.eclipse.epp.package.common.feature" version="4.35.0.qualifier"/>
<feature id="org.eclipse.platform" installMode="root"/>
<feature id="org.eclipse.epp.mpc" installMode="root"/>
<feature id="org.eclipse.oomph.setup" installMode="root"/>
Expand All @@ -258,7 +258,7 @@ United States, other countries, or both.
<feature id="org.eclipse.mylyn.reviews.feature" installMode="root"/>

<!-- product specific contents -->
<feature id="org.eclipse.epp.package.committers.feature" version="4.34.0.qualifier"/>
<feature id="org.eclipse.epp.package.committers.feature" version="4.35.0.qualifier"/>
<feature id="org.eclipse.jdt" installMode="root"/>
<feature id="org.eclipse.jdt.bcoview.feature" installMode="root"/>
<feature id="org.eclipse.pde" installMode="root"/>
Expand Down Expand Up @@ -288,8 +288,8 @@ United States, other countries, or both.
</plugins>

<repositories>
<repository location="https://download.eclipse.org/eclipse/updates/4.34" name="The Eclipse Project Updates" enabled="true" />
<repository location="https://download.eclipse.org/releases/2024-12" name="2024-12" enabled="true" />
<repository location="https://download.eclipse.org/eclipse/updates/4.35" name="The Eclipse Project Updates" enabled="true" />
<repository location="https://download.eclipse.org/releases/2025-03" name="2025-03" enabled="true" />
</repositories>

</product>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-product-parent</artifactId>
<version>4.34.0-SNAPSHOT</version>
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/product</relativePath>
</parent>

Expand Down
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.epp.package.committers;singleton:=true
Bundle-Version: 4.34.0.qualifier
Bundle-Version: 4.35.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-21
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.committers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-bundle-parent</artifactId>
<version>4.34.0-SNAPSHOT</version>
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/bundle</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.package.common.feature"
label="Eclipse Packaging Project Common Feature"
version="4.34.0.qualifier"
version="4.35.0.qualifier"
provider-name="Eclipse Packaging Project"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.common.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-feature-parent</artifactId>
<version>4.34.0-SNAPSHOT</version>
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: org.eclipse.epp.package.common
Bundle-Name: Common EPP Bundle
Bundle-SymbolicName: org.eclipse.epp.package.common;singleton:=true
Bundle-Version: 4.34.0.qualifier
Bundle-Version: 4.35.0.qualifier
Bundle-Vendor: Eclipse Packaging Project
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.platform,
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-bundle-parent</artifactId>
<version>4.34.0-SNAPSHOT</version>
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/bundle</relativePath>
</parent>

Expand Down
Binary file modified packages/org.eclipse.epp.package.common/splash.bmp
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
</packageMetaData>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-cpp-2024-12-R" />
<product name="eclipse-cpp-2025-03-M1" />

</configuration>
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.cpp.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.package.cpp.feature"
label="EPP CPP Feature"
version="4.34.0.qualifier"
version="4.35.0.qualifier"
provider-name="Eclipse Packaging Project"
plugin="org.eclipse.epp.package.cpp"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.cpp.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-feature-parent</artifactId>
<version>4.34.0-SNAPSHOT</version>
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.cpp.product/epp.p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ update.severity = 0
update.description = Eclipse package upgrade from versions before Eclipse Neon (4.6) is not possible. See bug 332989.

properties.1.name = org.eclipse.equinox.p2.description
properties.1.value = 2024-12 Release of the Eclipse C/C++ Developers Developers package.
properties.1.value = 2025-03 Release of the Eclipse C/C++ Developers Developers package.

properties.2.name = org.eclipse.equinox.p2.provider
properties.2.value = Eclipse Packaging Project
10 changes: 5 additions & 5 deletions packages/org.eclipse.epp.package.cpp.product/epp.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Eclipse IDE for C/C++ Developers" uid="epp.package.cpp" id="org.eclipse.epp.package.cpp.product" application="org.eclipse.ui.ide.workbench" version="4.34.0.qualifier" type="mixed" includeLaunchers="true" autoIncludeRequirements="true">
<product name="Eclipse IDE for C/C++ Developers" uid="epp.package.cpp" id="org.eclipse.epp.package.cpp.product" application="org.eclipse.ui.ide.workbench" version="4.35.0.qualifier" type="mixed" includeLaunchers="true" autoIncludeRequirements="true">

<aboutInfo>
<image path="/org.eclipse.epp.package.cpp/eclipse_lg.png"/>
Expand Down Expand Up @@ -234,7 +234,7 @@ United States, other countries, or both.

<features>
<!-- common features that all products have -->
<feature id="org.eclipse.epp.package.common.feature" version="4.34.0.qualifier"/>
<feature id="org.eclipse.epp.package.common.feature" version="4.35.0.qualifier"/>
<feature id="org.eclipse.platform" installMode="root"/>
<feature id="org.eclipse.epp.mpc" installMode="root"/>
<feature id="org.eclipse.oomph.setup" installMode="root"/>
Expand All @@ -256,7 +256,7 @@ United States, other countries, or both.
<feature id="org.eclipse.mylyn.reviews.feature" installMode="root"/>

<!-- product specific contents -->
<feature id="org.eclipse.epp.package.cpp.feature" version="4.34.0.qualifier"/>
<feature id="org.eclipse.epp.package.cpp.feature" version="4.35.0.qualifier"/>
<feature id="org.eclipse.cdt" installMode="root"/>
<feature id="org.eclipse.cdt.autotools" installMode="root"/>
<feature id="org.eclipse.cdt.build.crossgcc" installMode="root"/>
Expand Down Expand Up @@ -292,8 +292,8 @@ United States, other countries, or both.
</plugins>

<repositories>
<repository location="https://download.eclipse.org/eclipse/updates/4.34" name="The Eclipse Project Updates" enabled="true" />
<repository location="https://download.eclipse.org/releases/2024-12" name="2024-12" enabled="true" />
<repository location="https://download.eclipse.org/eclipse/updates/4.35" name="The Eclipse Project Updates" enabled="true" />
<repository location="https://download.eclipse.org/releases/2025-03" name="2025-03" enabled="true" />
</repositories>

</product>
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.cpp.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-product-parent</artifactId>
<version>4.34.0-SNAPSHOT</version>
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/product</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.cpp/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-ManifestVersion: 2
Bundle-Name: EPP CPP Bundle
Bundle-SymbolicName: org.eclipse.epp.package.cpp;singleton:=true
Bundle-Version: 4.34.0.qualifier
Bundle-Version: 4.35.0.qualifier
Bundle-Vendor: Eclipse Packaging Project
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.platform,
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.cpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-bundle-parent</artifactId>
<version>4.34.0-SNAPSHOT</version>
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/bundle</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-dsl-2024-12-R" />
<product name="eclipse-dsl-2025-03-M1" />

</configuration>
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.dsl.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.package.dsl.feature"
label="EPP DSL Feature"
version="4.34.0.qualifier"
version="4.35.0.qualifier"
provider-name="Eclipse Packaging Project"
plugin="org.eclipse.epp.package.dsl"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.dsl.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-feature-parent</artifactId>
<version>4.34.0-SNAPSHOT</version>
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.dsl.product/epp.p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ update.severity = 0
update.description = Eclipse package upgrade from versions before Eclipse Neon (4.6) is not possible. See bug 332989.

properties.1.name = org.eclipse.equinox.p2.description
properties.1.value = 2024-12 Release of the Eclipse DSL Tools package.
properties.1.value = 2025-03 Release of the Eclipse DSL Tools package.

properties.2.name = org.eclipse.equinox.p2.provider
properties.2.value = Eclipse Packaging Project
10 changes: 5 additions & 5 deletions packages/org.eclipse.epp.package.dsl.product/epp.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Eclipse DSL Tools" uid="epp.package.dsl" id="org.eclipse.epp.package.dsl.product" application="org.eclipse.ui.ide.workbench" version="4.34.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
<product name="Eclipse DSL Tools" uid="epp.package.dsl" id="org.eclipse.epp.package.dsl.product" application="org.eclipse.ui.ide.workbench" version="4.35.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">

<aboutInfo>
<image path="/org.eclipse.epp.package.dsl/eclipse_lg.png"/>
Expand Down Expand Up @@ -234,7 +234,7 @@ United States, other countries, or both.


<!-- common features that all products have -->
<feature id="org.eclipse.epp.package.common.feature" version="4.34.0.qualifier"/>
<feature id="org.eclipse.epp.package.common.feature" version="4.35.0.qualifier"/>
<feature id="org.eclipse.platform" installMode="root"/>
<feature id="org.eclipse.epp.mpc" installMode="root"/>
<feature id="org.eclipse.oomph.setup" installMode="root"/>
Expand All @@ -247,7 +247,7 @@ United States, other countries, or both.
<feature id="org.eclipse.tm4e.language_pack.feature" installMode="root"/>

<!-- product specific contents -->
<feature id="org.eclipse.epp.package.dsl.feature" version="4.34.0.qualifier"/>
<feature id="org.eclipse.epp.package.dsl.feature" version="4.35.0.qualifier"/>
<feature id="org.eclipse.sdk" installMode="root"/>
<feature id="org.eclipse.emf.ecore.xcore.sdk" installMode="root"/>
<feature id="org.eclipse.emf.mwe2.language.sdk" installMode="root"/>
Expand All @@ -264,8 +264,8 @@ United States, other countries, or both.
</features>

<repositories>
<repository location="https://download.eclipse.org/eclipse/updates/4.34" name="The Eclipse Project Updates" enabled="true" />
<repository location="https://download.eclipse.org/releases/2024-12" name="2024-12" enabled="true" />
<repository location="https://download.eclipse.org/eclipse/updates/4.35" name="The Eclipse Project Updates" enabled="true" />
<repository location="https://download.eclipse.org/releases/2025-03" name="2025-03" enabled="true" />
</repositories>

</product>
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.dsl.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-product-parent</artifactId>
<version>4.34.0-SNAPSHOT</version>
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/product</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.dsl/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-ManifestVersion: 2
Bundle-Name: EPP DSL Bundle
Bundle-SymbolicName: org.eclipse.epp.package.dsl;singleton:=true
Bundle-Version: 4.34.0.qualifier
Bundle-Version: 4.35.0.qualifier
Bundle-Vendor: Eclipse Packaging Project
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.platform,
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-bundle-parent</artifactId>
<version>4.34.0-SNAPSHOT</version>
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/bundle</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ To avoid compatibility issues with pre 6.x plug-ins, it is recommended to <b>cre
</packageMetaData>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-embedcpp-2024-12-R" />
<product name="eclipse-embedcpp-2025-03-M1" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.package.embedcpp.feature"
label="EPP Embedded CPP Feature"
version="4.34.0.qualifier"
version="4.35.0.qualifier"
provider-name="Eclipse Packaging Project"
plugin="org.eclipse.epp.package.embedcpp"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.embedcpp.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-feature-parent</artifactId>
<version>4.34.0-SNAPSHOT</version>
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 231e32f

Please sign in to comment.