Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion csep.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="csep.feature"
label="Coffeescript Runtime and UI Features"
version="0.0.3.qualifier">
version="0.3.0.qualifier">

<description url="https://bitbucket.org/adamschmideg/coffeescript-eclipse">
Editor for Coffeescript code.
Expand Down
2 changes: 1 addition & 1 deletion csep.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>csep</groupId>
<artifactId>parent</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>

<artifactId>csep.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion csep.tests/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: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 0.0.3
Bundle-Version: 0.3.0.qualifier
Bundle-SymbolicName: csep.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: csep,
Expand Down
2 changes: 1 addition & 1 deletion csep.ui/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: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 0.0.3.qualifier
Bundle-Version: 0.3.0.qualifier
Bundle-SymbolicName: csep.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: csep;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion csep.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>csep</groupId>
<artifactId>parent</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>

<artifactId>csep.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion csep/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: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 0.0.3.qualifier
Bundle-Version: 0.3.0.qualifier
Bundle-SymbolicName: csep; singleton:=true
Require-Bundle: org.apache.log4j;bundle-version="1.2.15";visibility:=reexport,
org.eclipse.xtext;bundle-version="2.0.0";visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion csep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>csep</groupId>
<artifactId>parent</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>

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

<groupId>csep</groupId>
<artifactId>parent</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down