Skip to content

Commit 15bcf3b

Browse files
committed
update version to 0.4.0
1 parent 9695f76 commit 15bcf3b

File tree

12 files changed

+124
-117
lines changed

12 files changed

+124
-117
lines changed

csep.feature/feature.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="csep.feature"
44
label="CoffeeScript Editor"
5-
version="0.3.0.qualifier">
5+
version="0.4.0.qualifier">
66

77
<description url="http://www.nodeclipse.org/coffeescript">
88
Nodeclipse CoffeeScript Editor

csep.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>csep</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.3.0-SNAPSHOT</version>
10+
<version>0.4.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>csep.feature</artifactId>

csep.site/category.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature url="features/csep.feature_0.3.0.qualifier.jar" id="csep.feature" version="0.3.0.qualifier">
3+
<feature url="features/csep.feature_0.4.0.qualifier.jar" id="csep.feature" version="0.4.0.qualifier">
44
<category name="tools"/>
55
</feature>
66
<category-def name="tools" label="Tools"/>

csep.site/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>csep</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.3.0-SNAPSHOT</version>
10+
<version>0.4.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>csep.site</artifactId>

csep.tests/META-INF/MANIFEST.MF

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
Manifest-Version: 1.0
2-
Bundle-ManifestVersion: 2
3-
Bundle-Name: %Bundle-Name
4-
Bundle-Vendor: %Bundle-Vendor
5-
Bundle-Version: 0.3.0.qualifier
6-
Bundle-SymbolicName: csep.tests; singleton:=true
7-
Bundle-ActivationPolicy: lazy
8-
Require-Bundle: csep,
9-
csep.ui,
10-
org.eclipse.core.runtime,
11-
org.eclipse.xtext,
12-
org.eclipse.xtext.junit4,
13-
org.eclipse.xtext.ui.junit,
14-
org.junit4,
15-
org.eclipse.ui.workbench;bundle-version="3.5.2";resolution:=optional,
16-
org.eclipse.xtext.common.types;bundle-version="2.0.0",
17-
org.eclipse.xtext.xbase.junit;bundle-version="2.0.0",
18-
org.eclipse.xtext.xbase;bundle-version="2.0.0"
19-
Import-Package: org.apache.commons.logging,
20-
org.apache.log4j,
21-
org.junit.runner;version="4.5.0",
22-
org.junit.runner.manipulation;version="4.5.0",
23-
org.junit.runner.notification;version="4.5.0",
24-
org.junit.runners;version="4.5.0",
25-
org.junit.runners.model;version="4.5.0",
26-
org.hamcrest.core
27-
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
28-
Export-Package: csep
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: %Bundle-Name
4+
Bundle-Vendor: %Bundle-Vendor
5+
Bundle-Version: 0.4.0.qualifier
6+
Bundle-SymbolicName: csep.tests; singleton:=true
7+
Bundle-ActivationPolicy: lazy
8+
Require-Bundle: csep,
9+
csep.ui,
10+
org.eclipse.core.runtime,
11+
org.eclipse.xtext,
12+
org.eclipse.xtext.junit4,
13+
org.eclipse.xtext.ui.junit,
14+
org.junit4,
15+
org.eclipse.ui.workbench;bundle-version="3.5.2";resolution:=optional,
16+
org.eclipse.xtext.common.types;bundle-version="2.0.0",
17+
org.eclipse.xtext.xbase.junit;bundle-version="2.0.0",
18+
org.eclipse.xtext.xbase;bundle-version="2.0.0"
19+
Import-Package: org.apache.commons.logging,
20+
org.apache.log4j,
21+
org.junit.runner;version="4.5.0",
22+
org.junit.runner.manipulation;version="4.5.0",
23+
org.junit.runner.notification;version="4.5.0",
24+
org.junit.runners;version="4.5.0",
25+
org.junit.runners.model;version="4.5.0",
26+
org.hamcrest.core
27+
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
28+
Export-Package: csep

csep.tests/pom.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
66
<parent>
77
<groupId>csep</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.0.3</version>
9+
<version>0.4.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>csep.tests</artifactId>
1313
<packaging>eclipse-test-plugin</packaging>
1414

15-
<properties>
16-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17-
</properties>
18-
1915
<build>
2016
<plugins>
2117
<plugin>

