This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
commit 7c6b87ff71855258f18153df9a389c99ced773ad Author: Robert Munteanu <[email protected]> AuthorDate: Tue Jan 16 22:54:41 2018 +0200 Bump version to 1.2.0 --- api-test/pom.xml | 2 +- api/META-INF/MANIFEST.MF | 2 +- api/pom.xml | 2 +- artifacts/META-INF/MANIFEST.MF | 2 +- artifacts/pom.xml | 2 +- eclipse-core/META-INF/MANIFEST.MF | 2 +- eclipse-core/pom.xml | 2 +- eclipse-m2e-core/META-INF/MANIFEST.MF | 2 +- eclipse-m2e-core/pom.xml | 2 +- eclipse-m2e-test/META-INF/MANIFEST.MF | 2 +- eclipse-m2e-test/pom.xml | 2 +- eclipse-m2e-ui/META-INF/MANIFEST.MF | 2 +- eclipse-m2e-ui/pom.xml | 2 +- eclipse-sightly-core/META-INF/MANIFEST.MF | 2 +- eclipse-sightly-core/pom.xml | 2 +- eclipse-sightly-ui/META-INF/MANIFEST.MF | 2 +- eclipse-sightly-ui/pom.xml | 2 +- eclipse-test/META-INF/MANIFEST.MF | 2 +- eclipse-test/pom.xml | 2 +- eclipse-ui/META-INF/MANIFEST.MF | 2 +- eclipse-ui/pom.xml | 2 +- feature/feature.xml | 2 +- feature/pom.xml | 2 +- impl-resource-test/pom.xml | 2 +- impl-resource/META-INF/MANIFEST.MF | 2 +- impl-resource/pom.xml | 2 +- impl-vlt-test/pom.xml | 2 +- impl-vlt/META-INF/MANIFEST.MF | 2 +- impl-vlt/pom.xml | 2 +- m2e-feature/feature.xml | 2 +- m2e-feature/pom.xml | 2 +- p2update/pom.xml | 2 +- pom.xml | 2 +- sightly-feature/feature.xml | 2 +- sightly-feature/pom.xml | 2 +- source-bundle/pom.xml | 2 +- target-definition/pom.xml | 2 +- vlt-wrapper/META-INF/MANIFEST.MF | 2 +- vlt-wrapper/pom.xml | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/api-test/pom.xml b/api-test/pom.xml index 72db8ed..a57cc3b 100644 --- a/api-test/pom.xml +++ b/api-test/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.api-test</artifactId> <name>Apache Sling IDE Tools API Tests</name> diff --git a/api/META-INF/MANIFEST.MF b/api/META-INF/MANIFEST.MF index 0ff64eb..2423f48 100644 --- a/api/META-INF/MANIFEST.MF +++ b/api/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Slingclipse-api Bundle-SymbolicName: org.apache.sling.ide.api -Bundle-Version: 1.1.1.qualifier +Bundle-Version: 1.2.0 Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Export-Package: org.apache.sling.ide.filter, diff --git a/api/pom.xml b/api/pom.xml index 6bcc1ef..9a0a7c4 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.api</artifactId> <packaging>eclipse-plugin</packaging> diff --git a/artifacts/META-INF/MANIFEST.MF b/artifacts/META-INF/MANIFEST.MF index 738481c..a2f0597 100644 --- a/artifacts/META-INF/MANIFEST.MF +++ b/artifacts/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.apache.sling.ide.artifacts -Bundle-Version: 1.1.1.qualifier +Bundle-Version: 1.2.0 Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Import-Package: org.osgi.service.component, diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 5973bfb..eb1af20 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.artifacts</artifactId> <packaging>eclipse-plugin</packaging> diff --git a/eclipse-core/META-INF/MANIFEST.MF b/eclipse-core/META-INF/MANIFEST.MF index 7c949fa..5efa143 100644 --- a/eclipse-core/META-INF/MANIFEST.MF +++ b/eclipse-core/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.apache.sling.ide.eclipse-core;singleton:=true -Bundle-Version: 1.1.1.qualifier +Bundle-Version: 1.2.0 Bundle-Activator: org.apache.sling.ide.eclipse.core.internal.Activator Require-Bundle: org.eclipse.core.runtime, org.eclipse.equinox.ds;bundle-version="1.2.1", diff --git a/eclipse-core/pom.xml b/eclipse-core/pom.xml index bf4bbf4..41d2678 100644 --- a/eclipse-core/pom.xml +++ b/eclipse-core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.eclipse-core</artifactId> <packaging>eclipse-plugin</packaging> diff --git a/eclipse-m2e-core/META-INF/MANIFEST.MF b/eclipse-m2e-core/META-INF/MANIFEST.MF index 2bc3741..a2d5b7a 100644 --- a/eclipse-m2e-core/META-INF/MANIFEST.MF +++ b/eclipse-m2e-core/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.apache.sling.ide.eclipse-m2e-core;singleton:=true -Bundle-Version: 1.1.1.qualifier +Bundle-Version: 1.2.0 Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-ClassPath: . diff --git a/eclipse-m2e-core/pom.xml b/eclipse-m2e-core/pom.xml index 9a43d82..2b30ae5 100644 --- a/eclipse-m2e-core/pom.xml +++ b/eclipse-m2e-core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.eclipse-m2e-core</artifactId> <packaging>eclipse-plugin</packaging> diff --git a/eclipse-m2e-test/META-INF/MANIFEST.MF b/eclipse-m2e-test/META-INF/MANIFEST.MF index 2a96c8a..e13cf75 100644 --- a/eclipse-m2e-test/META-INF/MANIFEST.MF +++ b/eclipse-m2e-test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Sling IDE Tools: Eclipse M2Eclipse-based tests Bundle-SymbolicName: org.apache.sling.ide.eclipse-m2e-test -Bundle-Version: 1.1.1.qualifier +Bundle-Version: 1.2.0 Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.junit, org.eclipse.m2e.core, diff --git a/eclipse-m2e-test/pom.xml b/eclipse-m2e-test/pom.xml index 1e2cb30..9004daa 100644 --- a/eclipse-m2e-test/pom.xml +++ b/eclipse-m2e-test/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.eclipse-m2e-test</artifactId> <packaging>eclipse-test-plugin</packaging> diff --git a/eclipse-m2e-ui/META-INF/MANIFEST.MF b/eclipse-m2e-ui/META-INF/MANIFEST.MF index 2dcd075..8893471 100644 --- a/eclipse-m2e-ui/META-INF/MANIFEST.MF +++ b/eclipse-m2e-ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Slingclipse-M2Eclipse-based-WST-plugin Bundle-SymbolicName: org.apache.sling.ide.eclipse-m2e-ui;singleton:=true Bundle-Activator: org.apache.sling.ide.eclipse.m2e.internal.Activator -Bundle-Version: 1.1.1.qualifier +Bundle-Version: 1.2.0 Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-ClassPath: . Require-Bundle: org.eclipse.m2e.core;bundle-version="1.4.0", diff --git a/eclipse-m2e-ui/pom.xml b/eclipse-m2e-ui/pom.xml index 889fd70..d00faa1 100644 --- a/eclipse-m2e-ui/pom.xml +++ b/eclipse-m2e-ui/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.eclipse-m2e-ui</artifactId> <packaging>eclipse-plugin</packaging> diff --git a/eclipse-sightly-core/META-INF/MANIFEST.MF b/eclipse-sightly-core/META-INF/MANIFEST.MF index 521c1cd..f7dbbf8 100644 --- a/eclipse-sightly-core/META-INF/MANIFEST.MF +++ b/eclipse-sightly-core/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.apache.sling.ide.eclipse-sightly-core;singleton:=true -Bundle-Version: 1.1.1.qualifier +Bundle-Version: 1.2.0 Bundle-Activator: org.apache.sling.ide.eclipse.sightly.internal.Activator Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.7 diff --git a/eclipse-sightly-core/pom.xml b/eclipse-sightly-core/pom.xml index 58410d5..b3efd22 100644 --- a/eclipse-sightly-core/pom.xml +++ b/eclipse-sightly-core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.eclipse-sightly-core</artifactId> <packaging>eclipse-plugin</packaging> diff --git a/eclipse-sightly-ui/META-INF/MANIFEST.MF b/eclipse-sightly-ui/META-INF/MANIFEST.MF index 751c82a..7d8dee1 100644 --- a/eclipse-sightly-ui/META-INF/MANIFEST.MF +++ b/eclipse-sightly-ui/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.apache.sling.ide.eclipse-sightly-ui;singleton:=true -Bundle-Version: 1.1.1.qualifier +Bundle-Version: 1.2.0 Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.eclipse.core.runtime, diff --git a/eclipse-sightly-ui/pom.xml b/eclipse-sightly-ui/pom.xml index a23e539..75b4af1 100644 --- a/eclipse-sightly-ui/pom.xml +++ b/eclipse-sightly-ui/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.eclipse-sightly-ui</artifactId> <packaging>eclipse-plugin</packaging> diff --git a/eclipse-test/META-INF/MANIFEST.MF b/eclipse-test/META-INF/MANIFEST.MF index 905f7d1..5ca7c96 100644 --- a/eclipse-test/META-INF/MANIFEST.MF +++ b/eclipse-test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Sling IDE Tools: Eclipse Tests Bundle-SymbolicName: org.apache.sling.ide.eclipse-test -Bundle-Version: 1.1.1.qualifier +Bundle-Version: 1.2.0 Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.junit, org.eclipse.core.runtime, diff --git a/eclipse-test/pom.xml b/eclipse-test/pom.xml index 169dddc..0e4539e 100644 --- a/eclipse-test/pom.xml +++ b/eclipse-test/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.eclipse-test</artifactId> <packaging>eclipse-test-plugin</packaging> diff --git a/eclipse-ui/META-INF/MANIFEST.MF b/eclipse-ui/META-INF/MANIFEST.MF index 5548932..dfc8f78 100644 --- a/eclipse-ui/META-INF/MANIFEST.MF +++ b/eclipse-ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Slingclipse-WST-plugin Bundle-SymbolicName: org.apache.sling.ide.eclipse-ui;singleton:=true Bundle-Activator: org.apache.sling.ide.eclipse.ui.internal.Activator -Bundle-Version: 1.1.1.qualifier +Bundle-Version: 1.2.0 Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-ClassPath: ., lib/decentxml-1.4.jar diff --git a/eclipse-ui/pom.xml b/eclipse-ui/pom.xml index 2ae4618..2d7c8e8 100644 --- a/eclipse-ui/pom.xml +++ b/eclipse-ui/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.eclipse-ui</artifactId> <packaging>eclipse-plugin</packaging> diff --git a/feature/feature.xml b/feature/feature.xml index 58048fa..71620d5 100644 --- a/feature/feature.xml +++ b/feature/feature.xml @@ -18,7 +18,7 @@ <feature id="org.apache.sling.ide.feature" label="Sling IDE Tools" - version="1.1.1.qualifier" + version="1.2.0" provider-name="The Apache Foundation"> <license url="http://www.apache.org/licenses/LICENSE-2.0"> diff --git a/feature/pom.xml b/feature/pom.xml index 254b83a..ad1f6ca 100644 --- a/feature/pom.xml +++ b/feature/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.feature</artifactId> <packaging>eclipse-feature</packaging> diff --git a/impl-resource-test/pom.xml b/impl-resource-test/pom.xml index 1a32fa0..39c7ff6 100644 --- a/impl-resource-test/pom.xml +++ b/impl-resource-test/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.impl-resource-test</artifactId> <name>Apache Sling IDE Tools Resource-based Implementation Tests</name> diff --git a/impl-resource/META-INF/MANIFEST.MF b/impl-resource/META-INF/MANIFEST.MF index ab9b591..a2c2c20 100644 --- a/impl-resource/META-INF/MANIFEST.MF +++ b/impl-resource/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Slingclipse-http Bundle-SymbolicName: org.apache.sling.ide.impl-resource -Bundle-Version: 1.1.1.qualifier +Bundle-Version: 1.2.0 Require-Bundle: org.eclipse.core.runtime, org.apache.sling.ide.api;bundle-version="0.0.1", org.apache.commons.httpclient;bundle-version="3.1.0", diff --git a/impl-resource/pom.xml b/impl-resource/pom.xml index 17ace3a..8f7d14c 100644 --- a/impl-resource/pom.xml +++ b/impl-resource/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.impl-resource</artifactId> <packaging>eclipse-plugin</packaging> diff --git a/impl-vlt-test/pom.xml b/impl-vlt-test/pom.xml index 26729f8..8147c6b 100644 --- a/impl-vlt-test/pom.xml +++ b/impl-vlt-test/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.impl-vlt-test</artifactId> <name>Apache Sling IDE Tools FileVault Implementation Tests</name> diff --git a/impl-vlt/META-INF/MANIFEST.MF b/impl-vlt/META-INF/MANIFEST.MF index 03cdfb0..05cd42e 100644 --- a/impl-vlt/META-INF/MANIFEST.MF +++ b/impl-vlt/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.apache.sling.ide.impl-vlt;singleton:=true -Bundle-Version: 1.1.1.qualifier +Bundle-Version: 1.2.0 Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.eclipse.equinox.ds;bundle-version="1.2.1", diff --git a/impl-vlt/pom.xml b/impl-vlt/pom.xml index d7b50a8..ce4a959 100644 --- a/impl-vlt/pom.xml +++ b/impl-vlt/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.impl-vlt</artifactId> <packaging>eclipse-plugin</packaging> diff --git a/m2e-feature/feature.xml b/m2e-feature/feature.xml index 72cf550..f4dedc9 100644 --- a/m2e-feature/feature.xml +++ b/m2e-feature/feature.xml @@ -18,7 +18,7 @@ <feature id="org.apache.sling.ide.m2e-feature" label="Sling IDE Tools - Maven Integration (Optional)" - version="1.1.1.qualifier" + version="1.2.0" provider-name="The Apache Foundation"> <license url="http://www.apache.org/licenses/LICENSE-2.0"> diff --git a/m2e-feature/pom.xml b/m2e-feature/pom.xml index 0047844..d895a22 100644 --- a/m2e-feature/pom.xml +++ b/m2e-feature/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.m2e-feature</artifactId> <packaging>eclipse-feature</packaging> diff --git a/p2update/pom.xml b/p2update/pom.xml index be5f24d..8762820 100644 --- a/p2update/pom.xml +++ b/p2update/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.p2update</artifactId> <packaging>eclipse-repository</packaging> diff --git a/pom.xml b/pom.xml index 3050076..17db8c1 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> <packaging>pom</packaging> <name>Apache Sling IDE Tools</name> <url>http://sling.apache.org</url> diff --git a/sightly-feature/feature.xml b/sightly-feature/feature.xml index 753df10..66534ec 100644 --- a/sightly-feature/feature.xml +++ b/sightly-feature/feature.xml @@ -18,7 +18,7 @@ <feature id="org.apache.sling.ide.sightly-feature" label="Sling IDE Tools - Sightly Integration (Optional)" - version="1.1.1.qualifier" + version="1.2.0" provider-name="The Apache Foundation"> <license url="http://www.apache.org/licenses/LICENSE-2.0"> diff --git a/sightly-feature/pom.xml b/sightly-feature/pom.xml index f2b419c..fbecb02 100644 --- a/sightly-feature/pom.xml +++ b/sightly-feature/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.sightly-feature</artifactId> <packaging>eclipse-feature</packaging> diff --git a/source-bundle/pom.xml b/source-bundle/pom.xml index 88a0a79..db7f0aa 100644 --- a/source-bundle/pom.xml +++ b/source-bundle/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.source-bundle</artifactId> diff --git a/target-definition/pom.xml b/target-definition/pom.xml index 6e4187b..4a79345 100644 --- a/target-definition/pom.xml +++ b/target-definition/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.target-definition</artifactId> diff --git a/vlt-wrapper/META-INF/MANIFEST.MF b/vlt-wrapper/META-INF/MANIFEST.MF index 0aa0057..7b28656 100644 --- a/vlt-wrapper/META-INF/MANIFEST.MF +++ b/vlt-wrapper/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.apache.sling.ide.vlt-wrapper -Bundle-Version: 1.1.1.qualifier +Bundle-Version: 1.2.0 Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-ClassPath: ., diff --git a/vlt-wrapper/pom.xml b/vlt-wrapper/pom.xml index fab0b95..fde6f4d 100644 --- a/vlt-wrapper/pom.xml +++ b/vlt-wrapper/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>org.apache.sling.ide.vlt-wrapper</artifactId> <packaging>eclipse-plugin</packaging> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
