Skip to content

Commit

Permalink
Merge pull request #55 from Nodeclipse/master
Browse files Browse the repository at this point in the history
#52 bump version to 1.2
  • Loading branch information
Paul Verest committed Jan 26, 2015
2 parents 5c3a320 + 8124a4b commit 6ca9fbd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="markdown.editor.feature"
label="Markdown Editor"
version="1.1.0.qualifier"
version="1.2.0.qualifier"
provider-name="Winterwell">

<description url="http://www.winterwell.com/software/markdown-editor.php">
Expand Down
2 changes: 1 addition & 1 deletion feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.winterwell.markdown</groupId>
<artifactId>markdown.editor.parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>markdown.editor.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.winterwell.markdown</groupId>
<artifactId>markdown.editor.parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>winterwell.markdown</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.winterwell.markdown</groupId>
<artifactId>markdown.editor.parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Markdown Editor (parent)</name>

Expand Down
2 changes: 1 addition & 1 deletion site/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/markdown.editor.feature_1.1.0.jar" id="markdown.editor.feature" version="1.1.0.qualifier">
<feature url="features/markdown.editor.feature_0.0.0.qualifier.jar" id="markdown.editor.feature" version="0.0.0">
<category name="markdowneditor"/>
</feature>
<category-def name="markdowneditor" label="Markdown Editor">
Expand Down
2 changes: 1 addition & 1 deletion site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.winterwell.markdown</groupId>
<artifactId>markdown.editor.parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>markdown.editor.site</artifactId>
Expand Down
1 change: 1 addition & 0 deletions site/src/main/resources/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is Eclipse update site. URL should be entered in Help -> Install New Software...

0 comments on commit 6ca9fbd

Please sign in to comment.