csep.ui/META-INF/MANIFEST.MF

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
Manifest-Version: 1.0
2-
Bundle-ManifestVersion: 2
3-
Bundle-Name: %Bundle-Name
4-
Bundle-Vendor: %Bundle-Vendor
5-
Bundle-Version: 0.3.0.qualifier
6-
Bundle-SymbolicName: csep.ui; singleton:=true
7-
Bundle-ActivationPolicy: lazy
8-
Require-Bundle: csep;visibility:=reexport,
9-
org.eclipse.xtext.ui,
10-
org.eclipse.ui.editors;bundle-version="3.5.0",
11-
org.eclipse.ui.ide;bundle-version="3.5.0",
12-
org.eclipse.xtext.ui.shared,
13-
org.eclipse.ui,
14-
org.eclipse.xtext.builder,
15-
org.antlr.runtime,
16-
org.eclipse.xtext.common.types.ui,
17-
org.eclipse.xtext.ui.codetemplates.ui
18-
Import-Package: org.apache.log4j,
19-
org.apache.commons.logging
20-
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
21-
Export-Package: csep.ui,
22-
csep.ui.autoedit,
23-
csep.ui.contentassist,
24-
csep.ui.contentassist.antlr,
25-
csep.ui.contentassist.antlr.internal;x-internal:=true,
26-
csep.ui.hover,
27-
csep.ui.internal;x-internal:=true,
28-
csep.ui.labeling,
29-
csep.ui.outline,
30-
csep.ui.quickfix,
31-
csep.ui.syntaxcoloring
32-
Bundle-Activator: csep.ui.internal.CoffeeScriptActivator
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: %Bundle-Name
4+
Bundle-Vendor: %Bundle-Vendor
5+
Bundle-Version: 0.4.0.qualifier
6+
Bundle-SymbolicName: csep.ui; singleton:=true
7+
Bundle-ActivationPolicy: lazy
8+
Require-Bundle: csep;visibility:=reexport,
9+
org.eclipse.xtext.ui,
10+
org.eclipse.ui.editors;bundle-version="3.5.0",
11+
org.eclipse.ui.ide;bundle-version="3.5.0",
12+
org.eclipse.xtext.ui.shared,
13+
org.eclipse.ui,
14+
org.eclipse.xtext.builder,
15+
org.antlr.runtime,
16+
org.eclipse.xtext.common.types.ui,
17+
org.eclipse.xtext.ui.codetemplates.ui
18+
Import-Package: org.apache.log4j,
19+
org.apache.commons.logging
20+
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
21+
Export-Package: csep.ui,
22+
csep.ui.autoedit,
23+
csep.ui.contentassist,
24+
csep.ui.contentassist.antlr,
25+
csep.ui.contentassist.antlr.internal;x-internal:=true,
26+
csep.ui.hover,
27+
csep.ui.internal;x-internal:=true,
28+
csep.ui.labeling,
29+
csep.ui.outline,
30+
csep.ui.quickfix,
31+
csep.ui.syntaxcoloring
32+
Bundle-Activator: csep.ui.internal.CoffeeScriptActivator

csep.ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>csep</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.3.0-SNAPSHOT</version>
10+
<version>0.4.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>csep.ui</artifactId>

csep/META-INF/MANIFEST.MF

