commit 6ad8eca500c31eb2badf509b23fb369ef43304ff Author: Luca Frosini Date: Tue Jun 21 15:54:29 2016 +0000 Created gcube-bom git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/gcube-smartgears-bom@129232 82a268e6-3cf1-43bd-a215-b396298e98cf diff --git a/.project b/.project new file mode 100644 index 0000000..08d3405 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + maven-smartgears-bom + + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + + diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..99f26c0 --- /dev/null +++ b/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000..8001ec0 --- /dev/null +++ b/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,5 @@ +#Fri Sep 06 18:21:16 CEST 2013 +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..4d0bc27 --- /dev/null +++ b/pom.xml @@ -0,0 +1,63 @@ + + 4.0.0 + + maven-parent + org.gcube.tools + 1.0.0 + + org.gcube.distribution + gcube-smartgears-bom + ${bom.version} + pom + Maven BOM for the Smartgears FW + + + 1.0.0-SNAPSHOT + + + + + + + org.gcube.distribution + gcube-bom + 1.0.0-SNAPSHOT + pom + import + + + + org.gcube.core + common-smartgears + [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT) + provided + + + org.gcube.core + common-smartgears-app + [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) + compile + + + org.gcube.core + common-events + [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) + provided + + + org.gcube.core + common-configuration-scanner + [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) + provided + + + org.gcube.core + common-validator + [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) + provided + + + + + \ No newline at end of file