Skip to content

Commit

Permalink
Update README, 4.0.0-SNAPSHOT, changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 10, 2024
1 parent 203e44e commit ea886d3
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 20 deletions.
8 changes: 7 additions & 1 deletion README-CHANGES.xml
Expand Up @@ -127,11 +127,17 @@
<c:change date="2023-06-19T00:00:00+00:00" summary="Provide a more complete solution to escape characters in printers."/>
</c:changes>
</c:release>
<c:release date="2023-07-24T12:18:03+00:00" is-open="false" ticket-system="com.github.io7m.jsx" version="3.1.1">
<c:release date="2023-07-24T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jsx" version="3.1.1">
<c:changes>
<c:change date="2023-07-24T00:00:00+00:00" summary="Add missing escapes from the trivial serializer."/>
</c:changes>
</c:release>
<c:release date="2024-05-10T16:57:54+00:00" is-open="true" ticket-system="com.github.io7m.jsx" version="4.0.0">
<c:changes>
<c:change date="2024-05-10T00:00:00+00:00" summary="Move to new organization."/>
<c:change compatible="false" date="2024-05-10T16:57:54+00:00" summary="Require JDK 21."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.jsx" url="http://www.github.com/io7m-com/jsx/issues/"/>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.cmdline/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jsx.cmdline</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.core/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jsx.core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.documentation/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jsx.documentation</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.parser.api/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jsx.parser.api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.parser/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jsx.parser</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.prettyprint/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jsx.prettyprint</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsx.tests/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jsx.tests</artifactId>

Expand Down
17 changes: 5 additions & 12 deletions pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>com.io7m.jsx</groupId>
<artifactId>com.io7m.jsx</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>com.io7m.jsx</name>
Expand Down Expand Up @@ -45,7 +45,7 @@
<licenses>
<license>
<name>ISC</name>
<url>https://io7m.com/license/isc.txt</url>
<url>https://www.io7m.com/license/isc.txt</url>
</license>
</licenses>

Expand All @@ -62,7 +62,7 @@
<id>io7m</id>
<name>io7m</name>
<email>code@io7m.com</email>
<url>https://io7m.com</url>
<url>https://www.io7m.com</url>
</developer>
</developers>

Expand All @@ -85,7 +85,7 @@

<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/jsx/actions</url>
<url>https://www.github.com/io7m-com/jsx/actions</url>
</ciManagement>

<prerequisites>
Expand All @@ -112,7 +112,7 @@
<dependency>
<groupId>com.io7m.jpplib</groupId>
<artifactId>com.io7m.jpplib.core</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -168,13 +168,6 @@
<build>
<pluginManagement>
<plugins>
<!-- jstructural plugin for generating documentation. -->
<plugin>
<groupId>com.io7m.jstructural</groupId>
<artifactId>io7m-jstructural-maven-plugin</artifactId>
<version>5.0.0</version>
</plugin>

<!-- Spot bugs -->
<plugin>
<groupId>com.github.spotbugs</groupId>
Expand Down

0 comments on commit ea886d3

Please sign in to comment.