Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
324d611910
|
7
pom.xml
7
pom.xml
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
<groupId>com.mattrixwv</groupId>
|
<groupId>com.mattrixwv</groupId>
|
||||||
<artifactId>matrix</artifactId>
|
<artifactId>matrix</artifactId>
|
||||||
<version>1.3.0</version>
|
<version>1.3.1</version>
|
||||||
|
|
||||||
<name>Matrix</name>
|
<name>Matrix</name>
|
||||||
<description>A library for performing Matrix operations</description>
|
<description>A library for performing Matrix operations</description>
|
||||||
@@ -89,6 +89,11 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!--Deployment-->
|
<!--Deployment-->
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.sonatype.central</groupId>
|
||||||
|
<artifactId>central-publishing-maven-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user