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