branch for 3.2 release

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/branches/common/common-scope-maps/1.0@97016 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Andrea Manzi 2014-06-06 15:02:13 +00:00
parent d2ed86f379
commit cd28d227d6
6 changed files with 21 additions and 3 deletions

View File

@ -22,12 +22,12 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>

View File

@ -2,4 +2,7 @@
<Changeset component="${build.finalName}" date="2013-01-11"> <Changeset component="${build.finalName}" date="2013-01-11">
<Change>First Release</Change> <Change>First Release</Change>
</Changeset> </Changeset>
<Changeset component="${build.finalName}" date="2014-06-06">
<Change>added maps for Social ISTI</Change>
</Changeset>
</ReleaseNotes> </ReleaseNotes>

View File

@ -8,7 +8,7 @@
</parent> </parent>
<groupId>org.gcube.core</groupId> <groupId>org.gcube.core</groupId>
<artifactId>common-scope-maps</artifactId> <artifactId>common-scope-maps</artifactId>
<version>1.0.1-SNAPSHOT</version> <version>1.0.2-SNAPSHOT</version>
<name>Common ScopeMaps</name> <name>Common ScopeMaps</name>
<scm> <scm>

View File

@ -0,0 +1,5 @@
<service-map scope='/CNR.it' version="${project.version}">
<services>
<service name='XQueryAccessService' endpoint='http://node1-si.isti.cnr.it:8080/wsrf/services/gcube/informationsystem/collector/XQueryAccess' />
</services>
</service-map>

View File

@ -0,0 +1,5 @@
<service-map scope='/CNR.it/ISTI' version="${project.version}">
<services>
<service name='XQueryAccessService' endpoint='http://node5-si.isti.cnr.it:8080/wsrf/services/gcube/informationsystem/collector/XQueryAccess' />
</services>
</service-map>

View File

@ -0,0 +1,5 @@
<service-map scope='/gcube/secureVO' version="${project.version}">
<services>
<service name='XQueryAccessService' endpoint='https://node2.tsec.d4science.research-infrastructures.eu:8443/wsrf/services/gcube/informationsystem/collector/XQueryAccess' />
</services>
</service-map>