+44-44
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
Manifest-Version: 1.0
2-
Bundle-ManifestVersion: 2
3-
Bundle-Name: %Bundle-Name
4-
Bundle-Vendor: %Bundle-Vendor
5-
Bundle-Version: 0.3.0.qualifier
6-
Bundle-SymbolicName: csep; singleton:=true
7-
Require-Bundle: org.apache.log4j;bundle-version="1.2.15";visibility:=reexport,
8-
org.eclipse.xtext;bundle-version="2.0.0";visibility:=reexport,
9-
org.eclipse.xtext.generator;bundle-version="2.0.0";resolution:=optional,
10-
org.eclipse.xtend;bundle-version="1.1.0",
11-
org.eclipse.xtend.typesystem.emf;bundle-version="1.0.1",
12-
org.eclipse.xpand;bundle-version="1.1.0",
13-
org.eclipse.xtext.util;bundle-version="2.0.0",
14-
org.eclipse.emf.ecore,
15-
org.eclipse.emf.common,
16-
org.eclipse.emf.mwe2.launch;bundle-version="2.0.0";resolution:=optional,
17-
org.antlr.runtime,
18-
org.eclipse.xtext.xbase;bundle-version="2.0.0",
19-
org.eclipse.xtext.common.types,
20-
org.eclipse.xtext.xbase.lib;bundle-version="2.0.0";visibility:=reexport,
21-
org.apache.commons.logging;bundle-version="1.0.4";resolution:=optional;visibility:=reexport,
22-
org.eclipse.xtext.ui.codetemplates;bundle-version="2.0.0"
23-
Import-Package: org.apache.commons.logging,
24-
org.apache.log4j,
25-
org.eclipse.xtext.xbase.lib
26-
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
27-
Export-Package: beaver,
28-
com.aptana.editor.coffee.parsing,
29-
com.aptana.editor.coffee.parsing.lexer,
30-
csep,
31-
csep.coffeeScript,
32-
csep.coffeeScript.impl,
33-
csep.coffeeScript.util,
34-
csep.formatting,
35-
csep.generator,
36-
csep.linking,
37-
csep.parseTreeConstruction,
38-
csep.parser,
39-
csep.parser.antlr,
40-
csep.parser.antlr.internal;x-internal:=true,
41-
csep.scoping,
42-
csep.services,
43-
csep.validation,
44-
xx
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: %Bundle-Name
4+
Bundle-Vendor: %Bundle-Vendor
5+
Bundle-Version: 0.4.0.qualifier
6+
Bundle-SymbolicName: csep; singleton:=true
7+
Require-Bundle: org.apache.log4j;bundle-version="1.2.15";visibility:=reexport,
8+
org.eclipse.xtext;bundle-version="2.0.0";visibility:=reexport,
9+
org.eclipse.xtext.generator;bundle-version="2.0.0";resolution:=optional,
10+
org.eclipse.xtend;bundle-version="1.1.0",
11+
org.eclipse.xtend.typesystem.emf;bundle-version="1.0.1",
12+
org.eclipse.xpand;bundle-version="1.1.0",
13+
org.eclipse.xtext.util;bundle-version="2.0.0",
14+
org.eclipse.emf.ecore,
15+
org.eclipse.emf.common,
16+
org.eclipse.emf.mwe2.launch;bundle-version="2.0.0";resolution:=optional,
17+
org.antlr.runtime,
18+
org.eclipse.xtext.xbase;bundle-version="2.0.0",
19+
org.eclipse.xtext.common.types,
20+
org.eclipse.xtext.xbase.lib;bundle-version="2.0.0";visibility:=reexport,
21+
org.apache.commons.logging;bundle-version="1.0.4";resolution:=optional;visibility:=reexport,
22+
org.eclipse.xtext.ui.codetemplates;bundle-version="2.0.0"
23+
Import-Package: org.apache.commons.logging,
24+
org.apache.log4j,
25+
org.eclipse.xtext.xbase.lib
26+
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
27+
Export-Package: beaver,
28+
com.aptana.editor.coffee.parsing,
29+
com.aptana.editor.coffee.parsing.lexer,
30+
csep,
31+
csep.coffeeScript,
32+
csep.coffeeScript.impl,
33+
csep.coffeeScript.util,
34+
csep.formatting,
35+
csep.generator,
36+
csep.linking,
37+
csep.parseTreeConstruction,
38+
csep.parser,
39+
csep.parser.antlr,
40+
csep.parser.antlr.internal;x-internal:=true,
41+
csep.scoping,
42+
csep.services,
43+
csep.validation,
44+
xx

csep/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>csep</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.3.0-SNAPSHOT</version>
10+
<version>0.4.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>csep</artifactId>

devjournal.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,15 @@ So I can see no way to have proper definition lists in the README file.
680680

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

683-
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.4.0-SNAPSHOT
683+
`mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.4.0-SNAPSHOT`
684+
685+
Then update `csep.site\category.xml` manually
686+
687+
Found on [StackOverflow](http://stackoverflow.com/questions/2848687/how-to-keep-plug-in-manifest-version-and-pom-version-in-sync-in-maven-with-tycho)
688+
689+
See alos <https://issues.sonatype.org/browse/TYCHO-214> OSGi release procedures and best practices
690+
open as of 2013-09-01
691+
684692

685693

686694

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>csep</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.3.0-SNAPSHOT</version>
7+
<version>0.4.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<prerequisites>
@@ -19,6 +19,9 @@
1919
<modules>
2020
<module>csep</module>
2121
<module>csep.ui</module>
22+
<!--
23+
<module>csep.tests</module>
24+
-->
2225
<module>csep.feature</module>
2326
<module>csep.site</module>
2427
</modules>

0 commit comments

Comments
 (0)