Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

Commit a8abb86

Browse files
committed
1 parent 7504cb0 commit a8abb86

2 files changed

Lines changed: 130 additions & 130 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Dependencies
77
------------
88

99
* The final version version (`1.0`) of the [JSR 363 API](../../../unit-api)
10-
* Latest version (`1.0.5-SNAPSHOT`) of the [SE Port](../../../uom-se)
11-
* **UCUM** [System](../../../uom-systems) (`0.7-SNAPSHOT`)
10+
* Latest version (`1.0.5`) of the [SE Port](../../../uom-se)
11+
* **UCUM** [System](../../../uom-systems) (`0.7`)
1212

1313
Provided in JFrog OSS Snapshot repo, JCenter or MavenCentral (Sonatype).

pom.xml

Lines changed: 128 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -1,128 +1,128 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4-
5-
<modelVersion>4.0.0</modelVersion>
6-
<parent>
7-
<version>4.0.1</version>
8-
<artifactId>opower-parent</artifactId>
9-
<groupId>com.opower</groupId>
10-
</parent>
11-
<groupId>com.opower.unitsofmeasure</groupId>
12-
<artifactId>jackson-module-unitsofmeasure</artifactId>
13-
<packaging>jar</packaging>
14-
<version>1.3.5-SNAPSHOT</version>
15-
16-
<name>Jackson Units of Measurement Module</name>
17-
<description>Contains custom serializers and deserializers for JSR 363.</description>
18-
19-
<!-- ======================================================= -->
20-
<!-- Build Settings -->
21-
<!-- ======================================================= -->
22-
<properties>
23-
<project.build.javaVersion>1.8</project.build.javaVersion>
24-
<jdkVersion>1.8</jdkVersion>
25-
<maven.compile.targetLevel>1.6</maven.compile.targetLevel>
26-
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
27-
<api.version>1.0</api.version>
28-
<impl.version>1.0.5-SNAPSHOT</impl.version>
29-
<lib.version>1.0</lib.version> <!-- currently unused -->
30-
<ucum.version>0.7-SNAPSHOT</ucum.version>
31-
<jackson.version>2.2.2</jackson.version>
32-
<junit.version>4.12</junit.version>
33-
</properties>
34-
35-
<dependencies>
36-
<!-- =========================================================================================================== -->
37-
<!-- The units of measurement interface is in the javax.measure package. -->
38-
<!-- The implementation is provided by JSR 363 -->
39-
<!-- =========================================================================================================== -->
40-
<dependency>
41-
<groupId>javax.measure</groupId>
42-
<artifactId>unit-api</artifactId>
43-
<version>${api.version}</version>
44-
</dependency>
45-
<dependency>
46-
<groupId>tec.uom</groupId>
47-
<artifactId>uom-se</artifactId>
48-
<version>${impl.version}</version>
49-
</dependency>
50-
<dependency>
51-
<groupId>systems.uom</groupId>
52-
<artifactId>systems-quantity</artifactId>
53-
<version>${ucum.version}</version>
54-
</dependency>
55-
<dependency>
56-
<groupId>systems.uom</groupId>
57-
<artifactId>systems-ucum-java8</artifactId>
58-
<version>${ucum.version}</version>
59-
</dependency>
60-
61-
<!-- =========================================================================================================== -->
62-
<!-- Jackson library for JSON-parsing -->
63-
<!-- =========================================================================================================== -->
64-
<dependency>
65-
<groupId>com.fasterxml.jackson.core</groupId>
66-
<artifactId>jackson-core</artifactId>
67-
<version>${jackson.version}</version>
68-
</dependency>
69-
<dependency>
70-
<groupId>com.fasterxml.jackson.core</groupId>
71-
<artifactId>jackson-databind</artifactId>
72-
<version>${jackson.version}</version>
73-
</dependency>
74-
75-
<dependency>
76-
<groupId>junit</groupId>
77-
<artifactId>junit</artifactId>
78-
<version>${junit.version}</version>
79-
<scope>test</scope>
80-
</dependency>
81-
</dependencies>
82-
83-
<build>
84-
<plugins>
85-
<plugin>
86-
<groupId>org.apache.maven.plugins</groupId>
87-
<artifactId>maven-compiler-plugin</artifactId>
88-
<configuration>
89-
<source>${jdkVersion}</source>
90-
<target>${jdkVersion}</target>
91-
</configuration>
92-
</plugin>
93-
</plugins>
94-
<pluginManagement>
95-
<plugins>
96-
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
97-
<plugin>
98-
<groupId>org.eclipse.m2e</groupId>
99-
<artifactId>lifecycle-mapping</artifactId>
100-
<version>1.0.0</version>
101-
<configuration>
102-
<lifecycleMappingMetadata>
103-
<pluginExecutions>
104-
<pluginExecution>
105-
<pluginExecutionFilter>
106-
<groupId>org.jacoco</groupId>
107-
<artifactId>
108-
jacoco-maven-plugin
109-
</artifactId>
110-
<versionRange>
111-
[0.7.0.201403182114,)
112-
</versionRange>
113-
<goals>
114-
<goal>prepare-agent</goal>
115-
</goals>
116-
</pluginExecutionFilter>
117-
<action>
118-
<ignore></ignore>
119-
</action>
120-
</pluginExecution>
121-
</pluginExecutions>
122-
</lifecycleMappingMetadata>
123-
</configuration>
124-
</plugin>
125-
</plugins>
126-
</pluginManagement>
127-
</build>
128-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4+
5+
<modelVersion>4.0.0</modelVersion>
6+
<parent>
7+
<version>4.0.1</version>
8+
<artifactId>opower-parent</artifactId>
9+
<groupId>com.opower</groupId>
10+
</parent>
11+
<groupId>com.opower.unitsofmeasure</groupId>
12+
<artifactId>jackson-module-unitsofmeasure</artifactId>
13+
<packaging>jar</packaging>
14+
<version>1.3.5-SNAPSHOT</version>
15+
16+
<name>Jackson Units of Measurement Module</name>
17+
<description>Contains custom serializers and deserializers for JSR 363.</description>
18+
19+
<!-- ======================================================= -->
20+
<!-- Build Settings -->
21+
<!-- ======================================================= -->
22+
<properties>
23+
<project.build.javaVersion>1.8</project.build.javaVersion>
24+
<jdkVersion>1.8</jdkVersion>
25+
<maven.compile.targetLevel>1.6</maven.compile.targetLevel>
26+
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
27+
<api.version>1.0</api.version>
28+
<impl.version>1.0.5</impl.version>
29+
<lib.version>1.0</lib.version> <!-- currently unused -->
30+
<ucum.version>0.7</ucum.version>
31+
<jackson.version>2.2.2</jackson.version>
32+
<junit.version>4.12</junit.version>
33+
</properties>
34+
35+
<dependencies>
36+
<!-- =========================================================================================================== -->
37+
<!-- The units of measurement interface is in the javax.measure package. -->
38+
<!-- The implementation is provided by JSR 363 -->
39+
<!-- =========================================================================================================== -->
40+
<dependency>
41+
<groupId>javax.measure</groupId>
42+
<artifactId>unit-api</artifactId>
43+
<version>${api.version}</version>
44+
</dependency>
45+
<dependency>
46+
<groupId>tec.uom</groupId>
47+
<artifactId>uom-se</artifactId>
48+
<version>${impl.version}</version>
49+
</dependency>
50+
<dependency>
51+
<groupId>systems.uom</groupId>
52+
<artifactId>systems-quantity</artifactId>
53+
<version>${ucum.version}</version>
54+
</dependency>
55+
<dependency>
56+
<groupId>systems.uom</groupId>
57+
<artifactId>systems-ucum-java8</artifactId>
58+
<version>${ucum.version}</version>
59+
</dependency>
60+
61+
<!-- =========================================================================================================== -->
62+
<!-- Jackson library for JSON-parsing -->
63+
<!-- =========================================================================================================== -->
64+
<dependency>
65+
<groupId>com.fasterxml.jackson.core</groupId>
66+
<artifactId>jackson-core</artifactId>
67+
<version>${jackson.version}</version>
68+
</dependency>
69+
<dependency>
70+
<groupId>com.fasterxml.jackson.core</groupId>
71+
<artifactId>jackson-databind</artifactId>
72+
<version>${jackson.version}</version>
73+
</dependency>
74+
75+
<dependency>
76+
<groupId>junit</groupId>
77+
<artifactId>junit</artifactId>
78+
<version>${junit.version}</version>
79+
<scope>test</scope>
80+
</dependency>
81+
</dependencies>
82+
83+
<build>
84+
<plugins>
85+
<plugin>
86+
<groupId>org.apache.maven.plugins</groupId>
87+
<artifactId>maven-compiler-plugin</artifactId>
88+
<configuration>
89+
<source>${jdkVersion}</source>
90+
<target>${jdkVersion}</target>
91+
</configuration>
92+
</plugin>
93+
</plugins>
94+
<pluginManagement>
95+
<plugins>
96+
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
97+
<plugin>
98+
<groupId>org.eclipse.m2e</groupId>
99+
<artifactId>lifecycle-mapping</artifactId>
100+
<version>1.0.0</version>
101+
<configuration>
102+
<lifecycleMappingMetadata>
103+
<pluginExecutions>
104+
<pluginExecution>
105+
<pluginExecutionFilter>
106+
<groupId>org.jacoco</groupId>
107+
<artifactId>
108+
jacoco-maven-plugin
109+
</artifactId>
110+
<versionRange>
111+
[0.7.0.201403182114,)
112+
</versionRange>
113+
<goals>
114+
<goal>prepare-agent</goal>
115+
</goals>
116+
</pluginExecutionFilter>
117+
<action>
118+
<ignore></ignore>
119+
</action>
120+
</pluginExecution>
121+
</pluginExecutions>
122+
</lifecycleMappingMetadata>
123+
</configuration>
124+
</plugin>
125+
</plugins>
126+
</pluginManagement>
127+
</build>
128+
</project>

0 commit comments

Comments
 (0)