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/category.xml b/site/category.xml index b57fcf5..afc25e3 100644 --- a/site/category.xml +++ b/site/category.xml @@ -1,6 +1,6 @@ - + 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 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