You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/04/23 09:25:18 UTC

git commit: [flex-flexunit] [refs/heads/develop] - updated with Apache information - not tested

Repository: flex-flexunit
Updated Branches:
  refs/heads/develop 3f0937d61 -> 5dd7ee998


updated with Apache information - not tested


Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/5dd7ee99
Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/5dd7ee99
Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/5dd7ee99

Branch: refs/heads/develop
Commit: 5dd7ee998b2e71a58d750c0e46ea88d45853fbed
Parents: 3f0937d
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Apr 23 17:25:04 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Apr 23 17:25:04 2014 +1000

----------------------------------------------------------------------
 pom.template | 58 +++++++++++++++----------------------------------------
 1 file changed, 16 insertions(+), 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5dd7ee99/pom.template
----------------------------------------------------------------------
diff --git a/pom.template b/pom.template
index 81377e4..0e84b10 100644
--- a/pom.template
+++ b/pom.template
@@ -16,67 +16,41 @@
   limitations under the License.
 -->
 <project>
-   <modelVersion>4.0.0</modelVersion>
-   
-   <groupId>org.flexunit</groupId>
+   <modelVersion>4.2.0</modelVersion>
+   <groupId>org.apache.flex.flexunit</groupId>
    <artifactId>@ARTIFACT@</artifactId>
    <packaging>@TYPE@</packaging>
    <name>@NAME@</name>
    <version>@VERSION@</version>
    <description>@DESCRIPTION@</description>
-   <url>http://flexunit.org</url>
+   <url>http://flex.apache.org/flexunit/tutorial</url>
    
    <licenses>
       <license>
-         <name>MIT License</name>
-         <url>http://docs.flexunit.org/index.php?title=License</url>
-         <comments>
-         Copyright (c) 2007 Digital Primates IT Consulting Group
-         
-         Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation 
-         files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, 
-         modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software 
-         is furnished to do so, subject to the following conditions:
-         
-         The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
-         OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 
-         LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 
-         IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-         </comments>
+         <name>Apache 2.0 License</name>
+         <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
          <distribution>repo</distribution>
       </license>
    </licenses>
    
    <developers>
       <developer>
-         <id>mlabriola</id>
-         <name>Michael Labriola</name>
-         <email>mlabriola@digitalprimates.net</email>
-         <url>http://blogs.digitalprimates.net/codeSlinger/</url>
-         <organization>Digital Primates IT Consulting Group</organization>
-         <organizationUrl>http://www.digitalprimates.net</organizationUrl>
-         <roles>
-            <role>architect</role>
-            <role>developer</role>
-         </roles>
-         <timezone>-6</timezone>
-      </developer>
-      <developer>
-         <id>blegros</id>
-         <name>Brian LeGros</name>
-         <email>me@brianlegros.com</email>
-         <url>http://brianlegros.com/blog</url>
+         <id>apacheflex</id>
+         <name>Apache Flex</name>
+         <email>dev@flex.apache.org</email>
+         <url>http:/flex.apache.org/</url>
+         <organization>The Apache Software Foundation</organization>
+         <organizationUrl>http://www.apache.org</organizationUrl>
          <roles>
             <role>developer</role>
          </roles>
-         <timezone>-5</timezone>
+         <timezone>0</timezone>
       </developer>
    </developers>
    
    <scm>
-      <connection>scm:git:git@github.com:flexunit/flexunit.git</connection>
-      <developerConnection>scm:git:git@github.com:flexunit/flexunit.git</developerConnection>
-      <url>git@github.com:flexunit/flexunit.git</url>
+      <connection>scm:git:git@github.com:/apache/flex-flexunit.git</connection>
+      <developerConnection>scm:git:git@github.com:/apache/flex-flexunit.git</developerConnection>
+      <url>git@github.com:/apache/flex-flexunit.git</url>
    </scm>
-</project>
\ No newline at end of file
+</project>