Skip to content

Commit

Permalink
Break 2.8.x compatibility in order to support 2.10.x.
Browse files Browse the repository at this point in the history
* scala.StaticAnnotation went away in 2.10.x.
* Use 2.9.0 so it works for all 2.9.x.
  • Loading branch information
rossabaker committed Nov 12, 2012
1 parent e5ff063 commit a8a46b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<properties>
<maven.version>3.0</maven.version>
<scala.version>2.8.0</scala.version>
<scala.version>2.9.0</scala.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<groupId>com.jsuereth</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.scala_tools.maven.mojo.annotations

import scala.annotation.StaticAnnotation

sealed abstract class MavenAnnotation extends StaticAnnotation

Expand Down

0 comments on commit a8a46b8

Please sign in to comment.