Skip to content

Commit

Permalink
97: Update CO2CarDemo based on CLDR
Browse files Browse the repository at this point in the history
Task-Url: #97
  • Loading branch information
keilw committed Dec 6, 2020
1 parent 0414d53 commit b156140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion domain/energy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<Specification-Title>Units of Measurement Energy Demos</Specification-Title>
<Specification-Version>${project.version}</Specification-Version>
<Specification-Vendor>${project.organization.name}</Specification-Vendor>
<Implementation-Vendor>Unit-API contributors</Implementation-Vendor>
<Implementation-Vendor>Units of Measurement contributors</Implementation-Vendor>
<Implementation-URL>${project.organization.url}</Implementation-URL>
</manifestEntries>
</archive>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
<project.build.javaVersion>${jdkVersion}</project.build.javaVersion>
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
<ri.version>2.1</ri.version>
<jsr.version>2.1.1</jsr.version>
<ri.version>2.1.1</ri.version>
<lib.version>2.1</lib.version>
<si.version>2.1-SNAPSHOT</si.version>
<systems.version>2.1-SNAPSHOT</systems.version>
Expand Down

0 comments on commit b156140

Please sign in to comment.