Skip to content

Commit f3e213a

Browse files
authored
Merge pull request #1201 from brendandburns/pom
Update gmaven-plus version.
2 parents b8ec999 + 32ada7d commit f3e213a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<execution>
6868
<!-- Without joint compilation - no dependencies between Java and Groovy (inheritance)-->
6969
<goals>
70-
<goal>testCompile</goal>
70+
<goal>compileTests</goal>
7171
</goals>
7272
</execution>
7373
</executions>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
<plugin>
296296
<groupId>org.codehaus.gmavenplus</groupId>
297297
<artifactId>gmavenplus-plugin</artifactId>
298-
<version>1.5</version>
298+
<version>1.10.0</version>
299299
</plugin>
300300
</plugins>
301301
</pluginManagement>

0 commit comments

Comments
 (0)