[
https://issues.jboss.org/browse/JBIDE-13369?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-13369:
------------------------------------
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