Skip to content

Commit

Permalink
release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Jun 18, 2014
1 parent e12804c commit 6a87f8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.bastiankrol.startexplorer.feature"
label="StartExplorer Feature"
version="1.6.0.qualifier"
version="1.6.0"
provider-name="Bastian Krol">

<description url="http://basti1302.github.com/startexplorer/">
Expand Down
21 changes: 10 additions & 11 deletions misc/HOWTO-PUBLISH-A-NEW-VERSION.md
@@ -1,14 +1,3 @@

### Maven build instructions

1. Execute Maven command (replace 1.7.0 with actual version)

mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.7.0-SNAPSHOT

2. Manually change version in site\category.xml
3. `mvn package`
4. take and publish content of `site\target\repository`

### General instructions

* Check the README.markdown to make sure you have the necessary projects setup in
Expand Down Expand Up @@ -49,3 +38,13 @@
* If help was updated, copy it to gh-pages & commit & push

* Update Eclipse Marketplace entry at https://marketplace.eclipse.org/node/641101

### Maven build instructions

1. Execute Maven command (replace 1.7.0 with actual version)

mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.7.0-SNAPSHOT

2. Manually change version in site\category.xml
3. `mvn package`
4. take and publish content of `site\target\repository`

0 comments on commit 6a87f8e

Please sign in to comment.