Compare commits

..

1 Commits

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

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.inteligr8</groupId> <groupId>com.inteligr8</groupId>
<artifactId>nio-crypto</artifactId> <artifactId>nio-crypto</artifactId>
<version>2.0.1</version> <version>2.0-SNAPSHOT</version>
<name>Java NIO Crypto Adapter</name> <name>Java NIO Crypto Adapter</name>
<description>This project implements the javax.crypto API using java.nio instead of java.io.</description> <description>This project implements the javax.crypto API using java.nio instead of java.io.</description>
@ -13,11 +13,13 @@
<maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.target>1.7</maven.compiler.target>
</properties> </properties>
<scm>
<url>https://bitbucket.org/inteligr8/nio-crypto</url>
</scm>
<organization> <organization>
<name>Inteligr8</name> <name>Inteligr8</name>
<url>https://www.inteligr8.com</url> <url>https://www.inteligr8.com</url>
</organization> </organization>
<developers> <developers>
<developer> <developer>
<name>Brian Long</name> <name>Brian Long</name>
@ -62,6 +64,7 @@
<phase>package</phase> <phase>package</phase>
<goals><goal>jar</goal></goals> <goals><goal>jar</goal></goals>
<configuration> <configuration>
<detectLinks>true</detectLinks>
<show>public</show> <show>public</show>
</configuration> </configuration>
</execution> </execution>