RWS / dxa-web-application-java

SDL Digital Experience Accelerator Java Spring MVC web application
25 stars 37 forks source link

Correct branch or Tag of version 2.0 #119

Closed fdvalencia closed 5 years ago

fdvalencia commented 5 years ago

I’m trying to download code version 2.0.0 so I can apply a fix, but I can see that this project has 2 branches that states that is release 2.0

release/2.0 -> this has pom with version 2.0.3 origin/release/2.0 -> this one has version 2.0.1

so, it’s quiet confusing,

there is also a TAG called DXA_2.0_Release this one has the correct version in the pom, but when I run the tests it fails

so, I would like to have a branch/tag/commit that points to the version complied and uploaded to maven so I can have a reliable code where I could put my fix

thanks

rpannekoek commented 5 years ago

This is how our branches/releases work in general:

So, concretely, this means:

The origin/release/2.0 branch was a mistake and has been removed already.

I hope this clarifies things a bit?

fdvalencia commented 5 years ago

Hi Rick,

thanks for the clarification