Skip to content

Commit

Permalink
Refactor POM slightly. Fix URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Apr 28, 2024
1 parent 3eb5e2c commit 107e290
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
Binary file removed com.io7m.aradine.tests/.jqwik-database
Binary file not shown.
19 changes: 12 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<packaging>pom</packaging>
<name>com.io7m.aradine</name>
<description>Modular programmable synthesis</description>
<url>https://www.github.com/io7m/aradine</url>
<url>https://www.io7m.com/software/aradine</url>

<modules>
<module>com.io7m.aradine.annotations</module>
Expand All @@ -40,15 +40,20 @@
</modules>

<properties>
<!-- Configuration. -->
<io7m.api.previousVersion>0.0.1-SNAPSHOT</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>

<!-- io7m dependencies. -->
<com.io7m.anethum.version>0.0.2</com.io7m.anethum.version>
<com.io7m.blackthorne.version>1.3.1</com.io7m.blackthorne.version>
<com.io7m.jbssio.version>2.0.0</com.io7m.jbssio.version>
<com.io7m.jsamplebuffer.version>0.0.4</com.io7m.jsamplebuffer.version>
<com.io7m.jsx.version>2.0.0</com.io7m.jsx.version>
<com.io7m.jxtrand.version>2.0.0</com.io7m.jxtrand.version>
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
<io7m.api.previousVersion>0.0.1-SNAPSHOT</io7m.api.previousVersion>

<!-- Third-party dependencies. -->
<io7m.maven-api.version>3.9.6</io7m.maven-api.version>
<junit.version>5.10.1</junit.version>
<org.mockito.version>5.8.0</org.mockito.version>
Expand All @@ -62,9 +67,9 @@
</licenses>

<scm>
<url>https://github.com/io7m/aradine</url>
<connection>scm:git:https://github.com/io7m/aradine</connection>
<developerConnection>scm:git:https://github.com/io7m/aradine</developerConnection>
<url>https://github.com/io7m/aradine</url>
<connection>scm:git:https://github.com/io7m/aradine</connection>
<developerConnection>scm:git:https://github.com/io7m/aradine</developerConnection>
</scm>

<developers>
Expand Down Expand Up @@ -99,7 +104,7 @@

<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/aradine/actions</url>
<url>https://github.com/io7m/aradine/actions</url>
</ciManagement>

<prerequisites>
Expand Down

0 comments on commit 107e290

Please sign in to comment.