Skip to content

Commit 4414466

Browse files
committed
Updated year
1 parent 964d78e commit 4414466

107 files changed

Lines changed: 109 additions & 109 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h2>API</h2>
130130
<hr>
131131
<div class="row">
132132
<div class="col-xs-10">
133-
<p class="text-muted credit">&copy; Units of Measurement project 2023 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.4.1</a> | Baked with <a href="http://jbake.org">JBake v2.7.0-rc.6</a> | <i title="Linux" class="fa fa-linux"></i></p>
133+
<p class="text-muted credit">&copy; Units of Measurement project 2025 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.4.1</a> | Baked with <a href="http://jbake.org">JBake v2.7.0-rc.7</a> | <i title="Linux" class="fa fa-linux"></i></p>
134134
</div>
135135
<div class="col-xs-2 gotop">
136136
<a href="#"><i class="fa fa-arrow-circle-up"> top</i></a>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>tech.uom</groupId>
2727
<artifactId>uom-parent</artifactId>
28-
<version>2.2.1-SNAPSHOT</version>
28+
<version>2.2.3-SNAPSHOT</version>
2929
</parent>
3030

3131
<!-- Issue managements and mailing lists. -->
@@ -69,7 +69,7 @@
6969
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
7070
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
7171
<additionalparam>-Xdoclint:none</additionalparam>
72-
<thisYear>2024</thisYear>
72+
<thisYear>2025</thisYear>
7373

7474
<!-- Plugins -->
7575
<github.maven.version>0.12</github.maven.version>
@@ -98,7 +98,7 @@
9898
<id>keilw</id>
9999
<name>Werner Keil</name>
100100
<email>werner.keil@gmx.net</email>
101-
<organization>Creative Arts &amp; Technologies</organization>
101+
<organization>CATMedia</organization>
102102
<organizationUrl>http://www.catmedia.us</organizationUrl>
103103
<timezone>+1</timezone>
104104
<roles>

src/main/java/javax/measure/BinaryPrefix.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2025, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

src/main/java/javax/measure/Dimension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2025, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

src/main/java/javax/measure/IncommensurableException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2025, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

src/main/java/javax/measure/MeasurementError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2025, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

src/main/java/javax/measure/MeasurementException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2025, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

src/main/java/javax/measure/MetricPrefix.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2025, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

src/main/java/javax/measure/Prefix.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2025, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

src/main/java/javax/measure/Quantity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2025, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

0 commit comments

Comments
 (0)