Compare commits

...

1 Commits

Author SHA1 Message Date
1d24a80137 minor updates 2021-02-26 20:27:32 -05:00

View File

@ -13,11 +13,13 @@
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
<scm>
<url>https://bitbucket.org/inteligr8/nio-crypto</url>
</scm>
<organization>
<name>Inteligr8</name>
<url>https://www.inteligr8.com</url>
</organization>
<developers>
<developer>
<name>Brian Long</name>
@ -62,6 +64,7 @@
<phase>package</phase>
<goals><goal>jar</goal></goals>
<configuration>
<detectLinks>true</detectLinks>
<show>public</show>
</configuration>
</execution>