[jira] [Commented] (RYA-149) Pom Modifications after 3.2.10 release

2016-08-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15433491#comment-15433491
 ] 

ASF GitHub Bot commented on RYA-149:


Github user amihalik closed the pull request at:

https://github.com/apache/incubator-rya/pull/69


> Pom Modifications after 3.2.10 release
> --
>
> Key: RYA-149
> URL: https://issues.apache.org/jira/browse/RYA-149
> Project: Rya
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 3.2.10
>Reporter: Aaron Mihalik
>Priority: Trivial
>
> There are a couple changes that we should implement to make the release 
> slightly easier.
> 1. Change the default behavior for the maven release plug: The default 
> behavior should be "deploy" or "deploy-site" but we override it to only be 
> "install".  We should remove the override from the parent pom.
> 2. Change the tag name format to be the project version number:  
> https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html#Overriding_the_default_tag_name_format
> If there are any other changes I'd like to see, I'll add it to the comments



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (RYA-149) Pom Modifications after 3.2.10 release

2016-08-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15428376#comment-15428376
 ] 

ASF GitHub Bot commented on RYA-149:


Github user joshelser commented on the issue:

https://github.com/apache/incubator-rya/pull/69
  
LGTM, I can merge this in too if necessary (if you don't have the karma)


> Pom Modifications after 3.2.10 release
> --
>
> Key: RYA-149
> URL: https://issues.apache.org/jira/browse/RYA-149
> Project: Rya
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 3.2.10
>Reporter: Aaron Mihalik
>Priority: Trivial
>
> There are a couple changes that we should implement to make the release 
> slightly easier.
> 1. Change the default behavior for the maven release plug: The default 
> behavior should be "deploy" or "deploy-site" but we override it to only be 
> "install".  We should remove the override from the parent pom.
> 2. Change the tag name format to be the project version number:  
> https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html#Overriding_the_default_tag_name_format
> If there are any other changes I'd like to see, I'll add it to the comments



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (RYA-149) Pom Modifications after 3.2.10 release

2016-08-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427135#comment-15427135
 ] 

ASF GitHub Bot commented on RYA-149:


Github user pujav65 commented on the issue:

https://github.com/apache/incubator-rya/pull/69
  
looks good.  I won't be able to merge this today, but I don't see why you 
couldn't merge it since this change was already discussed on the dev list.


> Pom Modifications after 3.2.10 release
> --
>
> Key: RYA-149
> URL: https://issues.apache.org/jira/browse/RYA-149
> Project: Rya
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 3.2.10
>Reporter: Aaron Mihalik
>Priority: Trivial
>
> There are a couple changes that we should implement to make the release 
> slightly easier.
> 1. Change the default behavior for the maven release plug: The default 
> behavior should be "deploy" or "deploy-site" but we override it to only be 
> "install".  We should remove the override from the parent pom.
> 2. Change the tag name format to be the project version number:  
> https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html#Overriding_the_default_tag_name_format
> If there are any other changes I'd like to see, I'll add it to the comments



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (RYA-149) Pom Modifications after 3.2.10 release

2016-08-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15426467#comment-15426467
 ] 

ASF GitHub Bot commented on RYA-149:


GitHub user amihalik opened a pull request:

https://github.com/apache/incubator-rya/pull/69

RYA-149 Updating pom to make the release easier



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

$ git pull https://github.com/amihalik/incubator-rya RYA-149

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

https://github.com/apache/incubator-rya/pull/69.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 #69


commit 134554bd4073aa1629f33c96994b41ab75267c32
Author: Aaron Mihalik 
Date:   2016-08-18T13:29:31Z

RYA-149 Updating pom to make the release easier




> Pom Modifications after 3.2.10 release
> --
>
> Key: RYA-149
> URL: https://issues.apache.org/jira/browse/RYA-149
> Project: Rya
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 3.2.10
>Reporter: Aaron Mihalik
>Priority: Trivial
>
> There are a couple changes that we should implement to make the release 
> slightly easier.
> 1. Change the default behavior for the maven release plug: The default 
> behavior should be "deploy" or "deploy-site" but we override it to only be 
> "install".  We should remove the override from the parent pom.
> 2. Change the tag name format to be the project version number:  
> https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html#Overriding_the_default_tag_name_format
> If there are any other changes I'd like to see, I'll add it to the comments



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)