3 new revisions:
Revision: c16d9d5f10d5
Branch: default
Author:
Elizab...@esacinc.com
Date: Thu May 22 17:57:30 2014 UTC
Log: Modified Maven project versions for 3.0.1-RELEASE.
http://code.google.com/p/direct-certificate-discovery-tool/source/detail?r=c16d9d5f10d5
Revision: 97f511a8da7b
Branch: default
Author:
Elizab...@esacinc.com
Date: Thu May 22 18:00:06 2014 UTC
Log: Added tag dcdt-3.0.1-RELEASE for changeset c16d9d5f10d5
http://code.google.com/p/direct-certificate-discovery-tool/source/detail?r=97f511a8da7b
Revision: b0f32a12c92d
Branch: default
Author:
Elizab...@esacinc.com
Date: Thu May 22 18:36:38 2014 UTC
Log: Modified Maven project versions to 3.0.1-SNAPSHOT.
http://code.google.com/p/direct-certificate-discovery-tool/source/detail?r=b0f32a12c92d
==============================================================================
Revision: c16d9d5f10d5
Branch: default
Author:
Elizab...@esacinc.com
Date: Thu May 22 17:57:30 2014 UTC
Log: Modified Maven project versions for 3.0.1-RELEASE.
http://code.google.com/p/direct-certificate-discovery-tool/source/detail?r=c16d9d5f10d5
Modified:
/dcdt-core/pom.xml
/dcdt-parent/pom.xml
/dcdt-service-core/pom.xml
/dcdt-service-dns/pom.xml
/dcdt-service-ldap/pom.xml
/dcdt-service-mail/pom.xml
/dcdt-service-parent/pom.xml
/dcdt-web/pom.xml
/pom.xml
=======================================
--- /dcdt-core/pom.xml Mon May 5 16:42:43 2014 UTC
+++ /dcdt-core/pom.xml Thu May 22 17:57:30 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.1-RELEASE</version>
<relativePath>../dcdt-parent</relativePath>
</parent>
=======================================
--- /dcdt-parent/pom.xml Mon May 5 16:42:43 2014 UTC
+++ /dcdt-parent/pom.xml Thu May 22 17:57:30 2014 UTC
@@ -7,7 +7,7 @@
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.1-RELEASE</version>
<packaging>pom</packaging>
<name>dcdt-parent</name>
=======================================
--- /dcdt-service-core/pom.xml Mon May 5 16:42:43 2014 UTC
+++ /dcdt-service-core/pom.xml Thu May 22 17:57:30 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-service-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.1-RELEASE</version>
<relativePath>../dcdt-service-parent</relativePath>
</parent>
=======================================
--- /dcdt-service-dns/pom.xml Mon May 5 16:42:43 2014 UTC
+++ /dcdt-service-dns/pom.xml Thu May 22 17:57:30 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-service-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.1-RELEASE</version>
<relativePath>../dcdt-service-parent</relativePath>
</parent>
=======================================
--- /dcdt-service-ldap/pom.xml Mon May 5 16:42:43 2014 UTC
+++ /dcdt-service-ldap/pom.xml Thu May 22 17:57:30 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-service-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.1-RELEASE</version>
<relativePath>../dcdt-service-parent</relativePath>
</parent>
=======================================
--- /dcdt-service-mail/pom.xml Mon May 5 16:42:43 2014 UTC
+++ /dcdt-service-mail/pom.xml Thu May 22 17:57:30 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-service-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.1-RELEASE</version>
<relativePath>../dcdt-service-parent</relativePath>
</parent>
=======================================
--- /dcdt-service-parent/pom.xml Mon May 5 16:42:43 2014 UTC
+++ /dcdt-service-parent/pom.xml Thu May 22 17:57:30 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.1-RELEASE</version>
<relativePath>../dcdt-parent</relativePath>
</parent>
=======================================
--- /dcdt-web/pom.xml Mon May 5 16:42:43 2014 UTC
+++ /dcdt-web/pom.xml Thu May 22 17:57:30 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.1-RELEASE</version>
<relativePath>../dcdt-parent</relativePath>
</parent>
=======================================
--- /pom.xml Mon May 5 16:42:43 2014 UTC
+++ /pom.xml Thu May 22 17:57:30 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.1-RELEASE</version>
<relativePath>dcdt-parent</relativePath>
</parent>
==============================================================================
Revision: 97f511a8da7b
Branch: default
Author:
Elizab...@esacinc.com
Date: Thu May 22 18:00:06 2014 UTC
Log: Added tag dcdt-3.0.1-RELEASE for changeset c16d9d5f10d5
http://code.google.com/p/direct-certificate-discovery-tool/source/detail?r=97f511a8da7b
Modified:
/.hgtags
=======================================
--- /.hgtags Mon May 5 16:37:12 2014 UTC
+++ /.hgtags Thu May 22 18:00:06 2014 UTC
@@ -8,3 +8,4 @@
332e552cb4bde3efa549b0677e1cf7c59d65c2dd dcdt-3.0-RC1
6469bb2b4cbf2c4a7540b39e94ffa2aa32265243 dcdt-3.0-RC2
02cbbfa9431445459f2c360bc5a11e6df1bd9d67 dcdt-3.0-RELEASE
+c16d9d5f10d5173c6080d992b53e5991d113dfaa dcdt-3.0.1-RELEASE
==============================================================================
Revision: b0f32a12c92d
Branch: default
Author:
Elizab...@esacinc.com
Date: Thu May 22 18:36:38 2014 UTC
Log: Modified Maven project versions to 3.0.1-SNAPSHOT.
http://code.google.com/p/direct-certificate-discovery-tool/source/detail?r=b0f32a12c92d
Modified:
/dcdt-core/pom.xml
/dcdt-parent/pom.xml
/dcdt-service-core/pom.xml
/dcdt-service-dns/pom.xml
/dcdt-service-ldap/pom.xml
/dcdt-service-mail/pom.xml
/dcdt-service-parent/pom.xml
/dcdt-web/pom.xml
/pom.xml
=======================================
--- /dcdt-core/pom.xml Thu May 22 17:57:30 2014 UTC
+++ /dcdt-core/pom.xml Thu May 22 18:36:38 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-parent</artifactId>
- <version>3.0.1-RELEASE</version>
+ <version>3.0.1-SNAPSHOT</version>
<relativePath>../dcdt-parent</relativePath>
</parent>
=======================================
--- /dcdt-parent/pom.xml Thu May 22 17:57:30 2014 UTC
+++ /dcdt-parent/pom.xml Thu May 22 18:36:38 2014 UTC
@@ -7,7 +7,7 @@
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-parent</artifactId>
- <version>3.0.1-RELEASE</version>
+ <version>3.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>dcdt-parent</name>
=======================================
--- /dcdt-service-core/pom.xml Thu May 22 17:57:30 2014 UTC
+++ /dcdt-service-core/pom.xml Thu May 22 18:36:38 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-service-parent</artifactId>
- <version>3.0.1-RELEASE</version>
+ <version>3.0.1-SNAPSHOT</version>
<relativePath>../dcdt-service-parent</relativePath>
</parent>
=======================================
--- /dcdt-service-dns/pom.xml Thu May 22 17:57:30 2014 UTC
+++ /dcdt-service-dns/pom.xml Thu May 22 18:36:38 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-service-parent</artifactId>
- <version>3.0.1-RELEASE</version>
+ <version>3.0.1-SNAPSHOT</version>
<relativePath>../dcdt-service-parent</relativePath>
</parent>
=======================================
--- /dcdt-service-ldap/pom.xml Thu May 22 17:57:30 2014 UTC
+++ /dcdt-service-ldap/pom.xml Thu May 22 18:36:38 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-service-parent</artifactId>
- <version>3.0.1-RELEASE</version>
+ <version>3.0.1-SNAPSHOT</version>
<relativePath>../dcdt-service-parent</relativePath>
</parent>
=======================================
--- /dcdt-service-mail/pom.xml Thu May 22 17:57:30 2014 UTC
+++ /dcdt-service-mail/pom.xml Thu May 22 18:36:38 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-service-parent</artifactId>
- <version>3.0.1-RELEASE</version>
+ <version>3.0.1-SNAPSHOT</version>
<relativePath>../dcdt-service-parent</relativePath>
</parent>
=======================================
--- /dcdt-service-parent/pom.xml Thu May 22 17:57:30 2014 UTC
+++ /dcdt-service-parent/pom.xml Thu May 22 18:36:38 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-parent</artifactId>
- <version>3.0.1-RELEASE</version>
+ <version>3.0.1-SNAPSHOT</version>
<relativePath>../dcdt-parent</relativePath>
</parent>
=======================================
--- /dcdt-web/pom.xml Thu May 22 17:57:30 2014 UTC
+++ /dcdt-web/pom.xml Thu May 22 18:36:38 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-parent</artifactId>
- <version>3.0.1-RELEASE</version>
+ <version>3.0.1-SNAPSHOT</version>
<relativePath>../dcdt-parent</relativePath>
</parent>
=======================================
--- /pom.xml Thu May 22 17:57:30 2014 UTC
+++ /pom.xml Thu May 22 18:36:38 2014 UTC
@@ -8,7 +8,7 @@
<parent>
<groupId>gov.hhs.onc.dcdt</groupId>
<artifactId>dcdt-parent</artifactId>
- <version>3.0.1-RELEASE</version>
+ <version>3.0.1-SNAPSHOT</version>
<relativePath>dcdt-parent</relativePath>
</parent>