Skip to content

Commit 871a6ff

Browse files
committed
update version to 0.12
1 parent 3e1262f commit 871a6ff

File tree

55 files changed

+76
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+76
-76
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Build
7171

7272
Before release
7373

74-
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.11.0-SNAPSHOT
74+
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.12.0-SNAPSHOT
7575

7676

7777
[Maven](http://maven.apache.org/) build (using [Tycho plugin](http://eclipse.org/tycho/)) is headless build, that doesn't require Eclipse.

chromedevtools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.nodeclipse.nodeclipse-1</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.11.0-SNAPSHOT</version>
10+
<version>0.12.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<groupId>org.chromium.chromedevtools</groupId>

features/org.nodeclipse.bundle.coffee.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.nodeclipse.nodeclipse-1</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.11.0-SNAPSHOT</version>
10+
<version>0.12.0-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

features/org.nodeclipse.bundle.express.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.nodeclipse.nodeclipse-1</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.11.0-SNAPSHOT</version>
10+
<version>0.12.0-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

features/org.nodeclipse.enide.editors.gradle.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.nodeclipse.enide.editors.gradle.feature"
44
label="Minimalist Gradle Editor"
5-
version="0.11.0.qualifier"
5+
version="0.12.0.qualifier"
66
provider-name="Paul Verest">
77

88
<description url="http://www.nodeclipse.org/">

features/org.nodeclipse.enide.editors.gradle.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.nodeclipse.nodeclipse-1</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.11.0-SNAPSHOT</version>
10+
<version>0.12.0-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

features/org.nodeclipse.enide.editors.jade.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.nodeclipse.enide.editors.jade.feature"
44
label="Minimalist Jade Editor"
5-
version="0.11.0.qualifier"
5+
version="0.12.0.qualifier"
66
provider-name="Paul Verest">
77

88
<description url="http://www.nodeclipse.org/">

features/org.nodeclipse.enide.editors.jade.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.nodeclipse.nodeclipse-1</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.11.0-SNAPSHOT</version>
10+
<version>0.12.0-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

features/org.nodeclipse.enide.gradle.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.nodeclipse.enide.gradle.feature"
44
label="Enide Gradle"
5-
version="0.11.0.qualifier"
5+
version="0.12.0.qualifier"
66
provider-name="Nodeclipse/Enide, Paul Verest">
77

88
<description url="https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.enide.gradle">

features/org.nodeclipse.enide.gradle.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.nodeclipse.nodeclipse-1</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.11.0-SNAPSHOT</version>
10+
<version>0.12.0-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)