Compare commits
2 Commits
7f2d72ed8e
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
|
0716635d99
|
|||
|
e497a63610
|
8
pom.xml
8
pom.xml
@@ -15,19 +15,19 @@
|
|||||||
<developer>
|
<developer>
|
||||||
<name>Matthew Ellison</name>
|
<name>Matthew Ellison</name>
|
||||||
<email>m_ellison@ymail.com</email>
|
<email>m_ellison@ymail.com</email>
|
||||||
<url>https://bitbucket.org/Mattrixwv</url>
|
<url>https://git.mattrixwv.com/matthew</url>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git://bitbucket.org/Mattrixwv/Matrix.git</connection>
|
<connection>scm:git:git://git.mattrixwv.com/BaseLibraries/Matrix.git</connection>
|
||||||
<developerConnection>scm:git:ssh://bitbucket.org:Mattrixwv/Matrix.git</developerConnection>
|
<developerConnection>scm:git:ssh://git.mattrixwv.com/BaseLibraries/Matrix.git</developerConnection>
|
||||||
<url>https://git.mattrixwv.com/BaseLibraries/Matrix</url>
|
<url>https://git.mattrixwv.com/BaseLibraries/Matrix</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<groupId>com.mattrixwv</groupId>
|
<groupId>com.mattrixwv</groupId>
|
||||||
<artifactId>matrix</artifactId>
|
<artifactId>matrix</artifactId>
|
||||||
<version>1.3.2</version>
|
<version>1.3.3-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>Matrix</name>
|
<name>Matrix</name>
|
||||||
<description>A library for performing Matrix operations</description>
|
<description>A library for performing Matrix operations</description>
|
||||||
|
|||||||
Reference in New Issue
Block a user