[jira] [Commented] (CLEREZZA-1041) Upgrade Apache parent POM to version 21

2019-10-09 Thread Hasan Hasan (Jira)


[ 
https://issues.apache.org/jira/browse/CLEREZZA-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16948097#comment-16948097
 ] 

Hasan Hasan commented on CLEREZZA-1041:
---

Thanks. I have incorporated this change into current master branch.

 

> Upgrade Apache parent POM to version 21
> ---
>
> Key: CLEREZZA-1041
> URL: https://issues.apache.org/jira/browse/CLEREZZA-1041
> Project: Clerezza
>  Issue Type: Improvement
>Reporter: Kevin Ratnasekera
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Apache parent POM 21 has been released for a while. It generates .sha512 
> checksums during release with Maven Release Plugin.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Closed] (CLEREZZA-1047) Update version of org.apache.apache artifact in parent/pom.xml

2019-10-09 Thread Hasan Hasan (Jira)


 [ 
https://issues.apache.org/jira/browse/CLEREZZA-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hasan Hasan closed CLEREZZA-1047.
-

> Update version of org.apache.apache artifact in parent/pom.xml
> --
>
> Key: CLEREZZA-1047
> URL: https://issues.apache.org/jira/browse/CLEREZZA-1047
> Project: Clerezza
>  Issue Type: Improvement
>Reporter: Hasan Hasan
>Assignee: Hasan Hasan
>Priority: Major
>
> Current version is 17. It is time to update to higher version
> {code:java}
>     
>     org.apache
>     apache
>     17
>      
>     
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (CLEREZZA-1047) Update version of org.apache.apache artifact in parent/pom.xml

2019-10-09 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/CLEREZZA-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16948090#comment-16948090
 ] 

ASF subversion and git services commented on CLEREZZA-1047:
---

Commit 924e6d8d7153f73bf957608c51443ee957237e25 in clerezza's branch 
refs/heads/master from Hasan Hasan
[ https://gitbox.apache.org/repos/asf?p=clerezza.git;h=924e6d8 ]

CLEREZZA-1047: Fix configuration of maven-remote-resources-plugin in 
parent/pom.xml and use version 21 of org.apache.apache


> Update version of org.apache.apache artifact in parent/pom.xml
> --
>
> Key: CLEREZZA-1047
> URL: https://issues.apache.org/jira/browse/CLEREZZA-1047
> Project: Clerezza
>  Issue Type: Improvement
>Reporter: Hasan Hasan
>Assignee: Hasan Hasan
>Priority: Major
>
> Current version is 17. It is time to update to higher version
> {code:java}
>     
>     org.apache
>     apache
>     17
>      
>     
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re: Update version of org.apache.apache in parent/pom.xml

2019-10-09 Thread Hasan Hasan
OK. I'll keep the plugin, but only fix the configuration, so that we can
use version 21 of org.apache.apache

cheers
hasan

On Fri, Aug 23, 2019 at 3:12 PM Reto Gmür  wrote:

> Hi,
>
>
>
> It seems handy to use the maven-remote-resources-plugin to add the license
> to all artifacts, but then again our parent pom seems to be designed to use
> local resources for NOTICE and LICENCE and according to the comment on
> https://github.com/apache/clerezza/blob/master/parent/pom.xml#L290 that
> plugin is only used there so that the local resources are used rather than
> the remote ones. I’m really not sure about what’s the best way to ensure we
> have the right legal texts in all required places.
>
>
>
> Cheers,
>
> Reto
>
>
>
> *From:* Hasan Hasan 
> *Sent:* Tuesday, August 20, 2019 9:04 PM
> *To:* Furkan KAMACI 
> *Cc:* Reto Gmür ; dev@clerezza.apache.org
> *Subject:* Re: Update version of org.apache.apache in parent/pom.xml
>
>
>
> Many thanks Furkan for the information.
>
>
>
> But I am not sure whether this is the way to go.
>
> The goal as it is defined now is surely not correct anymore according to
> the error message
>
> The parameters 'resourceBundles' for goal 
> org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process are 
> missing or invalid
>
> We need to specify resourceBundes parameters or if we don't need the goal,
> we remove it.
>
>
>
> @Reto Gmür  Can you please comment on this?
>
>
>
> Regards
>
> Hasan
>
> P.S. @Furkan KAMACI  I think you should be able
> to access the JIRA issue now.
>
>
>
>
>
> On Mon, Aug 19, 2019 at 9:01 AM Furkan KAMACI 
> wrote:
>
> Hi Hasan,
>
>
>
> It seems that there is a maintenance at ASF Jira and I could not open the
> issue. I tried to build the project and got error too.
>
>
>
> First of all, we can update version to 21 since it is the latest one. On
> the other hand, I could build the project when I remove the goal of
> process. I followed that:
> https://github.com/apache/stanbol/blob/d1500ffba507dce0e43f228342aad97cae7cb0e3/parent/pom.xml#L497
>
>
>
> 
> 
> 
> //
> --
> // Transitive dependencies of this project determined from the
> // Apache Maven POM organized by organization.
> //
> // For a list of transitive depencies of this project
> determined
> // from the Apache Maven POM organized by licenses see the
> // DEPENDENCIES-BY-LICENSE file.
> //
> --
> 
> 
> 
>
>
>
> What do you think about that?
>
>
>
> Kind Regards,
>
> Furkan KAMACI
>
>
>
> On Sun, Aug 18, 2019 at 1:13 AM Hasan  wrote:
>
> Dear Reto and Furkan
>
>
>
> Could you please try to increase the version of org.apache.apache
>
> referred to in parent/pom.xml and then do a mvn install?
>
> I got error when using version 18.
>
>
>
> See issue https://issues.apache.org/jira/browse/CLEREZZA-1047
>
>
>
> Could you please help fixing this? Thanks.
>
>
>
> Cheers
>
> Hasan
>
>
>
>


[jira] [Commented] (CLEREZZA-1048) Release managers to add or update keys to file KEYS

2019-10-09 Thread Hasan Hasan (Jira)


[ 
https://issues.apache.org/jira/browse/CLEREZZA-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16948078#comment-16948078
 ] 

Hasan Hasan commented on CLEREZZA-1048:
---

[~reto] pls update your keys if needed

> Release managers to add or update keys to file KEYS
> ---
>
> Key: CLEREZZA-1048
> URL: https://issues.apache.org/jira/browse/CLEREZZA-1048
> Project: Clerezza
>  Issue Type: Improvement
>Reporter: Hasan Hasan
>Assignee: Reto Gmür
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (CLEREZZA-1048) Release managers to add or update keys to file KEYS

2019-10-09 Thread Hasan Hasan (Jira)


 [ 
https://issues.apache.org/jira/browse/CLEREZZA-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hasan Hasan updated CLEREZZA-1048:
--
Summary: Release managers to add or update keys to file KEYS  (was: Release 
managers to add keys to file KEYS)

> Release managers to add or update keys to file KEYS
> ---
>
> Key: CLEREZZA-1048
> URL: https://issues.apache.org/jira/browse/CLEREZZA-1048
> Project: Clerezza
>  Issue Type: Improvement
>Reporter: Hasan Hasan
>Assignee: Hasan Hasan
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)