You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/11/13 07:50:45 UTC

[2/2] syncope git commit: Missing update of junit-platform-surefire-provider - situation unchanged though

Missing update of junit-platform-surefire-provider - situation unchanged though


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/e787790a
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/e787790a
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/e787790a

Branch: refs/heads/master
Commit: e787790ad11417367739f65e34c5b2bd463f4f6a
Parents: e76828e
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Nov 13 08:50:38 2017 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Nov 13 08:50:38 2017 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/e787790a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 23d4c0e..6713569 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1835,7 +1835,7 @@ under the License.
             <dependency>
               <groupId>org.junit.platform</groupId>
               <artifactId>junit-platform-surefire-provider</artifactId>
-              <version>1.0.1</version>
+              <version>1.0.2</version>
             </dependency>
           </dependencies>
         </plugin>
@@ -1853,7 +1853,7 @@ under the License.
             <dependency>
               <groupId>org.junit.platform</groupId>
               <artifactId>junit-platform-surefire-provider</artifactId>
-              <version>1.0.1</version>
+              <version>1.0.2</version>
             </dependency>
           </dependencies>
           <executions>