Skip to content

Commit

Permalink
Merge pull request #67 from romaintailhurat/master
Browse files Browse the repository at this point in the history
Adding `ans` to measure units
  • Loading branch information
loichenninger authored Jul 1, 2022
2 parents d3c099e + ff28112 commit 77d898e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>fr.insee</groupId>
<artifactId>DDI-Access-Services</artifactId>
<packaging>war</packaging>
<version>1.0.3</version>
<version>1.0.4</version>
<name>DDI-Access-Services</name>

<properties>
Expand Down
10 changes: 8 additions & 2 deletions src/main/resources/measure-units.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@
},
{
"uri": "http://id.insee.fr/unit/annee",
"label": "années"
"label": "années",
"note": "To be replaced by http://id.insee.fr/unit/an"
},
{
"uri": "http://id.insee.fr/unit/an",
"label": "ans",
"note": "Replace http://id.insee.fr/unit/annee"
},
{
"uri": "http://id.insee.fr/unit/watt",
Expand Down Expand Up @@ -87,4 +93,4 @@
"uri": "http://id.insee.fr/unit/metrecarre",
"label": "mètres carrés"
}
]
]

0 comments on commit 77d898e

Please sign in to comment.