From 563775dce02d3fc9ae426c860e18e7d36530d313 Mon Sep 17 00:00:00 2001 From: Stephen Edwards Date: Sun, 1 Apr 2018 14:06:04 -0700 Subject: [PATCH] Prepare for next development --- com.github.sdedwards.m2e-nar.feature/feature.xml | 2 +- com.github.sdedwards.m2e-nar.feature/pom.xml | 2 +- com.github.sdedwards.m2e-nar.repo/category.xml | 2 +- com.github.sdedwards.m2e-nar.repo/pom.xml | 2 +- com.github.sdedwards.m2e-nar.tests/META-INF/MANIFEST.MF | 2 +- com.github.sdedwards.m2e-nar.tests/pom.xml | 2 +- com.github.sdedwards.m2e-nar/META-INF/MANIFEST.MF | 2 +- com.github.sdedwards.m2e-nar/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/com.github.sdedwards.m2e-nar.feature/feature.xml b/com.github.sdedwards.m2e-nar.feature/feature.xml index d75b65c..903bada 100644 --- a/com.github.sdedwards.m2e-nar.feature/feature.xml +++ b/com.github.sdedwards.m2e-nar.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/com.github.sdedwards.m2e-nar.feature/pom.xml b/com.github.sdedwards.m2e-nar.feature/pom.xml index 4167bce..6651561 100644 --- a/com.github.sdedwards.m2e-nar.feature/pom.xml +++ b/com.github.sdedwards.m2e-nar.feature/pom.xml @@ -6,7 +6,7 @@ com.github.sdedwards.m2e-nar m2e-nar - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT com.github.sdedwards.m2e-nar.feature diff --git a/com.github.sdedwards.m2e-nar.repo/category.xml b/com.github.sdedwards.m2e-nar.repo/category.xml index 44fa7c7..c0de0e2 100644 --- a/com.github.sdedwards.m2e-nar.repo/category.xml +++ b/com.github.sdedwards.m2e-nar.repo/category.xml @@ -1,6 +1,6 @@ - + diff --git a/com.github.sdedwards.m2e-nar.repo/pom.xml b/com.github.sdedwards.m2e-nar.repo/pom.xml index 557cc0c..55e38a4 100644 --- a/com.github.sdedwards.m2e-nar.repo/pom.xml +++ b/com.github.sdedwards.m2e-nar.repo/pom.xml @@ -6,7 +6,7 @@ com.github.sdedwards.m2e-nar m2e-nar - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT com.github.sdedwards.m2e-nar.repo diff --git a/com.github.sdedwards.m2e-nar.tests/META-INF/MANIFEST.MF b/com.github.sdedwards.m2e-nar.tests/META-INF/MANIFEST.MF index be6c99d..03079b8 100644 --- a/com.github.sdedwards.m2e-nar.tests/META-INF/MANIFEST.MF +++ b/com.github.sdedwards.m2e-nar.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: m2e-nar-test Bundle-SymbolicName: com.github.sdedwards.m2e-nar.test -Bundle-Version: 1.0.5.qualifier +Bundle-Version: 1.0.6.qualifier Bundle-Vendor: sdedwards Fragment-Host: com.github.sdedwards.m2e-nar;bundle-version="1.0.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/com.github.sdedwards.m2e-nar.tests/pom.xml b/com.github.sdedwards.m2e-nar.tests/pom.xml index dcffe01..2448153 100644 --- a/com.github.sdedwards.m2e-nar.tests/pom.xml +++ b/com.github.sdedwards.m2e-nar.tests/pom.xml @@ -6,7 +6,7 @@ com.github.sdedwards.m2e-nar m2e-nar - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT com.github.sdedwards.m2e-nar.test diff --git a/com.github.sdedwards.m2e-nar/META-INF/MANIFEST.MF b/com.github.sdedwards.m2e-nar/META-INF/MANIFEST.MF index 39fe43c..40343e1 100644 --- a/com.github.sdedwards.m2e-nar/META-INF/MANIFEST.MF +++ b/com.github.sdedwards.m2e-nar/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: m2e-nar Bundle-SymbolicName: com.github.sdedwards.m2e-nar;singleton:=true -Bundle-Version: 1.0.5.qualifier +Bundle-Version: 1.0.6.qualifier Require-Bundle: org.eclipse.core.runtime, org.eclipse.core.resources, org.eclipse.debug.core, diff --git a/com.github.sdedwards.m2e-nar/pom.xml b/com.github.sdedwards.m2e-nar/pom.xml index 740edda..6f35b99 100644 --- a/com.github.sdedwards.m2e-nar/pom.xml +++ b/com.github.sdedwards.m2e-nar/pom.xml @@ -6,7 +6,7 @@ com.github.sdedwards.m2e-nar m2e-nar - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT com.github.sdedwards.m2e-nar diff --git a/pom.xml b/pom.xml index 7e7e72f..52a40b7 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ under the License. com.github.sdedwards.m2e-nar m2e-nar - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT pom NAR Maven Plugin Integration for Eclipse (parent)