Repository: metamodel
Updated Branches:
  refs/heads/master abc794b7c -> 36f5c60ce


Updated website and mailing list links throughout pom.xml and MDs

Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/36f5c60c
Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/36f5c60c
Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/36f5c60c

Branch: refs/heads/master
Commit: 36f5c60ce778e772ff1a88542e2eaa1c590c119b
Parents: abc794b
Author: Kasper Sørensen <[email protected]>
Authored: Thu Nov 27 20:01:56 2014 +0100
Committer: Kasper Sørensen <[email protected]>
Committed: Thu Nov 27 20:01:56 2014 +0100

----------------------------------------------------------------------
 CONTRIBUTE.md | 10 +++++-----
 README.md     |  8 ++++----
 pom.xml       | 24 ++++++++++++------------
 3 files changed, 21 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metamodel/blob/36f5c60c/CONTRIBUTE.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
index ad50ad5..0923e33 100644
--- a/CONTRIBUTE.md
+++ b/CONTRIBUTE.md
@@ -9,8 +9,8 @@ This guide will help you get started with Apache MetaModel's 
development environ
 If you're looking for a relevant issue to work on, we suggest you to do the 
following:
 
 * Join the @dev mailing list
- * To subscribe, send a mail to [email protected]
- * Afterwards communicate to the list via [email protected]
+ * To subscribe, send a mail to [email protected]
+ * Afterwards communicate to the list via [email protected]
 * Check JIRA for the [issues with the 'starter' 
label](https://issues.apache.org/jira/issues/?jql=project%20%3D%20METAMODEL%20AND%20labels%20%3D%20starter).
 * If you have something else on your mind, make yourself heard on the @dev 
mailing list.
 
@@ -19,7 +19,7 @@ If you're looking for a relevant issue to work on, we suggest 
you to do the foll
 Fork and clone the repository:
 
 ```
-> git clone https://git-wip-us.apache.org/repos/asf/incubator-metamodel.git 
MetaModel
+> git clone https://git-wip-us.apache.org/repos/asf/metamodel.git MetaModel
 ```
 
 Try your first build:
@@ -38,7 +38,7 @@ Please use our [JIRA 
system](https://issues.apache.org/jira/browse/METAMODEL) to
 When submitting your patch, keep in mind that it should be easy for others to 
review. For this reason we have two preferred ways to submit a patch - you can 
select the approach that fits you the best:
 
  * Use "git diff" to make a .patch file and submit it via our [Review 
Board](https://reviews.apache.org/groups/metamodel/).
- * Fork our [GitHub mirror](https://github.com/apache/incubator-metamodel) and 
post a [Pull Request](https://github.com/apache/incubator-metamodel/pulls).
+ * Fork our [GitHub mirror](https://github.com/apache/metamodel) and post a 
[Pull Request](https://github.com/apache/metamodel/pulls).
 
 ### About tests
 
@@ -46,7 +46,7 @@ Your patches receive extra points if there's a good set of 
unittests with it. It
 
 By default the build will include all self-contained tests, including some 
quick integration tests to embedded databases like H2, Derby, HSQLDB etc.
 
-Some tests have external dependencies to running servers etc. Those tests can 
be configured by adding a file called 
**metamodel-integrationtest-configuration.properties** to your local user's 
home folder. You can take a look at the 
[example-metamodel-integrationtest-configuration.properties 
file](https://raw.githubusercontent.com/apache/incubator-metamodel/master/example-metamodel-integrationtest-configuration.properties)
 to see which properties are available in order to configure the external 
server connections.
+Some tests have external dependencies to running servers etc. Those tests can 
be configured by adding a file called 
**metamodel-integrationtest-configuration.properties** to your local user's 
home folder. You can take a look at the 
[example-metamodel-integrationtest-configuration.properties 
file](https://raw.githubusercontent.com/apache/metamodel/master/example-metamodel-integrationtest-configuration.properties)
 to see which properties are available in order to configure the external 
server connections.
 
 ### Coding guidelines
 

http://git-wip-us.apache.org/repos/asf/metamodel/blob/36f5c60c/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2e5926a..e1bf0d1 100644
--- a/README.md
+++ b/README.md
@@ -3,17 +3,17 @@
 MetaModel is a data access framework, providing a common interface for 
exploration and querying of different types of datastores.
 
 <div>
-<img src="http://metamodel.incubator.apache.org/img/logo.png"; style="float: 
right; margin-left: 20px;" alt="MetaModel logo" />
+<img src="http://metamodel.apache.org/img/logo.png"; style="float: right; 
margin-left: 20px;" alt="MetaModel logo" />
 </div>
 
 ### Mailing lists
 
- * Developer list:  [email protected]
- * Commits list:    [email protected]
+ * Developer list:  [email protected]
+ * Commits list:    [email protected]
 
 ### Website
 
-http://metamodel.incubator.apache.org/
+http://metamodel.apache.org/
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/metamodel/blob/36f5c60c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c9dc6b2..f50b0bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,9 +37,9 @@ under the License.
                <version>15</version>
        </parent>
        <scm>
-               
<url>https://git-wip-us.apache.org/repos/asf?p=incubator-metamodel.git</url>
-               
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/incubator-metamodel.git</connection>
-               
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-metamodel.git</developerConnection>
+               
<url>https://git-wip-us.apache.org/repos/asf?p=metamodel.git</url>
+               
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/metamodel.git</connection>
+               
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/metamodel.git</developerConnection>
                <tag>HEAD</tag>
        </scm>
        <groupId>org.apache.metamodel</groupId>
@@ -51,7 +51,7 @@ under the License.
                offered to datastores that do not otherwise support advanced 
querying
                and a unified view of the datastore structure is offered 
through a
                single model of the schemas, tables, columns and 
relationships.</description>
-       <url>http://metamodel.incubator.apache.org</url>
+       <url>http://metamodel.apache.org</url>
        <inceptionYear>2007</inceptionYear>
        <packaging>pom</packaging>
        <modules>
@@ -81,17 +81,17 @@ under the License.
        <mailingLists>
                <mailingList>
                        <name>Development</name>
-                       <post>[email protected]</post>
-                       
<subscribe>[email protected]</subscribe>
-                       
<unsubscribe>[email protected]</unsubscribe>
-                       
<archive>http://mail-archives.apache.org/mod_mbox/incubator-metamodel-dev/</archive>
+                       <post>[email protected]</post>
+                       
<subscribe>[email protected]</subscribe>
+                       
<unsubscribe>[email protected]</unsubscribe>
+                       
<archive>http://mail-archives.apache.org/mod_mbox/metamodel-dev/</archive>
                </mailingList>
                <mailingList>
                        <name>Commits</name>
-                       <post>[email protected]</post>
-                       
<subscribe>[email protected]</subscribe>
-                       
<unsubscribe>[email protected]</unsubscribe>
-                       
<archive>http://mail-archives.apache.org/mod_mbox/incubator-metamodel-commits/</archive>
+                       <post>[email protected]</post>
+                       
<subscribe>[email protected]</subscribe>
+                       
<unsubscribe>[email protected]</unsubscribe>
+                       
<archive>http://mail-archives.apache.org/mod_mbox/metamodel-commits/</archive>
                </mailingList>
        </mailingLists>
        <organization>

Reply via email to