Skip to content

Commit

Permalink
Use JDK 17, add README.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 5, 2024
1 parent ccaa70a commit 1f48477
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

## xstructural

XSLT implementation of the structural documentation format.

## Features

* [OSGi-ready](https://www.osgi.org/)
* [JPMS-ready](https://en.wikipedia.org/wiki/Java_Platform_Module_System)
* ISC license.

## Usage

See the [documentation](https://www.io7m.com/software/xstructural).
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,18 @@ xstructural
| OpenJDK (Temurin) LTS | Linux | [![Build (OpenJDK (Temurin) LTS, Linux)](https://img.shields.io/github/actions/workflow/status/io7m-com/xstructural/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/xstructural/actions?query=workflow%3Amain.linux.temurin.lts)|
| OpenJDK (Temurin) Current | Windows | [![Build (OpenJDK (Temurin) Current, Windows)](https://img.shields.io/github/actions/workflow/status/io7m-com/xstructural/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/xstructural/actions?query=workflow%3Amain.windows.temurin.current)|
| OpenJDK (Temurin) LTS | Windows | [![Build (OpenJDK (Temurin) LTS, Windows)](https://img.shields.io/github/actions/workflow/status/io7m-com/xstructural/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/xstructural/actions?query=workflow%3Amain.windows.temurin.lts)|

## xstructural

XSLT implementation of the structural documentation format.

## Features

* [OSGi-ready](https://www.osgi.org/)
* [JPMS-ready](https://en.wikipedia.org/wiki/Java_Platform_Module_System)
* ISC license.

## Usage

See the [documentation](https://www.io7m.com/software/xstructural).

11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@
</modules>

<properties>
<com.io7m.immutables.version>2.10.0</com.io7m.immutables.version>
<!-- Configuration -->
<io7m.api.previousVersion>1.8.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>

<!-- Third-party dependencies. -->
<com.io7m.immutables.version>2.10.0</com.io7m.immutables.version>
<io7m.maven-api.version>3.9.6</io7m.maven-api.version>
<junit.version>5.10.1</junit.version>
</properties>
Expand Down Expand Up @@ -73,6 +76,10 @@
<id>sonatype-nexus-staging</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

<ciManagement>
Expand Down

0 comments on commit 1f48477

Please sign in to comment.