You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by ma...@apache.org on 2011/06/26 00:35:15 UTC

svn commit: r1139642 - in /incubator/gora/branches/0.1.1-incubating: gora-core/pom.xml gora-hbase/pom.xml gora-sql/pom.xml gora-tutorial/pom.xml pom.xml

Author: mattmann
Date: Sat Jun 25 22:35:15 2011
New Revision: 1139642

URL: http://svn.apache.org/viewvc?rev=1139642&view=rev
Log:
[maven-release-plugin] prepare release 0.1.1-incubating

Modified:
    incubator/gora/branches/0.1.1-incubating/gora-core/pom.xml
    incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml
    incubator/gora/branches/0.1.1-incubating/gora-sql/pom.xml
    incubator/gora/branches/0.1.1-incubating/gora-tutorial/pom.xml
    incubator/gora/branches/0.1.1-incubating/pom.xml

Modified: incubator/gora/branches/0.1.1-incubating/gora-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1.1-incubating/gora-core/pom.xml?rev=1139642&r1=1139641&r2=1139642&view=diff
==============================================================================
--- incubator/gora/branches/0.1.1-incubating/gora-core/pom.xml (original)
+++ incubator/gora/branches/0.1.1-incubating/gora-core/pom.xml Sat Jun 25 22:35:15 2011
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
      <!--
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements.  See the NOTICE file distributed with
@@ -23,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>apache-gora</artifactId>
-        <version>0.1.1-incubating-SNAPSHOT</version>
+        <version>0.1.1-incubating</version>
     </parent>
     <artifactId>gora-core</artifactId>
     <packaging>jar</packaging>

Modified: incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml?rev=1139642&r1=1139641&r2=1139642&view=diff
==============================================================================
--- incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml (original)
+++ incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml Sat Jun 25 22:35:15 2011
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <!--
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements.  See the NOTICE file distributed with
@@ -23,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>apache-gora</artifactId>
-        <version>0.1.1-incubating-SNAPSHOT</version>
+        <version>0.1.1-incubating</version>
     </parent>
     <artifactId>gora-hbase</artifactId>
     <packaging>jar</packaging>

Modified: incubator/gora/branches/0.1.1-incubating/gora-sql/pom.xml
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1.1-incubating/gora-sql/pom.xml?rev=1139642&r1=1139641&r2=1139642&view=diff
==============================================================================
--- incubator/gora/branches/0.1.1-incubating/gora-sql/pom.xml (original)
+++ incubator/gora/branches/0.1.1-incubating/gora-sql/pom.xml Sat Jun 25 22:35:15 2011
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <!--
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements.  See the NOTICE file distributed with
@@ -23,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>apache-gora</artifactId>
-        <version>0.1.1-incubating-SNAPSHOT</version>
+        <version>0.1.1-incubating</version>
     </parent>
     <artifactId>gora-sql</artifactId>
     <packaging>jar</packaging>

Modified: incubator/gora/branches/0.1.1-incubating/gora-tutorial/pom.xml
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1.1-incubating/gora-tutorial/pom.xml?rev=1139642&r1=1139641&r2=1139642&view=diff
==============================================================================
--- incubator/gora/branches/0.1.1-incubating/gora-tutorial/pom.xml (original)
+++ incubator/gora/branches/0.1.1-incubating/gora-tutorial/pom.xml Sat Jun 25 22:35:15 2011
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
      <!--
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements.  See the NOTICE file distributed with
@@ -23,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>apache-gora</artifactId>
-        <version>0.1.1-incubating-SNAPSHOT</version>
+        <version>0.1.1-incubating</version>
     </parent>
     <artifactId>gora-tutorial</artifactId>
     <packaging>jar</packaging>

Modified: incubator/gora/branches/0.1.1-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1.1-incubating/pom.xml?rev=1139642&r1=1139641&r2=1139642&view=diff
==============================================================================
--- incubator/gora/branches/0.1.1-incubating/pom.xml (original)
+++ incubator/gora/branches/0.1.1-incubating/pom.xml Sat Jun 25 22:35:15 2011
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <!--
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements.  See the NOTICE file distributed with
@@ -23,12 +21,12 @@
     <groupId>org.apache.gora</groupId>
     <artifactId>apache-gora</artifactId>
     <packaging>pom</packaging>
-    <version>0.1.1-incubating-SNAPSHOT</version>
+    <version>0.1.1-incubating</version>
     <name>Apache Gora</name>
 
        <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/gora/trunk/</connection>
-        <developerConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/gora/trunk/</developerConnection>
+        <connection>scm:svn:scm:svn:http://svn.apache.org/repos/asf/incubator/gora/tags/0.1.1-incubating</connection>
+        <developerConnection>scm:svn:scm:svn:http://svn.apache.org/repos/asf/incubator/gora/tags/0.1.1-incubating</developerConnection>
       </scm>
 
     <build>