Skip to content

Commit

Permalink
324: Quantities#getQuantity(CharSequence) doesn't work with
Browse files Browse the repository at this point in the history
Dimensionless quantities

Task-Url: unitsofmeasurement/indriya#324
  • Loading branch information
keilw committed Feb 14, 2021
1 parent 2950b58 commit 57aa60b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>pom</packaging>
<name>Units of Measurement Parent</name>
<description>Units of Measurement Project Parent POM</description>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<organization>
<name>Units of Measurement</name>
<url>https://unitsofmeasurement.github.io/</url>
Expand Down Expand Up @@ -38,21 +38,23 @@
<maven.clean.version>3.1.0</maven.clean.version>
<maven.compiler.version>3.8.1</maven.compiler.version>
<maven.deploy.version>3.0.0-M1</maven.deploy.version>
<maven.enforcer.version>3.0.0-M3</maven.enforcer.version>
<maven.install.version>3.0.0-M1</maven.install.version>
<maven.jar.version>3.2.0</maven.jar.version>
<maven.javadoc.version>3.2.0</maven.javadoc.version>
<maven.pmd.version>3.14.0</maven.pmd.version>
<maven.processor.version>4.3</maven.processor.version>
<maven.release.version>3.0.0-M1</maven.release.version>
<maven.resources.version>3.2.0</maven.resources.version>
<maven.site.version>3.9.1</maven.site.version>
<maven.source.version>3.2.1</maven.source.version>
<maven.surefire.version>2.22.2</maven.surefire.version>
<maven.war.version>3.2.0</maven.war.version>
<maven.processor.version>4.3</maven.processor.version>
<maven.toolchains.version>3.0.0</maven.toolchains.version>
<maven.war.version>3.3.1</maven.war.version>
<felix.plugin.version>4.2.1</felix.plugin.version>
<!-- Note 5.1.1 has a bug that erases the Automatic-Module-Name, do not use till solved -->
<formatter.plugin.version>2.13.0</formatter.plugin.version>
<license.plugin.version>4.0.rc2</license.plugin.version>
<!-- Note 5.1.1 has a bug that erases the Automatic-Module-Name, do not
use till solved -->
<license.plugin.version>4.0.rc2</license.plugin.version>
<jacoco.plugin.version>0.8.6</jacoco.plugin.version>
<!-- Test settings -->
<junit.jupiter.version>5.7.1</junit.jupiter.version>
Expand Down Expand Up @@ -395,7 +397,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version>
<version>${maven.enforcer.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -563,4 +565,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>

0 comments on commit 57aa60b

Please sign in to comment.