4 Commits

Author SHA1 Message Date
f193a27d5f Add new maven4 config 2026-01-26 22:50:54 -05:00
666faa9559 Update developer information 2026-01-26 18:37:23 -05:00
db56ede58e Update snapshot version 2026-01-26 18:32:19 -05:00
46a6c01be8 Fix deployment issue 2026-01-26 18:30:28 -05:00
2 changed files with 8 additions and 2 deletions

2
.mvn/maven.config Normal file
View File

@@ -0,0 +1,2 @@
-Dstyle.color=always
-T1C

View File

@@ -15,7 +15,7 @@
<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>
@@ -27,7 +27,7 @@
<groupId>com.mattrixwv</groupId> <groupId>com.mattrixwv</groupId>
<artifactId>myClasses</artifactId> <artifactId>myClasses</artifactId>
<version>1.4.0</version> <version>1.4.2-SNAPSHOT</version>
<name>myClasses</name> <name>myClasses</name>
<description>A grouping of functions that I've found useful</description> <description>A grouping of functions that I've found useful</description>
@@ -89,6 +89,10 @@
</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>