You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/11/03 03:27:19 UTC

[18/50] [abbrv] incubator-apex-core git commit: Correct ownership related info in pom.xml

Correct ownership related info in pom.xml


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/0aa70063
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/0aa70063
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/0aa70063

Branch: refs/heads/master
Commit: 0aa700634e0a1d487ee90f7545d4195d934ba841
Parents: 88ee4ad
Author: Thomas Weise <th...@datatorrent.com>
Authored: Sat Oct 3 17:52:48 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Sat Oct 3 17:52:48 2015 -0700

----------------------------------------------------------------------
 pom.xml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/0aa70063/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0086730..8f68dcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,12 +27,12 @@
   <version>3.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Realtime Stream Processing Framework</name>
-  <url>http://www.datatorrent.com</url>
+  <name>Apache Apex Core</name>
+  <url>http://apex.apache.org</url>
 
   <organization>
-    <name>DataTorrent, Inc.</name>
-    <url>http://www.datatorrent.com/</url>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
   </organization>
 
   <licenses>
@@ -47,7 +47,7 @@
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
-      <id>Datatorrent-Releases</id>
+      <id>datatorrent</id>
       <name>DataTorrent Release Repository</name>
       <url>https://www.datatorrent.com/maven/content/repositories/releases/</url>
     </repository>
@@ -55,7 +55,6 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <netbeans.hint.license>datatorrent-inc</netbeans.hint.license>
     <maven.compiler.optimize>false</maven.compiler.optimize>
     <maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
     <hadoop.version>2.2.0</hadoop.version>
@@ -96,8 +95,8 @@
         <configuration>
           <header>license.txt</header>
           <properties>
-            <owner>DataTorrent, Inc.</owner>
-            <email>apex-dev@googlegroups.com</email>
+            <owner>Apache Software Foundation</owner>
+            <email>dev@apex.incubator.apache.org</email>
           </properties>
           <excludes>
             <exclude>license.txt</exclude>