[jira] [Updated] (MRELEASE-935) Support for expression in 'version' tag

2020-04-13 Thread Elliotte Rusty Harold (Jira)


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

Elliotte Rusty Harold updated MRELEASE-935:
---
Priority: Minor  (was: Critical)

> Support for expression in 'version' tag
> ---
>
> Key: MRELEASE-935
> URL: https://issues.apache.org/jira/browse/MRELEASE-935
> Project: Maven Release Plugin
>  Issue Type: New Feature
>Affects Versions: 2.5.3
>Reporter: Andrea Scarpino
>Priority: Minor
> Attachments: support_for_revision_in_version.patch
>
>
> The release plugin doesn't support a version value that points to a property 
> which define the version.
> Everytime I use the plugin, the version in the current POM loose the 
> expression. Maybe it could work using the property to which it points?
> {noformat}
> $ grep '' pom.xml
> ${parent.project.version}
> $ grep '' pom.xml
> 0.0.1-SNAPSHOT
> {noformat}
> Could you please implement this or point me to the files that handle this?



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


[jira] [Updated] (MRELEASE-935) Support for expression in 'version' tag

2018-02-09 Thread Robert Thornton (JIRA)

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

Robert Thornton updated MRELEASE-935:
-
Attachment: support_for_revision_in_version.patch

> Support for expression in 'version' tag
> ---
>
> Key: MRELEASE-935
> URL: https://issues.apache.org/jira/browse/MRELEASE-935
> Project: Maven Release Plugin
>  Issue Type: New Feature
>Affects Versions: 2.5.3
>Reporter: Andrea Scarpino
>Priority: Critical
> Attachments: support_for_revision_in_version.patch
>
>
> The release plugin doesn't support a version value that points to a property 
> which define the version.
> Everytime I use the plugin, the version in the current POM loose the 
> expression. Maybe it could work using the property to which it points?
> {noformat}
> $ grep '' pom.xml
> ${parent.project.version}
> $ grep '' pom.xml
> 0.0.1-SNAPSHOT
> {noformat}
> Could you please implement this or point me to the files that handle this?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (MRELEASE-935) Support for expression in 'version' tag

2015-12-21 Thread Robert Scholte (JIRA)

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

Robert Scholte updated MRELEASE-935:

Description: 
The release plugin doesn't support a version value that points to a property 
which define the version.

Everytime I use the plugin, the version in the current POM loose the 
expression. Maybe it could work using the property to which it points?
{noformat}
$ grep '' pom.xml
${parent.project.version}

$ grep '' pom.xml
0.0.1-SNAPSHOT
{noformat}
Could you please implement this or point me to the files that handle this?

  was:
The release plugin doesn't support a version value that points to a property 
which define the version.

Everytime I use the plugin, the version in the current POM loose the 
expression. Maybe it could work using the property to which it points?

$ grep '' pom.xml
${parent.project.version}

$ grep '' pom.xml
0.0.1-SNAPSHOT

Could you please implement this or point me to the files that handle this?


> Support for expression in 'version' tag
> ---
>
> Key: MRELEASE-935
> URL: https://issues.apache.org/jira/browse/MRELEASE-935
> Project: Maven Release Plugin
>  Issue Type: New Feature
>Affects Versions: 2.5.3
>Reporter: Andrea Scarpino
>Priority: Critical
>
> The release plugin doesn't support a version value that points to a property 
> which define the version.
> Everytime I use the plugin, the version in the current POM loose the 
> expression. Maybe it could work using the property to which it points?
> {noformat}
> $ grep '' pom.xml
> ${parent.project.version}
> $ grep '' pom.xml
> 0.0.1-SNAPSHOT
> {noformat}
> Could you please implement this or point me to the files that handle this?



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


[jira] [Updated] (MRELEASE-935) Support for expression in 'version' tag

2015-12-21 Thread Andrea Scarpino (JIRA)

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

Andrea Scarpino updated MRELEASE-935:
-
Description: 
The release plugin doesn't support a version value that points to a property 
which define the version. Could you please implement this or point me to the 
files that handle this?

$ grep '' pom.xml
${parent.project.version}

$ grep '' pom.xml
0.0.1-SNAPSHOT

$ mvn release:prepare -DreleaseVersion=1.0
[WARNING] 'version' contains an expression but should be a constant.

  was:
