Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
1d24a80137 |
7
pom.xml
7
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.inteligr8</groupId>
|
||||
<artifactId>nio-crypto</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<name>Java NIO Crypto Adapter</name>
|
||||
<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>
|
||||
</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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user