Skip to content

Commit

Permalink
Prepare maven release #267
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuebner committed Jun 18, 2019
1 parent 78bcd56 commit 8589a64
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions org.eclipse.xpect.releng/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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 -DnewVersion="0.2.0.v20190618"```

### Sonatype Web UI

https://oss.sonatype.org/index.html
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.xpect</groupId>
<artifactId>org.eclipse.xpect.root</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.2.0.v20190618</version>
<packaging>pom</packaging>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<target-platform>eclipse_4_5_0-xtext_nightly</target-platform>
<target-platform>eclipse_4_4_2-xtext_2_9_2</target-platform>
<xtend-compiler-version>2.9.2</xtend-compiler-version>
</properties>
<modules>
Expand Down

0 comments on commit 8589a64

Please sign in to comment.