Skip to content

Commit 76640af

Browse files
committed
New release
1 parent 455d8e5 commit 76640af

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
</ol>
101101
</div>
102102
<p class="post-meta">
103-
<i class="fa fa-calendar"></i>&nbsp;12 January 2021&nbsp;&nbsp;
103+
<i class="fa fa-calendar"></i>&nbsp;22 February 2022&nbsp;&nbsp;
104104
<i class="fa fa-user"></i>&nbsp;keilw&nbsp;&nbsp;
105105
</p>
106106
<p>
@@ -126,7 +126,7 @@
126126
<pre><code>&lt;dependency&gt;
127127
&lt;groupId&gt;tech.units&lt;/groupId&gt;
128128
&lt;artifactId&gt;indriya&lt;/artifactId&gt;
129-
&lt;version&gt;2.1.1&lt;/version&gt;
129+
&lt;version&gt;2.1.3&lt;/version&gt;
130130
&lt;/dependency&gt;</code></pre>
131131
</p>
132132
For different build systems, check out the <a href="https://search.maven.org/artifact/tech.units/indriya/2.1.1/jar">latest Indriya version</a> on MavenCentral.
@@ -148,7 +148,7 @@
148148
<hr>
149149
<div class="row">
150150
<div class="col-xs-10">
151-
<p class="text-muted credit">&copy; Units of Measurement project 2021 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> | Baked with <a href="http://jbake.org">JBake v2.6.5</a> | <i title="Linux" class="fa fa-linux"></i></p>
151+
<p class="text-muted credit">&copy; Units of Measurement project 2022 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> | Baked with <a href="http://jbake.org">JBake v2.6.5</a> | <i title="Linux" class="fa fa-linux"></i></p>
152152
</div>
153153
<div class="col-xs-2 gotop">
154154
<a href="#"><i class="fa fa-arrow-circle-up"> top</i></a>

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
<name>Units of Measurement Reference Implementation</name>
1313
<description>Unit Standard (JSR 385) Reference Implementation.</description>
1414
<packaging>bundle</packaging>
15-
<version>2.1.3-SNAPSHOT</version>
1615
<parent>
1716
<groupId>tech.uom</groupId>
1817
<artifactId>uom-parent</artifactId>
19-
<version>2.1.4-SNAPSHOT</version>
18+
<version>2.1.3</version>
2019
</parent>
2120
<scm>
2221
<url>https://github.com/unitsofmeasurement/indriya.git</url>

0 commit comments

Comments
 (0)