[jbosstools-issues] [JBoss JIRA] (JBIDE-13369) Increment VPE patch version

Nick Boldt (JIRA) jira-events at lists.jboss.org
Fri Jan 11 13:54:08 EST 2013


    [ https://issues.jboss.org/browse/JBIDE-13369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745400#comment-12745400 ] 

Nick Boldt edited comment on JBIDE-13369 at 1/11/13 1:53 PM:
-------------------------------------------------------------

I assume you're just going to run this in the ~/33x/vpe/ folder?

{code}
#!/bin/bash

if [[ ! $1 ]]; then
	echo "Must specify new version, eg., $0 1.0.1"; exit
fi
export JAVA_HOME=/opt/sun-java2-6.0/; nice -n19 /opt/maven3/bin/mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:set-version -DnewVersion=${1}-SNAPSHOT $2 $3 $4
{code}
                
      was (Author: nickboldt):
    I assume you'd just going to do run this in the ~/33x/vpe/ folder?

{code}
#!/bin/bash

if [[ ! $1 ]]; then
	echo "Must specify new version, eg., $0 1.0.1"; exit
fi
export JAVA_HOME=/opt/sun-java2-6.0/; nice -n19 /opt/maven3/bin/mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:set-version -DnewVersion=${1}-SNAPSHOT $2 $3 $4
{code}
                  
> Increment VPE patch version
> ---------------------------
>
>                 Key: JBIDE-13369
>                 URL: https://issues.jboss.org/browse/JBIDE-13369
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor core
>    Affects Versions: 3.3.2
>            Reporter: Denis Golovin
>            Assignee: Denis Golovin
>             Fix For: 3.3.2
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list