Skip to content

Commit

Permalink
Merge pull request #143 from dotta/transient/bump-version-after-0.2.0…
Browse files Browse the repository at this point in the history
…-release

Transient/bump version after 0.2.0 release
  • Loading branch information
dotta committed Jun 7, 2013
2 parents 9ffc07d + a301b60 commit 2cebc54
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion org.scalaide.worksheet.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.scalaide.worksheet.feature"
label="Scala Worksheet"
version="0.2.0.qualifier"
version="0.2.1.qualifier"
provider-name="Scala IDE"
plugin="org.scalaide.worksheet">

Expand Down
2 changes: 1 addition & 1 deletion org.scalaide.worksheet.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scalaide</groupId>
<artifactId>org.scalaide.worksheet.build</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.scalaide.worksheet.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.scalaide.worksheet.runtime.library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scalaide</groupId>
<artifactId>org.scalaide.worksheet.build</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</parent>
<groupId>org.scalaide</groupId>
<artifactId>org.scalaide.worksheet.runtime.library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.scalaide.worksheet.source.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.scalaide.worksheet.source.feature"
label="Scala Worksheet sources"
version="0.2.0.qualifier"
version="0.2.1.qualifier"
provider-name="Scala IDE">

<description url="http://github.com/scala-ide/scala-worksheet/wiki/Getting-Started">
Expand Down
2 changes: 1 addition & 1 deletion org.scalaide.worksheet.source.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.scalaide</groupId>
<artifactId>org.scalaide.worksheet.build</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.scalaide.worksheet.source.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.scalaide.worksheet.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: Scala Plugin (Test)
Bundle-SymbolicName: org.scalaide.worksheet.tests
Bundle-Version: 0.2.0.qualifier
Bundle-Version: 0.2.1.qualifier
Bundle-Vendor: scala-ide.org
Fragment-Host: org.scalaide.worksheet
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
2 changes: 1 addition & 1 deletion org.scalaide.worksheet.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.scalaide</groupId>
<artifactId>org.scalaide.worksheet.build</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.scalaide.worksheet.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.scalaide.worksheet.update-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scalaide</groupId>
<artifactId>org.scalaide.worksheet.build</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.scalaide.worksheet.update-site</artifactId>
<packaging>eclipse-update-site</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.scalaide.worksheet/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: Scala Worksheet plugin
Bundle-SymbolicName: org.scalaide.worksheet;singleton:=true
Bundle-Version: 0.2.0.qualifier
Bundle-Version: 0.2.1.qualifier
Bundle-Vendor: scala-ide.org
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.scalaide.worksheet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scalaide</groupId>
<artifactId>org.scalaide.worksheet.build</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.scalaide.worksheet</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.scalaide</groupId>
<artifactId>org.scalaide.worksheet.build</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
<name>Scala Worksheet</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit 2cebc54

Please sign in to comment.