You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Hello,
I have 5 projects that need to be released sequentially keeping the same
release name and version. After the first project gets released the next
project in sequence consumes the first project(as they are dependent) and then
gets released. Later the third project consumes the release version of second
project and then gets released.
I like to know how i could produce these sequential releases by dynamically
updating the pom file of project with release version instead of snapshot.