Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-07-27 12:47:04 +0000
committerSravan Kumar Lakkimsetti2017-07-27 12:47:04 +0000
commit56c7895bff37039b8b350afde8398f28a0ff1ccf (patch)
tree43162fd76de61030c985eb9ae5f549fec71b1507 /eclipse-platform-parent
parent7c67c9ad0fbac567f1ce260cc26356872959adf8 (diff)
downloadeclipse.platform.releng.aggregator-56c7895bff37039b8b350afde8398f28a0ff1ccf.tar.gz
eclipse.platform.releng.aggregator-56c7895bff37039b8b350afde8398f28a0ff1ccf.tar.xz
eclipse.platform.releng.aggregator-56c7895bff37039b8b350afde8398f28a0ff1ccf.zip
Bug 518239 - [JUnit 5] Feature patch for JUnit 5 support on 4.7
Change-Id: I4e6ad9dbfd9992bc695773675584edcab39925f0 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 9cb4dd614..72f0e4e27 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -598,7 +598,7 @@
</repositories>
</profile>
<profile>
- <id>junit5patch</id>
+ <id>junit5</id>
<repositories>
<repository>
<id>eclipse-p2-repo-junit5</id>

Back to the top