Skip to content

Commit 59edca9

Browse files
committed
Revert to scala 2.9.2. Remove unused pom stuff.
1 parent 9e5f123 commit 59edca9

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

History.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## [Git master](https://github.com/cucumber/cucumber-jvm/compare/v1.1.1...master)
22

3+
* [Scala] Passing Scenario reference in Before and After hooks ([#431](https://github.com/cucumber/cucumber-jvm/pull/431) Anshul Bajpai)
34
* [Core] RunCukesTest prevents the execution of other tests ([#304](https://github.com/cucumber/cucumber-jvm/issues/304), [#430](https://github.com/cucumber/cucumber-jvm/pull/430) Mishail)
45
* [Core] Deprecated `cucumber.runtime.PendingException` in favour of `cucumber.api.PendingException`. (Aslak Hellesøy)
56
* [Core] New `@cucumber.api.Pending` annotation for custom `Exception` classes that will cause a scenario to be `pending` instead of `failed`. ([#427](https://github.com/cucumber/cucumber-jvm/pull/427) agattiker)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@
115115
<dependency>
116116
<groupId>org.scala-lang</groupId>
117117
<artifactId>scala-library</artifactId>
118-
<version>2.10.0-RC1</version>
118+
<version>2.9.2</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>org.scala-lang</groupId>
122122
<artifactId>scala-compiler</artifactId>
123-
<version>2.10.0-RC1</version>
123+
<version>2.9.2</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.clojure</groupId>

scala/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@
5555
</dependency>
5656
</dependencies>
5757

58-
<pluginRepositories>
59-
<pluginRepository>
60-
<id>maven-idea-plugin-repo</id>
61-
<url>http://maven-idea-plugin.googlecode.com/svn/maven-repo</url>
62-
</pluginRepository>
63-
</pluginRepositories>
6458
<build>
6559
<plugins>
6660
<plugin>
@@ -130,11 +124,6 @@ file.write(template.toString(), "UTF-8")
130124
</execution>
131125
</executions>
132126
</plugin>
133-
<plugin>
134-
<groupId>com.googlecode</groupId>
135-
<artifactId>maven-idea-plugin</artifactId>
136-
<version>1.6</version>
137-
</plugin>
138127
</plugins>
139128
</build>
140129
</project>

0 commit comments

Comments
 (0)