Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cs-studio version #2704

Open
willrogers opened this issue Aug 10, 2021 · 2 comments
Open

Update cs-studio version #2704

willrogers opened this issue Aug 10, 2021 · 2 comments
Assignees

Comments

@willrogers
Copy link
Contributor

On the master branch in pom.xml we still have

  <artifactId>cs-studio</artifactId>
  <version>4.6.0-SNAPSHOT</version>

This needs to be updated to 4.7.0-SNAPSHOT. How is this done @shroffk? Is this part of the Maven release process?

cc @aawdls @MJGaughran

@willrogers willrogers self-assigned this Aug 10, 2021
@shroffk
Copy link
Member

shroffk commented Aug 10, 2021

Yes,
All the snapshot and setting on the next development version is part to the mvn release plugin.
I am not sure if Tycho complicates things.

I don't think the 4.6 release branch and the 4.7.x release branch still used 4.6.0-SNAPSHOT.

So here is what I think we should do

  1. In the future make releases off the master branch itself...I think managing release branches makes sense if we have many patches but looking at the past usage I think this is us unnecessary complexity.
  2. perform a release of 4.6
  3. prepare for 4.7x development

@willrogers
Copy link
Contributor Author

I don't think anyone actually wants the 4.6 release. But if that's the way we get to the 4.7 version that's fine by me.

How do we actually do it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants