Skip to content

Commit

Permalink
Mapping to CLARIN-IT (acdh-oeaw#14)
Browse files Browse the repository at this point in the history
Requiring a space after "ILC" in the collection name. Also brings beta up to date with master branch. Version to 1.1.1-beta.
  • Loading branch information
twagoo authored Jul 18, 2017
1 parent 6c66983 commit 47adcfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>vlo-mapping</artifactId>
<version>1.1.0-beta2</version>
<version>1.1.1-beta1</version>
<packaging>jar</packaging>

<name>VLO mapping definitions</name>
Expand Down
4 changes: 2 additions & 2 deletions uniform-maps/nationalProjectsMapping.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</mapping>
<mapping>
<normalizedValue value="CLARIN-IT"/>
<variant value="ILC.*" isRegExp="true"/>
<variant value="ILC .*" isRegExp="true"/>
</mapping>
<mapping>
<normalizedValue value="CLARIN-NL"/>
Expand Down Expand Up @@ -62,4 +62,4 @@
<variant value="LRT + Open Submissions Data &amp; Tools"/>
<variant value="LINDAT / CLARIN.*" isRegExp="true"/>
</mapping>
</mappings>
</mappings>

0 comments on commit 47adcfd

Please sign in to comment.