Skip to content

Commit

Permalink
Merge tag 'com.io7m.scando-0.0.4' into develop
Browse files Browse the repository at this point in the history
Release: com.io7m.scando 0.0.4

Change: Add support for Android aar files (Ticket: #1)
  • Loading branch information
io7m committed Jun 26, 2020
2 parents 4713cec + 3f4142e commit 29bc032
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
12 changes: 11 additions & 1 deletion README-CHANGES.xml
@@ -1,6 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.scando" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases/>
<c:releases>
<c:release date="2020-06-26T21:21:08+00:00" ticket-system="com.github.io7m.scando" version="0.0.4">
<c:changes>
<c:change date="2020-06-26T21:21:08+00:00" summary="Add support for Android aar files">
<c:tickets>
<c:ticket id="1"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.scando" url="https://www.github.com/io7m/scando/issues/"/>
</c:ticket-systems>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.scando.cmdline/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.io7m.scando</groupId>
<artifactId>com.io7m.scando</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>

<artifactId>com.io7m.scando.cmdline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.scando.tests/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.io7m.scando</groupId>
<artifactId>com.io7m.scando</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>

<artifactId>com.io7m.scando.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>com.io7m.scando</groupId>
<artifactId>com.io7m.scando</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>

<description>Ultra-minimalist semantic versioning checker</description>
<name>com.io7m.scando</name>
Expand Down
3 changes: 3 additions & 0 deletions src/site/resources/features.xml
Expand Up @@ -3,7 +3,10 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<ul>
<li>Simple command-line tool for checking jar version changes.</li>
<li>Compare <tt>jar</tt> files for semantic versioning conformance.</li>
<li>Compare Android <tt>aar</tt> files for semantic versioning conformance.</li>
<li>Powered by <a href="https://github.com/siom79/japicmp">japicmp</a>.</li>
<li>High-coverage automated test suite.</li>
<li>ISC license</li>
</ul>
</div>

0 comments on commit 29bc032

Please sign in to comment.