Bump version to 1.0.1 Signed-off-by: Fred Bricon <fbricon@gmail.com>
diff --git a/org.eclipse.m2e.wtp.jpa.feature/feature.xml b/org.eclipse.m2e.wtp.jpa.feature/feature.xml index f52ce42..9036443 100644 --- a/org.eclipse.m2e.wtp.jpa.feature/feature.xml +++ b/org.eclipse.m2e.wtp.jpa.feature/feature.xml
@@ -2,7 +2,7 @@ <feature id="org.eclipse.m2e.wtp.jpa.feature" label="%featureName" - version="1.0.0.qualifier" + version="1.0.1.qualifier" provider-name="%providerName" plugin="org.eclipse.m2e.wtp.jpa"> <install-handler/>
diff --git a/org.eclipse.m2e.wtp.jpa.feature/pom.xml b/org.eclipse.m2e.wtp.jpa.feature/pom.xml index ca35f24..dd6712a 100644 --- a/org.eclipse.m2e.wtp.jpa.feature/pom.xml +++ b/org.eclipse.m2e.wtp.jpa.feature/pom.xml
@@ -5,7 +5,7 @@ <parent> <groupId>org.eclipse.m2e.wtp</groupId> <artifactId>org.eclipse.m2e.wtp.jpa.parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.m2e.wtp.jpa.feature</artifactId>
diff --git a/org.eclipse.m2e.wtp.jpa.site/pom.xml b/org.eclipse.m2e.wtp.jpa.site/pom.xml index e02f5ea..da41a91 100644 --- a/org.eclipse.m2e.wtp.jpa.site/pom.xml +++ b/org.eclipse.m2e.wtp.jpa.site/pom.xml
@@ -12,7 +12,7 @@ <parent> <groupId>org.eclipse.m2e.wtp</groupId> <artifactId>org.eclipse.m2e.wtp.jpa.parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.m2e.wtp.jpa.site</artifactId>
diff --git a/org.eclipse.m2e.wtp.jpa/META-INF/MANIFEST.MF b/org.eclipse.m2e.wtp.jpa/META-INF/MANIFEST.MF index 3232292..cc53cce 100644 --- a/org.eclipse.m2e.wtp.jpa/META-INF/MANIFEST.MF +++ b/org.eclipse.m2e.wtp.jpa/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.m2e.wtp.jpa;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.0.1.qualifier Bundle-Activator: org.eclipse.m2e.wtp.jpa.internal.MavenJpaActivator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime,
diff --git a/org.eclipse.m2e.wtp.jpa/pom.xml b/org.eclipse.m2e.wtp.jpa/pom.xml index d56a7ea..a814564 100644 --- a/org.eclipse.m2e.wtp.jpa/pom.xml +++ b/org.eclipse.m2e.wtp.jpa/pom.xml
@@ -5,7 +5,7 @@ <parent> <groupId>org.eclipse.m2e.wtp</groupId> <artifactId>org.eclipse.m2e.wtp.jpa.parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.m2e.wtp.jpa</artifactId>
diff --git a/pom.xml b/pom.xml index a355c4a..7d1f8e1 100644 --- a/pom.xml +++ b/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.eclipse.m2e.wtp</groupId> <artifactId>org.eclipse.m2e.wtp.jpa.parent</artifactId> <packaging>pom</packaging> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <name>M2E-WTP JPA :: Parent</name> <properties>