Skip to content

Commit

Permalink
Update pom.xml (#82)
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 authored Dec 11, 2018
1 parent 37e66ae commit 9a86f29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions finish/backendServices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.19.1</version>
<version>3.0.0-M1</version>
<executions>
<execution>
<phase>integration-test</phase>
Expand Down Expand Up @@ -273,7 +273,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<version>3.0.0-M1</version>
<executions>
<execution>
<phase>test</phase>
Expand All @@ -289,4 +289,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
6 changes: 3 additions & 3 deletions start/backendServices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.19.1</version>
<version>3.0.0-M1</version>
<executions>
<execution>
<phase>integration-test</phase>
Expand Down Expand Up @@ -273,7 +273,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<version>3.0.0-M1</version>
<executions>
<execution>
<phase>test</phase>
Expand All @@ -289,4 +289,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 9a86f29

Please sign in to comment.