Skip to content

Commit

Permalink
[Build] Remove now unused 'cbi-jdt-repo.url' from mavenproperties
Browse files Browse the repository at this point in the history
Keeping that variable fails the I-build because is is not used and not
defined anymore since:
#2538
  • Loading branch information
HannesWell committed Dec 3, 2024
1 parent 95127ef commit 97a44ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ The release is scheduled for 10AM EST. Typically the jobs are scheduled beforeha
- Find the *unqualified* version of the artifact `org.eclipse.jdt.core.complier.batch_${ecjversion}.jar`, i.e. the version consisting only of the _major_._minor_._service_ part, but without qualifier.
It's the version of the `org.eclipse.jdt:ecj` artifact at Maven-Central, about to be relased.
* Update the `cbi-ecj-version` in [eclipse.platform.releng.aggregator/eclipse-platform-parent/pom.xml](https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/master/eclipse-platform-parent/pom.xml)
to the exact version of the `org.eclipse.jdt.core.complier.batch` bundle, e.g.: `3.40.0`
to the exact version of the to be released`org.eclipse.jdt.core.complier.batch` bundle, e.g.: `3.40.0`

#### **Update the Build Calendar:**
- Create an [issue](https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/289) and update the [build calendar](https://calendar.google.com/calendar/u/0?cid=cHJmazI2ZmRtcHJ1MW1wdGxiMDZwMGpoNHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ) for the next GA release based on the [Simultaneous Release schedule](https://wiki.eclipse.org/Simultaneous_Release).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
tycho.debug.artifactcomparator=${tycho.debug.artifactcomparator}
tycho.localArtifacts=${tycho.localArtifacts}
tycho.version=${tycho.version}
cbi-jdt-repo.url=${cbi-jdt-repo.url}
cbi-ecj-version=${cbi-ecj-version}
cbi-plugins.version=${cbi-plugins.version}
eclipserun-repo=${eclipserun-repo}
Expand Down

0 comments on commit 97a44ac

Please sign in to comment.