Skip to content

Commit

Permalink
Add releas info
Browse files Browse the repository at this point in the history
  • Loading branch information
rPraml committed Jul 17, 2024
1 parent a538b8f commit cf81f12
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions foconis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Foconis Release Info
====================

- install ant `sudo apt install ant`
- Merge back upstream master
- Fix merge conflicts
- set version in `lombok.core.Version` to `xx-FOC1`
- run `ant test`
- fix tests if necessary
- run `ant maven.publish`
- run `cd build/maven-publish`
- ensure that jar has actual date
- run `mvn deploy:deploy-file -DpomFile=pom.xml -Dfile=lombok-1.18.34-FOC1.jar -Durl=https://mvnrepo.foconis.de/repository/release -DrepositoryId=foconis-release`
- run `mvn deploy:deploy-file -DpomFile=pom.xml -Dfile=lombok-1.18.34-FOC1-sources.jar -Durl=https://mvnrepo.foconis.de/repository/release -DrepositoryId=foconis-release -Dclassifier=sources`
- run `mvn deploy:deploy-file -DpomFile=pom.xml -Dfile=lombok-1.18.34-FOC1-javadoc.jar -Durl=https://mvnrepo.foconis.de/repository/release -DrepositoryId=foconis-release -Dclassifier=javadoc`

0 comments on commit cf81f12

Please sign in to comment.