Changeset 5934
- Timestamp:
- 01/21/15 08:03:44 (10 years ago)
- Location:
- ComponentRegistry/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ComponentRegistry/trunk/ComponentRegistry/pom.xml
r5929 r5934 330 330 <artifactId>guava</artifactId> 331 331 <version>16.0.1</version> 332 </dependency> 333 <dependency> 334 <groupId>org.json</groupId> 335 <artifactId>json</artifactId> 336 <version>20090211</version> 332 337 </dependency> 333 338 </dependencies> -
ComponentRegistry/trunk/INSTALL
r2537 r5934 66 66 * eu.clarin.cmdi.componentregistry.component2SchemaXslUrl 67 67 * eu.clarin.cmdi.componentregistry.componentSpecSchemaLocation 68 * eu.clarin.cmdi.componentregistry. isocatRestUrl68 * eu.clarin.cmdi.componentregistry.ccrRestUrl -
ComponentRegistry/trunk/UPDATE
r5882 r5934 33 33 context.xml or application context fragment, as it is now provided within the web.xml 34 34 of the application itself. 35 36 37 === 1.14.5 === 38 39 The context parameter eu.clarin.cmdi.componentregistry.isocatRestUrl has been replaced 40 with the new parameter eu.clarin.cmdi.componentregistry.ccrRestUrl. An example 41 configuration with the default value for the new parameter is: 42 43 44 <Parameter 45 name="eu.clarin.cmdi.componentregistry.ccrRestUrl" 46 value="https://openskos.meertens.knaw.nl/ccr/api/"/> 35 47 36 48 === 1.14.2 ===
Note: See TracChangeset
for help on using the changeset viewer.