Author: lewismc
Date: Fri Apr 27 08:36:00 2012
New Revision: 1331295
URL: http://svn.apache.org/viewvc?rev=1331295&view=rev
Log:
commit to address GORA-123 & update to CHANGES.txt
Modified:
gora/trunk/CHANGES.txt
gora/trunk/gora-accumulo/pom.xml
gora/trunk/gora-cassandra/pom.xml
gora/trunk/gora-core/pom.xml
gora/trunk/gora-hbase/pom.xml
gora/trunk/gora-sql/pom.xml
gora/trunk/gora-tutorial/pom.xml
gora/trunk/sources-dist/pom.xml
Modified: gora/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/gora/trunk/CHANGES.txt?rev=1331295&r1=1331294&r2=1331295&view=diff
==============================================================================
--- gora/trunk/CHANGES.txt (original)
+++ gora/trunk/CHANGES.txt Fri Apr 27 08:36:00 2012
@@ -4,6 +4,10 @@
Gora Change Log
+0.3 (trunk) Current Development:
+
+* GORA-123 Append correct submodule directories to SCM paths in submodule
pom's (lewismc)
+
0.2 Release: 20/04/2012
Jira Release Report:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311172&version=12315541
Modified: gora/trunk/gora-accumulo/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/gora-accumulo/pom.xml?rev=1331295&r1=1331294&r2=1331295&view=diff
==============================================================================
--- gora/trunk/gora-accumulo/pom.xml (original)
+++ gora/trunk/gora-accumulo/pom.xml Fri Apr 27 08:36:00 2012
@@ -40,9 +40,9 @@
<url>http://www.apache.org/</url>
</organization>
<scm>
- <url>http://svn.apache.org/viewvc/gora/trunk/</url>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
+ <url>http://svn.apache.org/viewvc/gora/trunk/gora-accumulo/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/gora-accumulo/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/gora-accumulo/</developerConnection>
</scm>
<issueManagement>
<system>JIRA</system>
Modified: gora/trunk/gora-cassandra/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/gora-cassandra/pom.xml?rev=1331295&r1=1331294&r2=1331295&view=diff
==============================================================================
--- gora/trunk/gora-cassandra/pom.xml (original)
+++ gora/trunk/gora-cassandra/pom.xml Fri Apr 27 08:36:00 2012
@@ -39,9 +39,9 @@
<url>http://www.apache.org/</url>
</organization>
<scm>
- <url>http://svn.apache.org/viewvc/gora/trunk/</url>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
+ <url>http://svn.apache.org/viewvc/gora/trunk/gora-cassandra/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/gora-cassandra/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/gora-cassandra/</developerConnection>
</scm>
<issueManagement>
<system>JIRA</system>
Modified: gora/trunk/gora-core/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/gora-core/pom.xml?rev=1331295&r1=1331294&r2=1331295&view=diff
==============================================================================
--- gora/trunk/gora-core/pom.xml (original)
+++ gora/trunk/gora-core/pom.xml Fri Apr 27 08:36:00 2012
@@ -39,9 +39,9 @@
<url>http://www.apache.org/</url>
</organization>
<scm>
- <url>http://svn.apache.org/viewvc/gora/trunk/</url>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
+ <url>http://svn.apache.org/viewvc/gora/trunk/gora-core/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/gora-core/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/gora-core/</developerConnection>
</scm>
<issueManagement>
<system>JIRA</system>
Modified: gora/trunk/gora-hbase/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/gora-hbase/pom.xml?rev=1331295&r1=1331294&r2=1331295&view=diff
==============================================================================
--- gora/trunk/gora-hbase/pom.xml (original)
+++ gora/trunk/gora-hbase/pom.xml Fri Apr 27 08:36:00 2012
@@ -39,9 +39,9 @@
<url>http://www.apache.org/</url>
</organization>
<scm>
- <url>http://svn.apache.org/viewvc/gora/trunk/</url>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
+ <url>http://svn.apache.org/viewvc/gora/trunk/gora-hbase/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/gora-hbase/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/gora-hbase/</developerConnection>
</scm>
<issueManagement>
<system>JIRA</system>
Modified: gora/trunk/gora-sql/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/gora-sql/pom.xml?rev=1331295&r1=1331294&r2=1331295&view=diff
==============================================================================
--- gora/trunk/gora-sql/pom.xml (original)
+++ gora/trunk/gora-sql/pom.xml Fri Apr 27 08:36:00 2012
@@ -39,9 +39,9 @@
<url>http://www.apache.org/</url>
</organization>
<scm>
- <url>http://svn.apache.org/viewvc/gora/trunk/</url>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
+ <url>http://svn.apache.org/viewvc/gora/trunk/gora-sql/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/gora-sql/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/gora-sql/</developerConnection>
</scm>
<issueManagement>
<system>JIRA</system>
Modified: gora/trunk/gora-tutorial/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/gora-tutorial/pom.xml?rev=1331295&r1=1331294&r2=1331295&view=diff
==============================================================================
--- gora/trunk/gora-tutorial/pom.xml (original)
+++ gora/trunk/gora-tutorial/pom.xml Fri Apr 27 08:36:00 2012
@@ -39,9 +39,9 @@
<url>http://www.apache.org/</url>
</organization>
<scm>
- <url>http://svn.apache.org/viewvc/gora/trunk/</url>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
+ <url>http://svn.apache.org/viewvc/gora/trunk/gora-tutorial/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/gora-tutorial/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/gora-tutorial/</developerConnection>
</scm>
<issueManagement>
<system>JIRA</system>
Modified: gora/trunk/sources-dist/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/sources-dist/pom.xml?rev=1331295&r1=1331294&r2=1331295&view=diff
==============================================================================
--- gora/trunk/sources-dist/pom.xml (original)
+++ gora/trunk/sources-dist/pom.xml Fri Apr 27 08:36:00 2012
@@ -38,9 +38,9 @@
<url>http://www.apache.org/</url>
</organization>
<scm>
- <url>http://svn.apache.org/viewvc/gora/trunk/</url>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
+ <url>http://svn.apache.org/viewvc/gora/trunk/sources-dist/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/sources-dist/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/sources-dist/</developerConnection>
</scm>
<issueManagement>
<system>JIRA</system>