This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 2_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit d5035a0d2a57e68c32e7dd5e278f1c8069012ad5 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Fri Sep 11 08:50:08 2020 +0200 Updating Eclipse files for release --- .../bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF | 2 +- .../bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF | 2 +- ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF index 1b7ddd1..e69a3cf 100644 --- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF +++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Apache Syncope Eclipse Plugin Bundle-SymbolicName: org.apache.syncope.ide.eclipse.plugin;singleton:=true -Bundle-Version: 2.1.7.qualifier +Bundle-Version: 2.1.7 Bundle-Activator: org.apache.syncope.ide.eclipse.plugin.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF index 4739641..919e9ce 100644 --- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF +++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: org.apache.syncope.ide.eclipse.tests Bundle-SymbolicName: org.apache.syncope.ide.eclipse.tests;singleton:=true -Bundle-Version: 2.1.7.qualifier +Bundle-Version: 2.1.7 Bundle-ActivationPolicy: lazy Bundle-Vendor: Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml b/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml index 90cd803..2a643b5 100644 --- a/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml +++ b/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml @@ -18,7 +18,7 @@ specific language governing permissions and limitations under the License. --> <site> - <bundle id="org.apache.syncope.ide.eclipse.plugin" version="2.1.7.qualifier"> + <bundle id="org.apache.syncope.ide.eclipse.plugin" version="2.1.7"> <category name="apachesyncope"/> </bundle> <category-def name="apachesyncope" label="Apache Syncope">
