Merge "Fix build errors in autorelease full clean build"
[vfc/nfvo/wfengine.git] / winery / documentation / HowToRelease.md
1 # How to do a release
2
3 As the maven release plugin does not yet support bower, the versions in `bower.json` have to be adapted manually.
4
5 - remove `-SNAPSHOT` in `/org.eclipse.repository/bower.json`
6 - remove `-SNAPSHOT` in `/org.eclipse.winery.topologymodeler/bower.json`
7 - execute `mvn -B release:prepare`
8 - increase version number in /org.eclipse.repository/bower.json and add `-SNAPSHOT`
9 - increase version number in /org.eclipse.winery.topologymodeler/bower.json and add `-SNAPSHOT`
10 - execute `mvn release:perform`
11
12 # License
13 Copyright (c) 2013-2014 University of Stuttgart.
14
15 All rights reserved. This program and the accompanying materials
16 are made available under the terms of the [Eclipse Public License v1.0]
17 and the [Apache License v2.0] which both accompany this distribution,
18 and are available at http://www.eclipse.org/legal/epl-v10.html
19 and http://www.apache.org/licenses/LICENSE-2.0
20
21 Contributors:
22 * Oliver Kopp - initial API and implementation
23
24
25  [Apache License v2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
26  [Eclipse Public License v1.0]: http://www.eclipse.org/legal/epl-v10.html