Revision: 745
Author: johnny.bufu
Date: Mon Feb 9 02:59:40 2015 UTC
Log: Updated CHANGELOG and version to 1.0.0 for release.
https://code.google.com/p/openid4java/source/detail?r=745
Modified:
/trunk/CHANGELOG
/trunk/pom.xml
/trunk/project.properties
/trunk/samples/appengine-consumer/pom.xml
/trunk/samples/consumer-servlet/pom.xml
/trunk/samples/pom.xml
/trunk/samples/simple-openid/pom.xml
=======================================
--- /trunk/CHANGELOG Mon May 13 19:27:31 2013 UTC
+++ /trunk/CHANGELOG Mon Feb 9 02:59:40 2015 UTC
@@ -8,6 +8,10 @@
For the detailed logs please see the commit comments at:
-
http://code.google.com/p/openid4java
+20150208:
+
+Security bug fix for URL identifiers comparison - use custom, proper
implementation instead of relying on java.net.URL.
+
20130513:
Notable changes:
=======================================
--- /trunk/pom.xml Tue May 14 19:55:17 2013 UTC
+++ /trunk/pom.xml Mon Feb 9 02:59:40 2015 UTC
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openid4java</groupId>
<artifactId>openid4java</artifactId>
- <version>0.9.9-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>jar</packaging>
<name>OpenID4Java</name>
<description>
=======================================
--- /trunk/project.properties Tue May 14 19:55:17 2013 UTC
+++ /trunk/project.properties Mon Feb 9 02:59:40 2015 UTC
@@ -3,7 +3,7 @@
#
component.name=openid4java
-component.ver=0.9.9-SNAPSHOT
+component.ver=1.0.0
jvm.ver=1.5
debug=true
=======================================
--- /trunk/samples/appengine-consumer/pom.xml Tue May 14 19:55:17 2013 UTC
+++ /trunk/samples/appengine-consumer/pom.xml Mon Feb 9 02:59:40 2015 UTC
@@ -3,7 +3,7 @@
<parent>
<groupId>org.openid4java</groupId>
<artifactId>openid4java-samples</artifactId>
- <version>0.9.9-SNAPSHOT</version>
+ <version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
=======================================
--- /trunk/samples/consumer-servlet/pom.xml Tue May 14 19:55:17 2013 UTC
+++ /trunk/samples/consumer-servlet/pom.xml Mon Feb 9 02:59:40 2015 UTC
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openid4java</groupId>
<artifactId>openid4java-samples</artifactId>
- <version>0.9.9-SNAPSHOT</version>
+ <version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
=======================================
--- /trunk/samples/pom.xml Tue May 14 19:55:17 2013 UTC
+++ /trunk/samples/pom.xml Mon Feb 9 02:59:40 2015 UTC
@@ -4,7 +4,7 @@
<groupId>org.openid4java</groupId>
<artifactId>openid4java-samples</artifactId>
<packaging>pom</packaging>
- <version>0.9.9-SNAPSHOT</version>
+ <version>1.0.0</version>
<name>OpenID4Java Samples</name>
<modules>
<module>simple-openid</module>
=======================================
--- /trunk/samples/simple-openid/pom.xml Tue May 14 19:55:17 2013 UTC
+++ /trunk/samples/simple-openid/pom.xml Mon Feb 9 02:59:40 2015 UTC
@@ -3,7 +3,7 @@
<parent>
<groupId>org.openid4java</groupId>
<artifactId>openid4java-samples</artifactId>
- <version>0.9.9-SNAPSHOT</version>
+ <version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>