Skip to content

Commit e78404d

Browse files
committed
1 parent 3e854a0 commit e78404d

File tree

5 files changed

+5
-220
lines changed

5 files changed

+5
-220
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<developer>
9494
<id>werner.keil</id>
9595
<name>Werner Keil</name>
96-
<email>werner@catmedia.us</email>
96+
<email>werner@uom.technology</email>
9797
<organization>Creative Arts &amp; Technologies</organization>
9898
<organizationUrl>http://www.catmedia.us</organizationUrl>
9999
<timezone>+1</timezone>
@@ -119,7 +119,7 @@
119119
<developer>
120120
<id>desruisseaux</id>
121121
<name>Martin Desruisseaux</name>
122-
<email>desruisseaux@users.sourceforge.net</email>
122+
<email>martin.desruisseaux@geomatys.com</email>
123123
<organization>Geomatys</organization>
124124
<organizationUrl>http://www.geomatys.com</organizationUrl>
125125
<timezone>+1</timezone>

src/main/emf/model.uml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
*
229229
* @author &lt;a href=&quot;mailto:jean-marie@dautelle.com&quot;>Jean-Marie Dautelle&lt;/a>
230230
* @author &lt;a href=&quot;mailto:steve@unidata.ucar.edu&quot;>Steve Emmerson&lt;/a>
231-
* @author &lt;a href=&quot;mailto:desruisseaux@users.sourceforge.net&quot;>Martin Desruisseaux&lt;/a>
231+
* @author &lt;a href=&quot;mailto:martin.desruisseaux@geomatys.com&quot;>Martin Desruisseaux&lt;/a>
232232
* @author &lt;a href=&quot;mailto:units@catmedia.us&quot;>Werner Keil&lt;/a>
233233
* @version 0.15
234234
*

src/main/java/javax/measure/Unit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*
6666
* @author <a href="mailto:jean-marie@dautelle.com">Jean-Marie Dautelle</a>
6767
* @author <a href="mailto:steve@unidata.ucar.edu">Steve Emmerson</a>
68-
* @author <a href="mailto:desruisseaux@users.sourceforge.net">Martin Desruisseaux</a>
68+
* @author <a href="mailto:martin.desruisseaux@geomatys.com">Martin Desruisseaux</a>
6969
* @author <a href="mailto:werner@uom.technology">Werner Keil</a>
7070
* @version 1.0, August 8, 2016
7171
* @since 1.0

src/main/java/javax/measure/spi/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
* @author <a href="mailto:jean-marie@dautelle.com">Jean-Marie Dautelle</a>
3434
* @author <a href="mailto:units@catmedia.us">Werner Keil</a>
35-
* @author <a href="mailto:desruisseaux@users.sourceforge.net">Martin Desruisseaux</a>
35+
* @author <a href="mailto:martin.desruisseaux@geomatys.com">Martin Desruisseaux</a>
3636
* @version 1.0, August 11, 2016
3737
* @since 1.0
3838
*/

src/test/java/javax/measure/test/quantity/TestQuantityFactory.java

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)