From d5b12aad77ba98068ad1629eb3f746599bed0cef Mon Sep 17 00:00:00 2001 From: Stephen Edwards Date: Sat, 23 May 2015 12:22:50 -0700 Subject: [PATCH] Release v1.0.1 --- 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 5bd4a5f..192dcbe 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 9b689e2..db0996f 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-SNAPSHOT + 1.0.1 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 6698878..4613fce 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 5d8a4ec..de3615e 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-SNAPSHOT + 1.0.1 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 19875ee..54bc597 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.qualifier +Bundle-Version: 1.0.1 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 496b385..76af242 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-SNAPSHOT + 1.0.1 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 15319f9..3597ed0 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.qualifier +Bundle-Version: 1.0.1 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 f8dd6af..3e3c36b 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-SNAPSHOT + 1.0.1 com.github.sdedwards.m2e-nar diff --git a/pom.xml b/pom.xml index ab7dbdd..a5cd15f 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ under the License. com.github.sdedwards.m2e-nar m2e-nar - 1.0.1-SNAPSHOT + 1.0.1 pom NAR Maven Plugin Integration for Eclipse (parent)