Skip to content

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
Release: com.io7m.darco 2.0.0
Change: (Backwards incompatible) Allow for passing in SAX parser factories explicitly.
Change: Update ch.qos.logback:logback-classic:1.5.7 → 1.5.8.
Change: Update io.opentelemetry:opentelemetry-bom:1.41.0 → 1.42.0.
  • Loading branch information
io7m committed Sep 7, 2024
2 parents dbc06fa + 7b203d8 commit 89cd38b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
<c:release date="2024-09-01T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.darco" version="1.0.0">
<c:changes/>
</c:release>
<c:release date="2024-09-06T21:41:10+00:00" is-open="true" ticket-system="com.github.io7m.darco" version="2.0.0">
<c:release date="2024-09-07T08:58:36+00:00" is-open="false" ticket-system="com.github.io7m.darco" version="2.0.0">
<c:changes>
<c:change compatible="false" date="2024-09-06T21:41:10+00:00" summary="Allow for passing in SAX parser factories explicitly."/>
<c:change compatible="false" date="2024-09-06T00:00:00+00:00" summary="Allow for passing in SAX parser factories explicitly."/>
<c:change date="2024-09-06T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.7 → 1.5.8."/>
<c:change date="2024-09-06T00:00:00+00:00" summary="Update io.opentelemetry:opentelemetry-bom:1.41.0 → 1.42.0."/>
</c:changes>
</c:release>
</c:releases>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.darco.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.darco</artifactId>
<groupId>com.io7m.darco</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>com.io7m.darco.api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.darco.examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.darco</artifactId>
<groupId>com.io7m.darco</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>com.io7m.darco.examples</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.darco.postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.darco</artifactId>
<groupId>com.io7m.darco</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>com.io7m.darco.postgres</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.darco.sqlite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.darco</artifactId>
<groupId>com.io7m.darco</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>com.io7m.darco.sqlite</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.darco.templating/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.darco</artifactId>
<groupId>com.io7m.darco</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>com.io7m.darco.templating</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.darco.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.darco</artifactId>
<groupId>com.io7m.darco</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>com.io7m.darco.tests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.io7m.darco</groupId>
<artifactId>com.io7m.darco</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<packaging>pom</packaging>
<name>com.io7m.darco</name>
Expand Down

0 comments on commit 89cd38b

Please sign in to comment.