From c8615c89c1e43ca2d1a02c551fb947be4c695c1b Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Mon, 26 Jan 2015 13:08:42 +0800 Subject: [PATCH 1/3] #52 bump version to 1.2 --- feature/feature.xml | 2 +- feature/pom.xml | 2 +- plugin/META-INF/MANIFEST.MF | 2 +- plugin/pom.xml | 2 +- pom.xml | 2 +- site/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/feature/feature.xml b/feature/feature.xml index ae2d718..e8b26aa 100644 --- a/feature/feature.xml +++ b/feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/feature/pom.xml b/feature/pom.xml index 25307c1..b9ac350 100644 --- a/feature/pom.xml +++ b/feature/pom.xml @@ -7,7 +7,7 @@ com.winterwell.markdown markdown.editor.parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT markdown.editor.feature diff --git a/plugin/META-INF/MANIFEST.MF b/plugin/META-INF/MANIFEST.MF index 1aac794..3c0bdf2 100644 --- a/plugin/META-INF/MANIFEST.MF +++ b/plugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Markdown Bundle-SymbolicName: winterwell.markdown;singleton:=true -Bundle-Version: 1.1.0.qualifier +Bundle-Version: 1.2.0.qualifier Bundle-Activator: winterwell.markdown.Activator Bundle-Vendor: Winterwell Associates Ltd Require-Bundle: org.eclipse.ui, diff --git a/plugin/pom.xml b/plugin/pom.xml index e812790..cb4e888 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -5,7 +5,7 @@ com.winterwell.markdown markdown.editor.parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT winterwell.markdown diff --git a/pom.xml b/pom.xml index 1a0b7a5..48d862b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.winterwell.markdown markdown.editor.parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom Markdown Editor (parent) diff --git a/site/pom.xml b/site/pom.xml index ae72a0c..de1ab2a 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -7,7 +7,7 @@ com.winterwell.markdown markdown.editor.parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT markdown.editor.site From 78b2f4a71f3ef8663be96cbc7deee3b35d8e45d5 Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Mon, 26 Jan 2015 13:10:05 +0800 Subject: [PATCH 2/3] category.xml version="0.0.0" --- site/category.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/category.xml b/site/category.xml index b57fcf5..afc25e3 100644 --- a/site/category.xml +++ b/site/category.xml @@ -1,6 +1,6 @@ - + From 8124a4be3de265643d3d653ab0b053356b64e0a8 Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Mon, 26 Jan 2015 13:16:46 +0800 Subject: [PATCH 3/3] index.html for p2 repo (requires tycho 0.22) --- site/src/main/resources/index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 site/src/main/resources/index.html diff --git a/site/src/main/resources/index.html b/site/src/main/resources/index.html new file mode 100644 index 0000000..ccd31f3 --- /dev/null +++ b/site/src/main/resources/index.html @@ -0,0 +1 @@ +This is Eclipse update site. URL should be entered in Help -> Install New Software... \ No newline at end of file