From bb4945134791cfc4f3e9a6a208c9b0ae060137f7 Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Mon, 31 Oct 2016 15:19:01 +0000 Subject: [PATCH] Added XML doctype. Imported information-system-bom in dependency management. git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@133762 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 2 ++ distro/descriptor.xml | 4 ++-- distro/profile.xml | 1 + pom.xml | 7 +++++++ 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index 64a3df1..e2c5222 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,3 +1,5 @@ + + First Release diff --git a/distro/descriptor.xml b/distro/descriptor.xml index 089683d..2f600d7 100644 --- a/distro/descriptor.xml +++ b/distro/descriptor.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd"> servicearchive tar.gz diff --git a/distro/profile.xml b/distro/profile.xml index 014ca47..4074c9c 100644 --- a/distro/profile.xml +++ b/distro/profile.xml @@ -1,4 +1,5 @@ + Service diff --git a/pom.xml b/pom.xml index 00acfc5..38af20b 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,13 @@ pom import + + org.gcube.information-system + information-system-bom + 1.0.0-SNAPSHOT + pom + import +