Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] EclipseLink 3.0 branch

Hello all!
I just noticed that I don't see a branch dedicated to release "3.0", similar to "2.7'' and "2.6". There is the branch "3.0.0-M2-RELEASE", but I'm not sure if that is meant to be the "3.0" release branch going forward. If so, I recommend we rename that branch to follow the naming convention of the previous release branches (2.6, 2.7, ect). Otherwise, I recommend that we create a new branch for 3.0, forked from master at the same commit that the initial release of EclipseLink 3.0 was released at.

https://mvnrepository.com/artifact/org.eclipse.persistence/eclipselink/3.0.0:
org.eclipse.persistence.version.properties:
```
version=3.0.0
qualifier=v202012081010
buildDate=20201208
buildTime=1011
buildRevision=3986bdbeae8e0e04e5be4a7076f2bda2ee1a09a5
buildType=SNAPSHOT
```

which I believe matches commit: https://github.com/eclipse-ee4j/eclipselink/commit/3986bdbeae8e0e04e5be4a7076f2bda2ee1a09a5

Thoughts?

Thanks,
Will Dazey

Back to the top