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 <[email protected]> Authored: Wed Apr 23 17:25:04 2014 +1000 Committer: Justin Mclean <[email protected]> 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>[email protected]</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>[email protected]</email> - <url>http://brianlegros.com/blog</url> + <id>apacheflex</id> + <name>Apache Flex</name> + <email>[email protected]</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:[email protected]:flexunit/flexunit.git</connection> - <developerConnection>scm:git:[email protected]:flexunit/flexunit.git</developerConnection> - <url>[email protected]:flexunit/flexunit.git</url> + <connection>scm:git:[email protected]:/apache/flex-flexunit.git</connection> + <developerConnection>scm:git:[email protected]:/apache/flex-flexunit.git</developerConnection> + <url>[email protected]:/apache/flex-flexunit.git</url> </scm> -</project> \ No newline at end of file +</project>
