[ http://nagoya.apache.org/jira/browse/BEEHIVE-96?page=comments#action_55796 ] Bryan Che commented on BEEHIVE-96: ----------------------------------
dist.base.name shouldn't contain "beta" in the trunk. I'd suggest creating two properties: beehive.version and beehive.release. Then, we can always keep dist.base.name as "apache-beehive-incubating-" (until we come out of incubating) and just modify the version and release for when we branch/release. For example, we are currently working on beehive version 1.0. The trunk can have a release of "svn-snapshot," and we could set the release to "beta-snapshot" when we branch for that. The final beta release would just have a release of "beta," or something like that. I've attached a patch to beehive.properties that sets these two properties. > dist.base.name in trunk should be changed > ----------------------------------------- > > Key: BEEHIVE-96 > URL: http://nagoya.apache.org/jira/browse/BEEHIVE-96 > Project: Beehive > Type: Bug > Components: Build > Versions: V1Beta > Reporter: Julie Zhuo > Priority: Minor > Attachments: beehive.properties.patch > > It is now defaulted to dist.base.name=apache-beehive-incubating-alpha- > I guess we should change it into something like > dist.base.name=apache-beehive-incubating-beta- -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