The release plugin doesn't support a version value that points to a property 
which define the version. Could you please implement this or point me to the 
files that handle this?

```
$ grep '' pom.xml
${parent.project.version}

$ grep '' pom.xml
0.0.1-SNAPSHOT

$ mvn release:prepare -DreleaseVersion=1.0
[WARNING] 'version' contains an expression but should be a constant.
```


> Support for expression in 'version' tag
> ---
>
> Key: MRELEASE-935
> URL: https://issues.apache.org/jira/browse/MRELEASE-935
> Project: Maven Release Plugin
>  Issue Type: New Feature
>Affects Versions: 2.5.3
>Reporter: Andrea Scarpino
>Priority: Critical
>
> The release plugin doesn't support a version value that points to a property 
> which define the version. Could you please implement this or point me to the 
> files that handle this?
> $ grep '' pom.xml
> ${parent.project.version}
> $ grep '' pom.xml
> 
> 0.0.1-SNAPSHOT
> $ mvn release:prepare -DreleaseVersion=1.0
> [WARNING] 'version' contains an expression but should be a constant.



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


[jira] [Updated] (MRELEASE-935) Support for expression in 'version' tag

2015-12-21 Thread Andrea Scarpino (JIRA)

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

Andrea Scarpino updated MRELEASE-935:
-
Description: 
The release plugin doesn't support a version value that points to a property 
which define the version. Could you please implement this or point me to the 
files that handle this?

```
$ grep '' pom.xml
${parent.project.version}

$ grep '' pom.xml
0.0.1-SNAPSHOT

$ mvn release:prepare -DreleaseVersion=1.0
[WARNING] 'version' contains an expression but should be a constant.
```

  was:
The release plugin doesn't support a version value that points to a property 
which define the version. Could you please implement this or point me to the 
files that handle this?

$ grep '' pom.xml
${parent.project.version}

$ grep '' pom.xml
0.0.1-SNAPSHOT

$ mvn release:prepare -DreleaseVersion=1.0
[WARNING] 'version' contains an expression but should be a constant.


> Support for expression in 'version' tag
> ---
>
> Key: MRELEASE-935
> URL: https://issues.apache.org/jira/browse/MRELEASE-935
> Project: Maven Release Plugin
>  Issue Type: New Feature
>Affects Versions: 2.5.3
>Reporter: Andrea Scarpino
>Priority: Critical
>
> The release plugin doesn't support a version value that points to a property 
> which define the version. Could you please implement this or point me to the 
> files that handle this?
> ```
> $ grep '' pom.xml
> ${parent.project.version}
> $ grep '' pom.xml
> 
> 0.0.1-SNAPSHOT
> $ mvn release:prepare -DreleaseVersion=1.0
> [WARNING] 'version' contains an expression but should be a constant.
> ```



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


[jira] [Updated] (MRELEASE-935) Support for expression in 'version' tag

2015-12-21 Thread Andrea Scarpino (JIRA)

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

Andrea Scarpino updated MRELEASE-935:
-
Description: 
The release plugin doesn't support a version value that points to a property 
which define the version.

Everytime I use the plugin, the version in the current POM loose the 
expression. Maybe it could work using the property to which it points?

$ grep '' pom.xml
${parent.project.version}

$ grep '' pom.xml
0.0.1-SNAPSHOT

Could you please implement this or point me to the files that handle this?

  was:
The release plugin doesn't support a version value that points to a property 
which define the version. Could you please implement this or point me to the 
files that handle this?

$ grep '' pom.xml
${parent.project.version}

$ grep '' pom.xml
0.0.1-SNAPSHOT

$ mvn release:prepare -DreleaseVersion=1.0
[WARNING] 'version' contains an expression but should be a constant.


> Support for expression in 'version' tag
> ---
>
> Key: MRELEASE-935
> URL: https://issues.apache.org/jira/browse/MRELEASE-935
> Project: Maven Release Plugin
>  Issue Type: New Feature
>Affects Versions: 2.5.3
>Reporter: Andrea Scarpino
>Priority: Critical
>
> The release plugin doesn't support a version value that points to a property 
> which define the version.
> Everytime I use the plugin, the version in the current POM loose the 
> expression. Maybe it could work using the property to which it points?
> $ grep '' pom.xml
> ${parent.project.version}
> $ grep '' pom.xml
> 0.0.1-SNAPSHOT
> Could you please implement this or point me to the files that handle this?



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