Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
ff3706358b | |||
4e823de97a | |||
ac60aa4fd5 | |||
7802530505 | |||
cad47a18ed | |||
d20ecb565d | |||
9f4d0d2e6d |
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-SNAPSHOT</version>
|
||||
<version>2.0.1</version>
|
||||
<name>Java NIO Crypto Adapter</name>
|
||||
<description>This project implements the javax.crypto API using java.nio instead of java.io.</description>
|
||||
|
||||
@ -13,13 +13,11 @@
|
||||
<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>
|
||||
@ -64,7 +62,6 @@
|
||||
<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