From a5a387348302627a741f746b1829f68d1ba9a73f Mon Sep 17 00:00:00 2001 From: Stephen Edwards Date: Sun, 24 Apr 2016 06:08:45 -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 5fef75d..1d04a2a 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 9d87a58..420f75a 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.3-SNAPSHOT + 1.0.4-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 3c22ca9..0890382 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 e8fbed6..526e1ec 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.3-SNAPSHOT + 1.0.4-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 615064b..38be79b 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.3.qualifier +Bundle-Version: 1.0.4.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 729a69d..f52b10f 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.3-SNAPSHOT + 1.0.4-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 2532fc6..2e08db9 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.3.qualifier +Bundle-Version: 1.0.4.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 7c0fdff..d459b07 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.3-SNAPSHOT + 1.0.4-SNAPSHOT com.github.sdedwards.m2e-nar diff --git a/pom.xml b/pom.xml index 05cae49..8ae4db5 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ under the License. com.github.sdedwards.m2e-nar m2e-nar - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT pom NAR Maven Plugin Integration for Eclipse (parent)