-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed findings during the work on #267
Signed-off-by: Dennis Huebner <[email protected]>
- Loading branch information
Showing
11 changed files
with
145 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Releng | ||
|
||
### Buildserver | ||
|
||
https://ci.eclipse.org/xpect/job/Xpect/ | ||
|
||
|
||
|
||
## Releasing | ||
|
||
- create branch named 'release_x.y.z' | ||
- update maven versions | ||
- push the branch | ||
- Jenkins will trigger a build and publish to maven staging | ||
- review and publish staging repo from sonatype web UI | ||
|
||
### Update maven version | ||
|
||
To select an other target platform use e.g. `-Dtarget-platform=eclipse_4_4_2-xtext_2_9_2` | ||
|
||
```mvn org.eclipse.tycho:tycho-versions-plugin:set-version -Dtarget-platform=eclipse_4_4_2-xtext_2_9_2 -P'!xtext-examples' -DnewVersion="0.2.0.v20190619" -Dartifacts="org.eclipse.xpect.parent,org.eclipse.xpect.test.parent"``` | ||
|
||
Manually change the property value of `target-platform-version` to 0.2.0.v20190619 in: | ||
``` | ||
org.eclipse.xpect.releng/maven-plugin-parent/pom.xml | ||
org.eclipse.xtext.example.arithmetics.xpect.tests/pom.xml | ||
org.eclipse.xtext.example.domainmodel.xpect.tests/pom.xml | ||
``` | ||
|
||
### Sonatype Web UI | ||
|
||
https://oss.sonatype.org/index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters