Skip to content

Commit

Permalink
Merge pull request #35 from bmaggi/bmaggi-patch-1
Browse files Browse the repository at this point in the history
Add links to check latest values before release
  • Loading branch information
bmaggi authored Oct 30, 2023
2 parents 9386b79 + be8a3ea commit 55e1f98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
To release on maven central.
----------------------------

- repo should be clone using ssh (scm plugin not working with https)
- Check that the default generated values are the ones recommended
- Java from [Eclipse Installation](https://wiki.eclipse.org/Eclipse/Installation)
- Tycho from [Maven Central](https://mvnrepository.com/artifact/org.eclipse.tycho/tycho-core)

----------------------------
- Repo should be clone using ssh (scm plugin not working with https)
```
mvn release:clean release:prepare
```
Expand Down

0 comments on commit 55e1f98

Please sign in to comment.