You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by rvs <gi...@git.apache.org> on 2016/02/09 19:29:10 UTC

[GitHub] incubator-madlib pull request: MADLIB-962. Add LICENSE NOTICE and ...

GitHub user rvs opened a pull request:

    https://github.com/apache/incubator-madlib/pull/14

    MADLIB-962. Add LICENSE NOTICE and RAT checks to the project

    Please take a look

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rvs/incubator-madlib master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-madlib/pull/14.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 #14
    
----
commit d6a8b2347d39d99785cc37c8e1647f6eacd7adfa
Author: Roman Shaposhnik <rv...@apache.org>
Date:   2016-02-09T18:27:40Z

    MADLIB-962. Add LICENSE NOTICE and RAT checks to the project

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-madlib pull request: MADLIB-962. Add LICENSE NOTICE and ...

Posted by rvs <gi...@git.apache.org>.
Github user rvs closed the pull request at:

    https://github.com/apache/incubator-madlib/pull/14


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

Re: [GitHub] incubator-madlib pull request: MADLIB-962. Add LICENSE NOTICE and ...

Posted by Frank McQuillan <fm...@pivotal.io>.
yes we are calling this release v1.9 alpha

On Tue, Feb 9, 2016 at 11:36 AM, iyerr3 <gi...@git.apache.org> wrote:

> Github user iyerr3 commented on the pull request:
>
>
> https://github.com/apache/incubator-madlib/pull/14#issuecomment-182024180
>
>     Everything looks good, though I'm not clear on how to test the
> `pom.xml`.
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at infrastructure@apache.org or file a JIRA ticket
> with INFRA.
> ---
>

[GitHub] incubator-madlib pull request: MADLIB-962. Add LICENSE NOTICE and ...

Posted by iyerr3 <gi...@git.apache.org>.
Github user iyerr3 commented on the pull request:

    https://github.com/apache/incubator-madlib/pull/14#issuecomment-182024180
  
    Everything looks good, though I'm not clear on how to test the `pom.xml`. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-madlib pull request: MADLIB-962. Add LICENSE NOTICE and ...

Posted by iyerr3 <gi...@git.apache.org>.
Github user iyerr3 commented on a diff in the pull request:

    https://github.com/apache/incubator-madlib/pull/14#discussion_r52361238
  
    --- Diff: pom.xml ---
    @@ -0,0 +1,752 @@
    +<?xml version="1.0" encoding="UTF-8"?>
    +<!--
    +	Licensed to the Apache Software Foundation (ASF) under one or more
    +	contributor license agreements. See the NOTICE file distributed with
    +	this work for additional information regarding copyright ownership.
    +	The ASF licenses this file to You under the Apache License, Version 2.0
    +	(the "License"); you may not use this file except in compliance with
    +	the License. You may obtain a copy of the License at
    +
    +	http://www.apache.org/licenses/LICENSE-2.0
    +
    +	Unless required by applicable law or agreed to in writing, software
    +	distributed under the License is distributed on an "AS IS" BASIS,
    +	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +	See the License for the specific language governing permissions and
    +	limitations under the License.
    +-->
    +<project xmlns="http://maven.apache.org/POM/4.0.0"
    +         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    +         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    +  <modelVersion>4.0.0</modelVersion>
    + 
    +  <groupId>org.apache.madlib</groupId>
    +  <artifactId>madlib</artifactId>
    +  <version>1.8dev</version>
    --- End diff --
    
    @fmcquillan99 For the release, are we calling this v1.9 alpha? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---