Skip to content

Commit

Permalink
Update com.io7m.immutables.style 0.0.1 → 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 5, 2024
1 parent 2cc8f72 commit 1823e05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,13 @@
<c:change compatible="false" date="2022-04-09T00:00:00+00:00" summary="Require JDK 17"/>
</c:changes>
</c:release>
<c:release date="2024-05-05T14:58:30+00:00" is-open="true" ticket-system="com.github.io7m.jaffirm" version="4.0.1">
<c:release date="2024-05-05T15:40:32+00:00" is-open="true" ticket-system="com.github.io7m.jaffirm" version="4.0.1">
<c:changes>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update org.immutables:value:2.10.0 → 2.10.1."/>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update org.junit.jupiter:junit-jupiter-api:5.10.1 → 5.10.2."/>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update org.junit.jupiter:junit-jupiter-engine:5.10.1 → 5.10.2."/>
<c:change date="2024-05-05T14:58:30+00:00" summary="Update com.io7m.junreachable:com.io7m.junreachable.core 4.0.0 → 4.0.2."/>
<c:change date="2024-05-05T00:00:00+00:00" summary="Update com.io7m.junreachable:com.io7m.junreachable.core 4.0.0 → 4.0.2."/>
<c:change date="2024-05-05T15:40:32+00:00" summary="Update com.io7m.immutables.style 0.0.1 → 1.0.0."/>
</c:changes>
</c:release>
</c:releases>
Expand Down
4 changes: 2 additions & 2 deletions com.io7m.jaffirm.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.io7m.immutables.style</groupId>
<artifactId>com.io7m.immutables.style</artifactId>
<groupId>com.io7m.immutables-style</groupId>
<artifactId>com.io7m.immutables-style</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
<version>${io7m.org.immutables.version}</version>
</dependency>
<dependency>
<groupId>com.io7m.immutables.style</groupId>
<artifactId>com.io7m.immutables.style</artifactId>
<version>0.0.1</version>
<groupId>com.io7m.immutables-style</groupId>
<artifactId>com.io7m.immutables-style</artifactId>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1823e05

Please sign in to comment.