Skip to content

Commit

Permalink
chore(ver): Prepare for JMatrix v1.5.0 release
Browse files Browse the repository at this point in the history
Also updated the invalid ID name for GitHub Package registry.

Signed-off-by: Ryuu Mitsuki <dhefam31@gmail.com>
  • Loading branch information
mitsuki31 committed Sep 16, 2024
1 parent 423db52 commit 2163fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>com.mitsuki</groupId>
<artifactId>jmatrix</artifactId>
<packaging>jar</packaging>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

<name>JMatrix</name>
<description>A lightweight Java library for basic introduction to matrix and linear algebra concepts.</description>
Expand Down Expand Up @@ -287,13 +287,13 @@

<distributionManagement>
<repository>
<id>github-pkg</id>
<id>github</id>
<name>${project.name} GitHub Package</name>
<url>https://maven.pkg.github.com/mitsuki31/${project.artifactId}</url>
<uniqueVersion>true</uniqueVersion>
</repository>
<snapshotRepository>
<id>github-pkg</id>
<id>github</id>
<name>${project.name} GitHub Package</name>
<url>https://maven.pkg.github.com/mitsuki31/${project.artifactId}</url>
<uniqueVersion>true</uniqueVersion>
Expand Down

0 comments on commit 2163fee

Please sign in to comment.