Comment on URL below.

On 11/28/2015 04:45 PM, Carl Marcum wrote:
Here is an updated POM based in previous comments.

<?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/maven-v4_0_0.xsd";>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.openoffice.udk</groupId>
  <artifactId>ridl</artifactId>
  <version>4.1.2</version>
  <packaging>jar</packaging>
  <name>Java Runtime Interface Definition Library</name>
<description>The type library and the precompiled Java interfaces of the UDK API.</description>
  <url>http://www.openoffice.org/udk</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Apache OpenOffice Project</name>
      <email>dev@openoffice.apache.org</email>
      <organization>Apache Software Foundation</organization>
<organizationUrl>http://www.apache.org</organizationUrl>
    </developer>
    <developer>
      <name>Carl Marcum</name>
      <email>cmar...@apache.org</email>
      <organization>Apache Software Foundation</organization>
<organizationUrl>http://www.apache.org</organizationUrl>
    </developer>
  </developers>
  <scm>
<connection>http://svn.apache.org/repos/asf/openoffice/trunk/main/ridljar</connection> <developerConnection>https://svn.apache.org/repos/asf/openoffice/trunk/main/ridljar</developerConnection>
<url>http://svn.apache.org/repos/asf/openoffice/trunk/main/ridljar</url>
  </scm>
  <dependencies>
    <!-- none -->
  </dependencies>
</project>


I just found this wiki page [1] that says it's the replacement to the URL I have listed in the POM [2].

I think I should use [1] instead.

[1] https://wiki.openoffice.org/wiki/Uno
[2] http://www.openoffice.org/udk

Thanks,
Carl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to