|
1 | | -<?xml version="1.0" encoding="iso-8859-1"?> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
|
3 | 3 | <idea-plugin> |
4 | 4 | <id>com.github.danielwegener.cucumber-scala</id> |
5 | 5 | <name>Cucumber for Scala</name> |
6 | | - <version>2019.1.3</version> |
7 | | - < vendor email= "[email protected]" url= "http://daniel.wegener.me">Daniel Wegener</ vendor> |
| 6 | + <version>2019.3.4</version> |
| 7 | + < vendor email= "[email protected]" url= "hhttps://github.com/vbmacher">Peter Jakubčo</ vendor> |
8 | 8 |
|
9 | 9 | <description><![CDATA[ |
10 | 10 | Enables Reference tracking of glue code when using cucumber-scala DSL. |
11 | 11 |
|
12 | 12 | Requires Scala language integration from Community Repo and the JetBrains cucumber plugin. |
13 | 13 |
|
14 | | - Issue tracking at https://github.com/danielwegener/intellij-cucumber-scala/issues |
| 14 | + Issue tracking at https://github.com/vbmacher/intellij-cucumber-scala/issues |
15 | 15 | ]]></description> |
16 | 16 |
|
17 | 17 | <change-notes><![CDATA[ |
18 | | - 0.1.0: Initial release. |
19 | | - 0.2.0: Supports glue code classes that implement ScalaDsl indirectly. |
20 | | - 0.3.0: Release for IntelliJ14 (unchanged functionality) |
21 | | - 0.3.1: Release for IntelliJ 14.1 (unchanged functionality) |
22 | | - 0.3.2: Release for IntelliJ 15.0 (unchanged functionality) |
23 | | - 0.3.3: Release for IntelliJ 15.0.2, scala-plugin 2.0.4, support inheriting step definitions from traits (#16) |
24 | | - 0.3.4: Release for IntelliJ 2016.1 (scala-plugin 3.0.0) |
25 | | - 0.3.5: Release for IntelliJ 2016.2 (scala-plugin 2016.2.0) |
26 | | - 0.3.6: Release for IntelliJ 2016.3 |
27 | | - 0.3.7: Release for IntelliJ 2016.3 (fix renamed gherkin dependency) |
28 | | - 2017.1.1: Release for IntelliJ 2017.1 (scala-plugin 2017.1.8) |
29 | | - 2017.1.2: fix compatibility with external changes in scala plugin |
30 | | - 2017.2.0: Release for IntelliJ 2017.2 (scala-plugin 2017.2.4) |
31 | | - 2017.2.1: Release for IntelliJ 2017.2 (scala-plugin 2017.2.4) (oops :)) |
32 | | - 2017.3.0: Release for IntelliJ 2017.3 (scala-plugin 2017.3.9) |
33 | | - 2017.3.1: Release for IntelliJ 2017.3.1 (scala-plugin 2017.3.11) |
34 | | - 2019.1.3: Release for IntelliJ 2019.1.3 (scala-plugin 2019.1.3) |
| 18 | + <ul> |
| 19 | + <li>0.1.0: Initial release.</li> |
| 20 | + <li>0.2.0: Supports glue code classes that implement ScalaDsl indirectly.</li> |
| 21 | + <li>0.3.0: Release for IntelliJ14 (unchanged functionality)</li> |
| 22 | + <li>0.3.1: Release for IntelliJ 14.1 (unchanged functionality)</li> |
| 23 | + <li>0.3.2: Release for IntelliJ 15.0 (unchanged functionality)</li> |
| 24 | + <li>0.3.3: Release for IntelliJ 15.0.2, scala-plugin 2.0.4, support inheriting step definitions from traits (#16)</li> |
| 25 | + <li>0.3.4: Release for IntelliJ 2016.1 (scala-plugin 3.0.0)</li> |
| 26 | + <li>0.3.5: Release for IntelliJ 2016.2 (scala-plugin 2016.2.0)</li> |
| 27 | + <li>0.3.6: Release for IntelliJ 2016.3</li> |
| 28 | + <li>0.3.7: Release for IntelliJ 2016.3 (fix renamed gherkin dependency)</li> |
| 29 | + <li>2017.1.1: Release for IntelliJ 2017.1 (scala-plugin 2017.1.8)</li> |
| 30 | + <li>2017.1.2: fix compatibility with external changes in scala plugin</li> |
| 31 | + <li>2017.2.0: Release for IntelliJ 2017.2 (scala-plugin 2017.2.4)</li> |
| 32 | + <li>2017.2.1: Release for IntelliJ 2017.2 (scala-plugin 2017.2.4) (oops :))</li> |
| 33 | + <li>2017.3.0: Release for IntelliJ 2017.3 (scala-plugin 2017.3.9)</li> |
| 34 | + <li>2017.3.1: Release for IntelliJ 2017.3.1 (scala-plugin 2017.3.11)</li> |
| 35 | + <li>2019.1.3: Release for IntelliJ 2019.1.3 (scala-plugin 2019.1.3)</li> |
| 36 | + <li>2019.3.4: Release for IntelliJ 2019.3.4 (scala-plugin 2019.3.27)</li> |
| 37 | + </ul> |
35 | 38 | ]]> |
36 | 39 | </change-notes> |
37 | 40 |
|
|
45 | 48 | <cucumberJvmExtensionPoint |
46 | 49 | implementation="com.github.danielwegener.intellij.cucumber.scala.CucumberScalaExtension"/> |
47 | 50 | </extensions> |
48 | | - |
49 | 51 | </idea-plugin> |
0 commit comments