Skip to content

Commit

Permalink
Update com.io7m.jcip:com.io7m.jcip.annotations 2.0.0 → 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 10, 2024
1 parent cc882b7 commit 5813da8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion com.io7m.jsycamore.api/pom.xml
Expand Up @@ -48,7 +48,7 @@

<dependency>
<groupId>com.io7m.jcip</groupId>
<artifactId>com.io7m.jcip.annotations</artifactId>
<artifactId>com.io7m.jcip</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsycamore.documentation/pom.xml
Expand Up @@ -31,7 +31,7 @@

<dependency>
<groupId>com.io7m.jcip</groupId>
<artifactId>com.io7m.jcip.annotations</artifactId>
<artifactId>com.io7m.jcip</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -139,8 +139,8 @@
</dependency>
<dependency>
<groupId>com.io7m.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<version>1.0.2</version>
<artifactId>com.io7m.jcip</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>com.io7m.jequality</groupId>
Expand Down Expand Up @@ -174,7 +174,7 @@
</dependency>
<dependency>
<groupId>com.io7m.jcip</groupId>
<artifactId>com.io7m.jcip.annotations</artifactId>
<artifactId>com.io7m.jcip</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 5813da8

Please sign in to comment.