Skip to content

Commit 7a4d323

Browse files
committed
[maven-release-plugin] prepare release v4.3.0
1 parent d59115b commit 7a4d323

File tree

5 files changed

+524
-524
lines changed

5 files changed

+524
-524
lines changed

examples/pom.xml

Lines changed: 85 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,85 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
3-
4-
<parent>
5-
<groupId>io.cucumber</groupId>
6-
<artifactId>cucumber-jvm-scala</artifactId>
7-
<version>4.2.7-SNAPSHOT</version>
8-
</parent>
9-
10-
<artifactId>scala-examples</artifactId>
11-
<packaging>jar</packaging>
12-
<name>Examples: Scala Calculator</name>
13-
14-
<dependencies>
15-
<dependency>
16-
<groupId>io.cucumber</groupId>
17-
<artifactId>cucumber-scala_2.12</artifactId>
18-
<version>${project.version}</version>
19-
<scope>test</scope>
20-
</dependency>
21-
<dependency>
22-
<groupId>io.cucumber</groupId>
23-
<artifactId>cucumber-junit</artifactId>
24-
<scope>test</scope>
25-
</dependency>
26-
<dependency>
27-
<groupId>junit</groupId>
28-
<artifactId>junit</artifactId>
29-
<scope>test</scope>
30-
</dependency>
31-
<dependency>
32-
<groupId>org.scala-lang</groupId>
33-
<artifactId>scala-library</artifactId>
34-
<version>${scala.2.12.version}</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>org.scala-lang</groupId>
38-
<artifactId>scala-compiler</artifactId>
39-
<version>${scala.2.12.version}</version>
40-
</dependency>
41-
</dependencies>
42-
43-
<build>
44-
<plugins>
45-
<plugin>
46-
<groupId>org.apache.maven.plugins</groupId>
47-
<artifactId>maven-compiler-plugin</artifactId>
48-
<configuration>
49-
<source>1.8</source>
50-
<target>1.8</target>
51-
</configuration>
52-
</plugin>
53-
<plugin>
54-
<artifactId>maven-javadoc-plugin</artifactId>
55-
<configuration>
56-
<skip>true</skip>
57-
</configuration>
58-
</plugin>
59-
<plugin>
60-
<artifactId>maven-deploy-plugin</artifactId>
61-
<configuration>
62-
<skip>true</skip>
63-
</configuration>
64-
</plugin>
65-
<plugin>
66-
<groupId>net.alchim31.maven</groupId>
67-
<artifactId>scala-maven-plugin</artifactId>
68-
<configuration>
69-
<excludes>
70-
<exclude>**/*.java</exclude>
71-
</excludes>
72-
</configuration>
73-
<executions>
74-
<execution>
75-
<goals>
76-
<goal>add-source</goal>
77-
<goal>compile</goal>
78-
<goal>testCompile</goal>
79-
</goals>
80-
</execution>
81-
</executions>
82-
</plugin>
83-
</plugins>
84-
</build>
85-
</project>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
4+
<parent>
5+
<groupId>io.cucumber</groupId>
6+
<artifactId>cucumber-jvm-scala</artifactId>
7+
<version>4.3.0</version>
8+
</parent>
9+
10+
<artifactId>scala-examples</artifactId>
11+
<packaging>jar</packaging>
12+
<name>Examples: Scala Calculator</name>
13+
14+
<dependencies>
15+
<dependency>
16+
<groupId>io.cucumber</groupId>
17+
<artifactId>cucumber-scala_2.12</artifactId>
18+
<version>${project.version}</version>
19+
<scope>test</scope>
20+
</dependency>
21+
<dependency>
22+
<groupId>io.cucumber</groupId>
23+
<artifactId>cucumber-junit</artifactId>
24+
<scope>test</scope>
25+
</dependency>
26+
<dependency>
27+
<groupId>junit</groupId>
28+
<artifactId>junit</artifactId>
29+
<scope>test</scope>
30+
</dependency>
31+
<dependency>
32+
<groupId>org.scala-lang</groupId>
33+
<artifactId>scala-library</artifactId>
34+
<version>${scala.2.12.version}</version>
35+
</dependency>
36+
<dependency>
37+
<groupId>org.scala-lang</groupId>
38+
<artifactId>scala-compiler</artifactId>
39+
<version>${scala.2.12.version}</version>
40+
</dependency>
41+
</dependencies>
42+
43+
<build>
44+
<plugins>
45+
<plugin>
46+
<groupId>org.apache.maven.plugins</groupId>
47+
<artifactId>maven-compiler-plugin</artifactId>
48+
<configuration>
49+
<source>1.8</source>
50+
<target>1.8</target>
51+
</configuration>
52+
</plugin>
53+
<plugin>
54+
<artifactId>maven-javadoc-plugin</artifactId>
55+
<configuration>
56+
<skip>true</skip>
57+
</configuration>
58+
</plugin>
59+
<plugin>
60+
<artifactId>maven-deploy-plugin</artifactId>
61+
<configuration>
62+
<skip>true</skip>
63+
</configuration>
64+
</plugin>
65+
<plugin>
66+
<groupId>net.alchim31.maven</groupId>
67+
<artifactId>scala-maven-plugin</artifactId>
68+
<configuration>
69+
<excludes>
70+
<exclude>**/*.java</exclude>
71+
</excludes>
72+
</configuration>
73+
<executions>
74+
<execution>
75+
<goals>
76+
<goal>add-source</goal>
77+
<goal>compile</goal>
78+
<goal>testCompile</goal>
79+
</goals>
80+
</execution>
81+
</executions>
82+
</plugin>
83+
</plugins>
84+
</build>
85+
</project>

0 commit comments

Comments
 (0)