Skip to content

Commit

Permalink
Merge pull request #3270 from eclipse-xtext/cd-more-scms
Browse files Browse the repository at this point in the history
adapt more links
  • Loading branch information
cdietrich authored Nov 30, 2024
2 parents 92e8eef + 2f8d058 commit 5efcdea
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Check the Update Site and Drop dirs to contain the new Milestone or Release
* Submit the pr

1. Update and publish Release Notes (for Releases only)
* Create and review release notes (https://github.com/eclipse/xtext-website/tree/main/xtext-website/_posts/releasenotes and https://github.com/eclipse/xtext-website/tree/main/xtend-website/_posts/releasenotes)
* Create and review release notes (https://github.com/eclipse-xtext/xtext-website/tree/main/xtext-website/_posts/releasenotes and https://github.com/eclipse-xtext/xtext-website/tree/main/xtend-website/_posts/releasenotes)
* For committer activity count `git shortlog -s -n -e v<PREV_RELEASE>..v<NEW_RELEASE>`
* Remove published: false from release post
* [Create PR](https://github.com/eclipse/xtext-website/compare/published...main?expand=1) to merge branch main into published
* [Create PR](https://github.com/eclipse-xtext/xtext-website/compare/published...main?expand=1) to merge branch main into published
* Merge the PR
* Wait for the [website-deploy](https://ci.eclipse.org/xtext/job/releng/job/website-deploy/) to finish. Shortly after the new Release Notes should pop up on the [Xtext website](https://www.eclipse.org/Xtext/download.html) and the [Xtend website](https://www.eclipse.org/xtend/download.html).

Expand Down
4 changes: 2 additions & 2 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ SPDX-License-Identifier: EPL-2.0

The project maintains the following source code repositories:

* https://github.com/eclipse/xtext
* https://github.com/eclipse/xtext-website
* https://github.com/eclipse-xtext/xtext
* https://github.com/eclipse-xtext/xtext-website

## Third-party Content

Expand Down
2 changes: 1 addition & 1 deletion dev-doc/Xtext-Maintenance-Manual.mm
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<node TEXT="" ID="ID_591086714" CREATED="1611838862247" MODIFIED="1611839315301"/>
</node>
<node TEXT="Documentation" ID="ID_1775105458" CREATED="1611838713246" MODIFIED="1611838716112">
<node TEXT="docs https://github.com/eclipse/xtext" ID="ID_516745645" CREATED="1611838933948" MODIFIED="1611838938373"/>
<node TEXT="docs https://github.com/eclipse-xtext/xtext" ID="ID_516745645" CREATED="1611838933948" MODIFIED="1611838938373"/>
</node>
<node TEXT="Tools" ID="ID_1551928349" CREATED="1611838717596" MODIFIED="1611838720611">
<node TEXT="MWE https://github.com/eclipse/mwe/" ID="ID_1921748167" CREATED="1611838792942" MODIFIED="1611838862069"/>
Expand Down
8 changes: 1 addition & 7 deletions org.eclipse.xtend.maven.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@
<artifactId>org.eclipse.xtend.maven.parent</artifactId>
<packaging>pom</packaging>

<url>http://xtend-lang.org</url>
<url>https://eclipse.dev/Xtext/xtend/</url>
<name>Xtend Maven Plugin Parent POM</name>
<description>Xtend is a little language that compiles into idiomatic Java source code. You can use any existing Java library seamlessly from Xtend (and vice-versa). The compiled output is readable and pretty-printed, and tends to run as fast or faster than the equivalent handwritten Java code. It's the CoffeeScript for Java.</description>

<scm>
<connection>scm:git:https://github.com/eclipse/xtext-xtend.git</connection>
<developerConnection>scm:git:https://github.com/eclipse/xtext-xtend.git</developerConnection>
<url>https://github.com/eclipse/xtext-xtend.git</url>
</scm>

<properties>
<root-dir>${basedir}/..</root-dir>
<maven.version>3.6.0</maven.version>
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.xtext.dev-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/eclipse/xtext.git</connection>
<developerConnection>scm:git:https://github.com/eclipse/xtext.git</developerConnection>
<url>[email protected]:eclipse/xtext.git</url>
<connection>scm:git:https://github.com/eclipse-xtext/xtext.git</connection>
<developerConnection>scm:git:https://github.com/eclipse-xtext/xtext.git</developerConnection>
<url>[email protected]:eclipse-xtext/xtext.git</url>
</scm>
<properties>
<junit-platform-version>1.10.2</junit-platform-version>
Expand Down

0 comments on commit 5efcdea

Please sign in to comment.