Skip to content

Commit

Permalink
1: Add domain model
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Aug 24, 2014
1 parent 8208481 commit 0ea6563
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apache License
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

Expand Down
2 changes: 1 addition & 1 deletion fitbit-client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.unitsofmeasurement.client</groupId>
<artifactId>fitbit-client</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>fitbit-client-api</artifactId>
<name>Units of Measurement Fitbit Client API</name>
Expand Down
2 changes: 1 addition & 1 deletion fitbit-client-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.unitsofmeasurement.client</groupId>
<artifactId>fitbit-client</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>fitbit-client-cdi</artifactId>
<name>Units of Measurement Fitbit Client CDI</name>
Expand Down
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- * Unit-API - Units of Measurement API for Java * Copyright 2014, Werner
Keil and individual * contributors by the @author tag. * * Licensed under
the Apache License, Version 2.0 (the "License"); * you may not use this file
except in compliance with the License. * You may obtain a copy of the License
at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable
law or agreed to in writing, software * distributed under the License is
distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. * See the License for the specific language
governing permissions and * limitations under the License. -->
<!-- Unit-API - Units of Measurement API for Java Copyright 2014, Werner
Keil and individual contributors by the @author tag. Licensed under
the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License
at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
law or agreed to in writing, software distributed under the License is
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<parent>
<artifactId>unitsofmeasurement-parent</artifactId>
<groupId>org.unitsofmeasurement</groupId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.unitsofmeasurement.client</groupId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<artifactId>fitbit-client</artifactId>
<packaging>pom</packaging>

Expand All @@ -32,8 +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>0.3-SNAPSHOT</ri.version>
<lib.version>0.2-SNAPSHOT</lib.version>
<ri.version>0.3</ri.version>
<lib.version>0.2</lib.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 0ea6563

Please sign in to comment.