Skip to content

Commit

Permalink
[#138] Bump version to 1.0.0 (#139)
Browse files Browse the repository at this point in the history
* [#138] Bump version to 1.0.0

* [#138] Bump version to 1.0.0
  • Loading branch information
ruspl-afed authored Jan 12, 2025
1 parent 3b22fca commit 037bf19
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<feature
id="ru.arsysop.svn.connectors.svnkit1_10.feature"
label="%feature.name"
version="0.1.0.qualifier"
version="1.0.0.qualifier"
provider-name="%feature.vendor"
license-feature="ru.arsysop.svn.license.feature"
license-feature-version="0.1.0.qualifier">
license-feature-version="1.0.0.qualifier">

<description>
%feature.description
Expand Down
4 changes: 2 additions & 2 deletions features/ru.arsysop.svn.license.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<feature
id="ru.arsysop.svn.license.feature"
label="ArSysOp SVN License Feature"
version="0.1.0.qualifier"
version="1.0.0.qualifier"
provider-name="ArSysOp">

<description>
ArSysOp Tinplate IDE License
</description>

<copyright>
Copyright (c) 2020-2023 ArSysOp
Copyright (c) 2020-2025 ArSysOp
</copyright>

<license url="%licenseURL">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>ru.arsysop.svn</groupId>
<artifactId>ru.arsysop.svn.parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>./releng/ru.arsysop.svn.parent</relativePath>
</parent>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion releng/ru.arsysop.svn.aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ru.arsysop.svn</groupId>
<artifactId>ru.arsysop.svn.aggregator</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion releng/ru.arsysop.svn.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ru.arsysop.svn</groupId>
<artifactId>ru.arsysop.svn.parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 037bf19

Please sign in to comment.