Skip to content

Commit

Permalink
Removed scala-2.9.x profile as we no longer need it
Browse files Browse the repository at this point in the history
* Updated scala version used by scala-2.10.x profile to be Scala
  2.10.2-SNAPSHOT, because that is the targeted Scala version for
  the master branch.
  • Loading branch information
dotta authored and huitseeker committed Apr 23, 2013
1 parent b967fa3 commit c232cc1
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pom.xml
Expand Up @@ -71,24 +71,11 @@
</properties>

<profiles>
<profile>
<!--- the profile using the default values. Scala 2.9.x -->
<id>scala-2.9.x</id>
<properties>
<scala.version>2.9.3-SNAPSHOT</scala.version>
<scala.era.major.version>2.9</scala.era.major.version>
<version.suffix>2_09</version.suffix>

<repo.scala-refactoring>${repo.scala-ide.root}/scala-refactoring-29x</repo.scala-refactoring>
<repo.scalariform>${repo.scala-ide.root}/scalariform-29x</repo.scalariform>
<repo.typesafe>http://repo.typesafe.com/typesafe/ide-2.9</repo.typesafe>
</properties>
</profile>

<profile>
<id>scala-2.10.x</id>
<properties>
<scala.version>2.10.0</scala.version>
<scala.version>2.10.2-SNAPSHOT</scala.version>
<scala.era.major.version>2.10</scala.era.major.version>
<version.suffix>2_10</version.suffix>

Expand Down

0 comments on commit c232cc1

Please sign in to comment.