Skip to content

Commit

Permalink
Update pom.xml (#39)
Browse files Browse the repository at this point in the history
* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml
  • Loading branch information
gkwan-ibm committed Feb 11, 2019
1 parent a374ce2 commit fe3d41f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions finish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<version>3.0.0-M1</version>
<executions>
<execution>
<phase>test</phase>
Expand Down Expand Up @@ -207,7 +207,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.18.1</version>
<version>3.0.0-M1</version>
<executions>
<execution>
<phase>integration-test</phase>
Expand All @@ -217,7 +217,7 @@
</goals>
<configuration>
<includes>
<include>**/it/**</include>
<include>**/it/**/*.java</include>
</includes>
<systemPropertyVariables>
<liberty.test.port>${testServerHttpPort}</liberty.test.port>
Expand All @@ -240,4 +240,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
8 changes: 4 additions & 4 deletions start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<version>3.0.0-M1</version>
<executions>
<execution>
<phase>test</phase>
Expand Down Expand Up @@ -207,7 +207,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.18.1</version>
<version>3.0.0-M1</version>
<executions>
<execution>
<phase>integration-test</phase>
Expand All @@ -217,7 +217,7 @@
</goals>
<configuration>
<includes>
<include>**/it/**</include>
<include>**/it/**/*.java</include>
</includes>
<systemPropertyVariables>
<liberty.test.port>${testServerHttpPort}</liberty.test.port>
Expand All @@ -240,4 +240,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit fe3d41f

Please sign in to comment.