2 new revisions:
Revision: c400ad3961e4
Branch: default
Author: gm2552
Date: Thu Dec 4 14:13:35 2014 UTC
Log: Updating release notes.
https://code.google.com/p/nhin-d/source/detail?r=c400ad3961e4
Revision: bd52011e4a80
Branch: default
Author: gm2552
Date: Thu Dec 4 14:13:56 2014 UTC
Log: Updating pom for direct-common.
https://code.google.com/p/nhin-d/source/detail?r=bd52011e4a80
==============================================================================
Revision: c400ad3961e4
Branch: default
Author: gm2552
Date: Thu Dec 4 14:13:35 2014 UTC
Log: Updating release notes.
https://code.google.com/p/nhin-d/source/detail?r=c400ad3961e4
Modified:
/java/direct-common/src/site/apt/releaseNotes.apt
=======================================
--- /java/direct-common/src/site/apt/releaseNotes.apt Mon Jul 8 19:38:53
2013 UTC
+++ /java/direct-common/src/site/apt/releaseNotes.apt Thu Dec 4 14:13:35
2014 UTC
@@ -6,6 +6,22 @@
Greg Meyer
---
+{1.4}
+
+ Changes included with release 1.2
+
+ []
+
+ * Added additional PKCS11 support and command line tooling.
+
+{1.3}
+
+ Changes included with release 1.2
+
+ []
+
+ * Added crypto classes for PKCS11 support.
+
{1.2.1}
Changes included with release 1.2.1
==============================================================================
Revision: bd52011e4a80
Branch: default
Author: gm2552
Date: Thu Dec 4 14:13:56 2014 UTC
Log: Updating pom for direct-common.
https://code.google.com/p/nhin-d/source/detail?r=bd52011e4a80
Modified:
/java/direct-common/pom.xml
=======================================
--- /java/direct-common/pom.xml Tue May 27 17:05:43 2014 UTC
+++ /java/direct-common/pom.xml Thu Dec 4 14:13:56 2014 UTC
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>direct-common</artifactId>
<name>Direct Project common APIs</name>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<description>Direct Project common APIs. Includes instrumentation,
auditing, and other utility APIs</description>
<inceptionYear>2010</inceptionYear>
<url>
http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-common/${project.version}</url>
@@ -46,7 +46,7 @@
<url>
http://repo2.maven.org/maven2/</url>
</repository>
</repositories>
- <dependencies>
+ <dependencies>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>