From b652102f8a0189f96135518837f911377b1c4973 Mon Sep 17 00:00:00 2001 From: Stephen Edwards Date: Sat, 23 May 2015 14:18:09 -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 192dcbe..7e836ef 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 db0996f..8449ffd 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.1 + 1.0.2-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 4613fce..2571df9 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 de3615e..e42b990 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.1 + 1.0.2-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 54bc597..62ba36b 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.1 +Bundle-Version: 1.0.2.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 76af242..3bf4c73 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.1 + 1.0.2-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 3597ed0..8a9ec80 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.1 +Bundle-Version: 1.0.2.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 3e3c36b..8aa0f43 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.1 + 1.0.2-SNAPSHOT com.github.sdedwards.m2e-nar diff --git a/pom.xml b/pom.xml index a5cd15f..55191d9 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ under the License. com.github.sdedwards.m2e-nar m2e-nar - 1.0.1 + 1.0.2-SNAPSHOT pom NAR Maven Plugin Integration for Eclipse (parent)