Skip to content

Commit

Permalink
Bumped IDE version to 2.0.2 and updated build scripts to use scala 2.…
Browse files Browse the repository at this point in the history
…9.2-SNAPSHOT (again).
  • Loading branch information
dotta committed Mar 22, 2012
1 parent b09b5d0 commit b778539
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions org.scala-ide.build-toolchain/build-toolchain-2.9.sh
Expand Up @@ -3,10 +3,10 @@
. $(dirname $0)/env.sh

# Scala compiler version to be used as a dependency
SCALA_VERSION=2.9.2-RC1
SCALA_VERSION=2.9.2-SNAPSHOT

# Scala library version
SCALA_LIBRARY_VERSION=2.9.2-RC1
SCALA_LIBRARY_VERSION=2.9.2-SNAPSHOT

#THIS NEEDS TO BE UPDATED ONCE WE HAVE SNAPSHOTS

Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.build-toolchain/pom.xml
Expand Up @@ -8,7 +8,7 @@
<version>1</version>
<relativePath>../org.scala-ide/pom.xml</relativePath>
</parent>
<version>2.9.2-RC1</version>
<version>2.9.2-SNAPSHOT</version>
<artifactId>scala-toolchain-for-eclipse</artifactId>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.build/build-ide-2.9.sh
Expand Up @@ -2,7 +2,7 @@

. $(dirname $0)/env.sh

SCALA_VERSION=2.9.2-RC1
SCALA_VERSION=2.9.2-SNAPSHOT

PROFILE="-P scala-2.9.2-SNAPSHOT"

Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.build/pom.xml
Expand Up @@ -8,7 +8,7 @@
<version>1</version>
<relativePath>../org.scala-ide/pom.xml</relativePath>
</parent>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
<artifactId>org.scala-ide.build</artifactId>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sbt.full.library/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.scala-ide</groupId>
<version>2.9.2-RC1</version>
<version>2.9.2-SNAPSHOT</version>
<artifactId>scala-toolchain-for-eclipse</artifactId>
<relativePath>../org.scala-ide.build-toolchain/pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.scala.compiler/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.scala-ide</groupId>
<version>2.9.2-RC1</version>
<version>2.9.2-SNAPSHOT</version>
<artifactId>scala-toolchain-for-eclipse</artifactId>
<relativePath>../org.scala-ide.build-toolchain/pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.scala.library/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scala-ide</groupId>
<artifactId>scala-toolchain-for-eclipse</artifactId>
<version>2.9.2-RC1</version>
<version>2.9.2-SNAPSHOT</version>
<relativePath>../org.scala-ide.build-toolchain/pom.xml</relativePath>
</parent>
<artifactId>org.scala-ide.scala.library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.aspects/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Scala JDT Weaving
Bundle-SymbolicName: org.scala-ide.sdt.aspects;singleton:=true
Bundle-Version: 2.0.1.qualifier
Bundle-Version: 2.0.2.qualifier
Bundle-Vendor: scala-ide.org
Bundle-Activator: scala.tools.eclipse.contribution.weaving.jdt.ScalaJDTWeavingPlugin
Require-Bundle:
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.aspects/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scala-ide</groupId>
<artifactId>org.scala-ide.build</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../org.scala-ide.build/pom.xml</relativePath>
</parent>
<artifactId>org.scala-ide.sdt.aspects</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.core.tests/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Scala Plugin (Test)
Bundle-SymbolicName: org.scala-ide.sdt.core.tests
Bundle-Version: 2.0.1.qualifier
Bundle-Version: 2.0.2.qualifier
Bundle-Vendor: scala-ide.org
Fragment-Host: org.scala-ide.sdt.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.core.tests/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.scala-ide</groupId>
<artifactId>org.scala-ide.build</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../org.scala-ide.build/pom.xml</relativePath>
</parent>
<artifactId>org.scala-ide.sdt.core.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.core/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Scala Plugin
Bundle-SymbolicName: org.scala-ide.sdt.core;singleton:=true
Bundle-Version: 2.0.1.qualifier
Bundle-Version: 2.0.2.qualifier
Bundle-Vendor: scala-ide.org
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scala-ide</groupId>
<artifactId>org.scala-ide.build</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../org.scala-ide.build/pom.xml</relativePath>
</parent>
<artifactId>org.scala-ide.sdt.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.scala-ide.sdt.feature"
label="Scala IDE for Eclipse"
version="2.0.1.qualifier"
version="2.0.2.qualifier"
provider-name="scala-ide.org"
plugin="org.scala-ide.sdt.core">

Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.feature/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scala-ide</groupId>
<artifactId>org.scala-ide.build</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../org.scala-ide.build/pom.xml</relativePath>
</parent>
<artifactId>org.scala-ide.sdt.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.source.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.scala-ide.sdt.source.feature"
label="Scala IDE for Eclipse Source"
version="2.0.1.qualifier"
version="2.0.2.qualifier"
provider-name="scala-ide.org">

<description url="http://scala-ide.org/">
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.source.feature/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.scala-ide</groupId>
<artifactId>org.scala-ide.build</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../org.scala-ide.build/pom.xml</relativePath>
</parent>
<artifactId>org.scala-ide.sdt.source.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.update-site/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scala-ide</groupId>
<artifactId>org.scala-ide.build</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../org.scala-ide.build/pom.xml</relativePath>
</parent>
<artifactId>org.scala-ide.sdt.update-site</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.weaving.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.scala-ide.sdt.weaving.feature"
label="JDT Weaving for Scala"
version="2.0.1.qualifier"
version="2.0.2.qualifier"
provider-name="scala-ide.org">

<description>
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.weaving.feature/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scala-ide</groupId>
<artifactId>org.scala-ide.build</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
<relativePath>../org.scala-ide.build/pom.xml</relativePath>
</parent>
<artifactId>org.scala-ide.sdt.weaving.feature</artifactId>
Expand Down

0 comments on commit b778539

Please sign in to comment.