What's the process we're following here? Should someone other than Aaron review it, or can he merge the pull request directly? Also I created a bug against Rya backed by Mongo DB -- I put the component as "mongodao".
On Tue, Dec 1, 2015 at 3:18 PM, ASF GitHub Bot (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/RYA-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15034500#comment-15034500 > ] > > ASF GitHub Bot commented on RYA-7: > ---------------------------------- > > GitHub user amihalik opened a pull request: > > https://github.com/apache/incubator-rya/pull/2 > > RYA-7 POM and License Clean-up for Apache Move > > Numerous POM and License Mods: > - Make the apache pom the parent > - Depend on Apache releases for Hadoop and ZooKeeper > - Updated to most recent bug-fix release for dependencies > - Moved Deps to Parent POM > - Change groupId from mvn.rya to org.apache.rya > - Set proper names for each maven module > - Fix SCM block in parent pom > - Remove Dead/CB Projects > - Remove Extra Repos/Profiles > - Moved rya.sail.impl to rya.sail > > You can merge this pull request into a Git repository by running: > > $ git pull https://github.com/amihalik/incubator-rya mihalik/RYA-7 > > Alternatively you can review and apply these changes as the patch at: > > https://github.com/apache/incubator-rya/pull/2.patch > > To close this pull request, make a commit to your master/trunk branch > with (at least) the following in the commit message: > > This closes #2 > > ---- > commit 3238bf27143faf1fecd71c6dd22f9ed3c02f4057 > Author: Aaron Mihalik <[email protected]> > Date: 2015-12-01T20:11:17Z > > RYA-7 POM and License Clean-up for Apache Move > > Numerous POM and License Mods: > - Make the apache pom the parent > - Depend on Apache releases for Hadoop and ZooKeeper > - Updated to most recent bug-fix release for dependencies > - Moved Deps to Parent POM > - Change groupId from mvn.rya to org.apache.rya > - Set proper names for each maven module > - Fix SCM block in parent pom > - Remove Dead/CB Projects > - Remove Extra Repos/Profiles > - Moved rya.sail.impl to rya.sail > > ---- > > > > Various pom cleanups for the Apache move > > ---------------------------------------- > > > > Key: RYA-7 > > URL: https://issues.apache.org/jira/browse/RYA-7 > > Project: Rya > > Issue Type: Task > > Reporter: Josh Elser > > Assignee: Aaron Mihalik > > Fix For: 3.2.10 > > > > > > In working on RYA-5, I noticed a few things in the pom that I believe > should be taken care of before a release. > > * Make the apache pom the parent (see https://maven.apache.org/pom/asf/) > > * Depend on Apache releases for Hadoop and ZooKeeper (and groovy?) > > * Make sure we're depending on the most recent bug-fix release for > dependencies (e.g. upgrade from 1.6.2 to 1.6.4 for Accumulo) > > * Change groupId from {{mvn.rya}} to {{org.apache.rya}} for consistency > with other Maven-based ASF projects > > * Set proper names for each maven module (instead of groupid.artifact). > This isn't as critical to change for a release, but just is an easy thing > to improve. > > * Fix SCM block in parent pom (points to incorrect repository). > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >
