Changeset 669


Ignore:
Timestamp:
09/06/10 07:33:16 (14 years ago)
Author:
patdui
Message:

bumped versions

Location:
ComponentRegistry/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentBrowserGui/pom.xml

    r667 r669  
    88        <groupId>clarin.cmdi</groupId>
    99        <artifactId>ComponentBrowserGui</artifactId>
    10         <version>1.5</version>
     10        <version>1.6-SNAPSHOT</version>
    1111        <packaging>swf</packaging>
    1212        <name>ComponentBrowserGui</name>
  • ComponentRegistry/trunk/ComponentRegistry/pom.xml

    r667 r669  
    55  <artifactId>ComponentRegistry</artifactId>
    66  <packaging>${packaging}</packaging>
    7   <version>1.5</version>
     7  <version>1.6-SNAPSHOT</version>
    88  <name>ComponentRegistry</name>
    99  <description>
     
    157157    <isocatSearchUrl>http://www.isocat.org/rest/user/guest/search</isocatSearchUrl>
    158158    <registryRoot>/tmp/ComponentRegistry</registryRoot> <!-- /Users/patdui/Workspace/Clarin/MyRegistry -->
    159     <ComponentBrowserGuiVersion>1.5</ComponentBrowserGuiVersion>
     159    <ComponentBrowserGuiVersion>1.6-SNAPSHOT</ComponentBrowserGuiVersion>
    160160    <ComponentRegistrySwfName>${pom.artifactId}-${ComponentBrowserGuiVersion}</ComponentRegistrySwfName>
    161161    <cmdiSchemaDir>../../metadata/toolkit/</cmdiSchemaDir>
  • ComponentRegistry/trunk/ComponentRegistry/src/main/webapp/WEB-INF/shhaa.xml

    r667 r669  
    1414                        <username>anonymous</username>
    1515                </fallback>
    16 <!--            <sso action="lI">http://lux16.mpi.nl/Shibboleth.sso/Login</sso> -->
    17 <!--            <slo action="lO">http://lux16.mpi.nl/Shibboleth.sso/Logout</slo>-->
     16        <sso action="lI">http://lux16.mpi.nl/Shibboleth.sso/Login</sso>
     17                <slo action="lO">http://lux16.mpi.nl/Shibboleth.sso/Logout</slo>
    1818   
    19     <sso action="lI">https://catalog.clarin.eu/Shibboleth.sso/Login</sso>
    20     <slo action="lO">https://catalog.clarin.eu/Shibboleth.sso/Logout</slo>
     19<!--    <sso action="lI">https://catalog.clarin.eu/Shibboleth.sso/Login</sso> -->
     20<!--    <slo action="lO">https://catalog.clarin.eu/Shibboleth.sso/Logout</slo>-->
    2121         
    2222        </authentication>
Note: See TracChangeset for help on using the changeset viewer.