Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2016-06-21 15:30:50 +0000
committerIgor Fedorenko2016-06-21 15:43:43 +0000
commit782091bcc942ebabf2c76dde8b3948eec7f28c28 (patch)
tree89f1db7931c8a97193a5dd773bab63f365a083ef /m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
parent3aedff2d984ad5cca2b7e407a137ead339250a4d (diff)
downloadm2e-core-782091bcc942ebabf2c76dde8b3948eec7f28c28.tar.gz
m2e-core-782091bcc942ebabf2c76dde8b3948eec7f28c28.tar.xz
m2e-core-782091bcc942ebabf2c76dde8b3948eec7f28c28.zip
version 0.18.0-SNAPSHOT
Change-Id: Id041de04598aba81cfaea511e815a36683938b80 Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'm2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml')
-rw-r--r--m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
index d4a9c216..22127384 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
+++ b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.eclipse.m2e</groupId>
<artifactId>m2e-maven-runtime</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.8.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.m2e.maven.runtime</artifactId>
@@ -138,7 +138,7 @@
</Import-Package>
<Require-Bundle>
org.slf4j.api;bundle-version="1.6.2",
- org.eclipse.m2e.maven.runtime.slf4j.simple;bundle-version="[1.7.0,1.8.0)",
+ org.eclipse.m2e.maven.runtime.slf4j.simple;bundle-version="[1.8.0,1.9.0)",
javax.inject;bundle-version="1.0.0";visibility:=reexport
</Require-Bundle>

Back to the top