From 5e1e1c871670229e50712d80a07a4e2c89147feb Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 15 Feb 2018 15:46:49 +0000 Subject: [PATCH] Upgraded version and added missing distro directory after release 4.10.0 refs #10754. git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-schema-client@163311 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/LICENSE | 4 +++ distro/README | 66 ++++++++++++++++++++++++++++++++++++++++++++ distro/changelog.xml | 10 +++++++ distro/profile.xml | 28 +++++++++++++++++++ pom.xml | 2 +- 5 files changed, 109 insertions(+), 1 deletion(-) create mode 100644 distro/LICENSE create mode 100644 distro/README create mode 100644 distro/changelog.xml create mode 100644 distro/profile.xml diff --git a/distro/LICENSE b/distro/LICENSE new file mode 100644 index 0000000..cdf50bd --- /dev/null +++ b/distro/LICENSE @@ -0,0 +1,4 @@ +gCube System - License +------------------------------------------------------------ + +${gcube.license} \ No newline at end of file diff --git a/distro/README b/distro/README new file mode 100644 index 0000000..0f38943 --- /dev/null +++ b/distro/README @@ -0,0 +1,66 @@ +The gCube System - ${name} +-------------------------------------------------- + +${description} + + +${gcube.description} + +${gcube.funding} + + +Version +-------------------------------------------------- + +${version} (${buildDate}) + +Please see the file named "changelog.xml" in this directory for the release notes. + + +Authors +-------------------------------------------------- + +* Luca Frosini (luca.frosini-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). + + +Maintainers +----------- + +* Luca Frosini (luca.frosini-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). + + +Download information +-------------------------------------------------- + +Source code is available from SVN: + ${scm.url} + +Binaries can be downloaded from the gCube website: + ${gcube.website} + + +Installation +-------------------------------------------------- + +Installation documentation is available on-line in the gCube Wiki: + ${gcube.wikiRoot}/Information_System_Resource_Registry + + +Documentation +-------------------------------------------------- + +Documentation is available on-line in the gCube Wiki: + ${gcube.wikiRoot}/Information_System_Resource_Registry + + +Support +-------------------------------------------------- + +Bugs and support requests can be reported in the gCube issue tracking tool: + ${gcube.issueTracking} + + +Licensing +-------------------------------------------------- + +This software is licensed under the terms you may find in the file named "LICENSE" in this directory. diff --git a/distro/changelog.xml b/distro/changelog.xml new file mode 100644 index 0000000..93cfd50 --- /dev/null +++ b/distro/changelog.xml @@ -0,0 +1,10 @@ + + + + + + + + First Release + + \ No newline at end of file diff --git a/distro/profile.xml b/distro/profile.xml new file mode 100644 index 0000000..1e5db40 --- /dev/null +++ b/distro/profile.xml @@ -0,0 +1,28 @@ + + + + + Service + + ${description} + ${serviceClass} + ${artifactId} + 1.0.0 + + + ${description} + ${artifactId} + ${version} + + ${groupId} + ${artifactId} + ${version} + + Library + + ${build.finalName}.${project.packaging} + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index c86da35..f01a5c8 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.gcube.information-system resource-registry-schema-client - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT Resource Registry Schema Client Contains Non Idempotent API to manage Schemas in Resource Registry