diff --git a/README.md b/README.md index c0cada7..4bf659f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ [![Build Status](https://github.com/arsysop/svn/workflows/CI/badge.svg)](https://github.com/arsysop/svn/actions) [![Hits-of-Code](https://hitsofcode.com/github/arsysop/svn?branch=main)](https://hitsofcode.com/githubarsysop/svn?branch=main/view?branch=main) +###### Installation + +1. Open Eclipse Install wizard via "Help -> Install New Software" +2. Add `https://arsysop.github.io/svn/release/` to Location field +3. Complete the wizard + ###### License Copyright (c) 2023, 2025 ArSysOp diff --git a/bundles/ru.arsysop.svn.connector.svnkit1_10/META-INF/MANIFEST.MF b/bundles/ru.arsysop.svn.connector.svnkit1_10/META-INF/MANIFEST.MF index 8a9743e..26d688b 100644 --- a/bundles/ru.arsysop.svn.connector.svnkit1_10/META-INF/MANIFEST.MF +++ b/bundles/ru.arsysop.svn.connector.svnkit1_10/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Automatic-Module-Name: ru.arsysop.svn.connector.svnkit1_10 Bundle-ManifestVersion: 2 Bundle-SymbolicName: ru.arsysop.svn.connector.svnkit1_10;singleton:=true -Bundle-Version: 0.1.0.qualifier +Bundle-Version: 1.0.0.qualifier Bundle-Name: %Bundle-Name Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: JavaSE-11 diff --git a/features/ru.arsysop.svn.connectors.svnkit1_10.feature/feature.xml b/features/ru.arsysop.svn.connectors.svnkit1_10.feature/feature.xml index 1bbbc2c..112085d 100644 --- a/features/ru.arsysop.svn.connectors.svnkit1_10.feature/feature.xml +++ b/features/ru.arsysop.svn.connectors.svnkit1_10.feature/feature.xml @@ -22,10 +22,10 @@ + license-feature-version="1.0.0.qualifier"> %feature.description diff --git a/features/ru.arsysop.svn.license.feature/feature.xml b/features/ru.arsysop.svn.license.feature/feature.xml index 9681d70..1ca6d98 100644 --- a/features/ru.arsysop.svn.license.feature/feature.xml +++ b/features/ru.arsysop.svn.license.feature/feature.xml @@ -23,7 +23,7 @@ @@ -31,7 +31,7 @@ - Copyright (c) 2020-2023 ArSysOp + Copyright (c) 2020-2025 ArSysOp diff --git a/pom.xml b/pom.xml index f0c185b..53c950e 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ ru.arsysop.svn ru.arsysop.svn.parent - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT ./releng/ru.arsysop.svn.parent diff --git a/releng/ru.arsysop.svn.aggregator/pom.xml b/releng/ru.arsysop.svn.aggregator/pom.xml index d7163b4..5db45dc 100644 --- a/releng/ru.arsysop.svn.aggregator/pom.xml +++ b/releng/ru.arsysop.svn.aggregator/pom.xml @@ -28,7 +28,7 @@ 4.0.0 ru.arsysop.svn ru.arsysop.svn.aggregator - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT pom diff --git a/releng/ru.arsysop.svn.parent/pom.xml b/releng/ru.arsysop.svn.parent/pom.xml index 0663ef4..5873142 100644 --- a/releng/ru.arsysop.svn.parent/pom.xml +++ b/releng/ru.arsysop.svn.parent/pom.xml @@ -28,7 +28,7 @@ 4.0.0 ru.arsysop.svn ru.arsysop.svn.parent - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT pom diff --git a/tests/ru.arsysop.svn.connector.svnkit1_10.tests/META-INF/MANIFEST.MF b/tests/ru.arsysop.svn.connector.svnkit1_10.tests/META-INF/MANIFEST.MF index 6c43797..1d41333 100644 --- a/tests/ru.arsysop.svn.connector.svnkit1_10.tests/META-INF/MANIFEST.MF +++ b/tests/ru.arsysop.svn.connector.svnkit1_10.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Automatic-Module-Name: ru.arsysop.svn.connector.svnkit1_10.tests Bundle-ManifestVersion: 2 Bundle-SymbolicName: ru.arsysop.svn.connector.svnkit1_10.tests;singleton:=true -Bundle-Version: 0.1.0.qualifier +Bundle-Version: 1.0.0.qualifier Bundle-ClassPath: . Bundle-Name: %Bundle-Name Bundle-Vendor: %Bundle-Vendor