More precise identification of the project (scm, urls, etc.)
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 28 Apr 2009 20:39:38 +0200
changeset 5924ca7879fa07d
parent 591 f589aa6099fb
child 594 9b78bc3501f4
More precise identification of the project (scm, urls, etc.)
lookup/pom.xml
pom.xml
spring.lookup/pom.xml
     1.1 --- a/lookup/pom.xml	Tue Apr 28 14:13:13 2009 +0200
     1.2 +++ b/lookup/pom.xml	Tue Apr 28 20:39:38 2009 +0200
     1.3 @@ -5,13 +5,11 @@
     1.4    <artifactId>lookup</artifactId>
     1.5    <packaging>jar</packaging>
     1.6    <version>7.22.0</version>
     1.7 -  <url>http://maven.apache.org</url>
     1.8 -  <repositories>
     1.9 -      <repository>
    1.10 -          <id>netbeans</id>
    1.11 -          <url>http://bits.netbeans.org/maven2/</url>
    1.12 -      </repository>
    1.13 -  </repositories>
    1.14 +  <url>http://lookup.apidesign.org</url>
    1.15 +  <ciManagement>
    1.16 +      <system>hudson</system>
    1.17 +      <url>http://hudson.apidesign.org/hudson/job/lookup</url>
    1.18 +  </ciManagement>
    1.19      <build>
    1.20          <plugins>
    1.21              <plugin>
     2.1 --- a/pom.xml	Tue Apr 28 14:13:13 2009 +0200
     2.2 +++ b/pom.xml	Tue Apr 28 20:39:38 2009 +0200
     2.3 @@ -5,6 +5,16 @@
     2.4    <groupId>org.apidesign</groupId>
     2.5    <artifactId>all-lookup</artifactId>
     2.6    <version>2.0</version>
     2.7 +  <repositories>
     2.8 +      <repository>
     2.9 +          <id>netbeans</id>
    2.10 +          <url>http://bits.netbeans.org/maven2/</url>
    2.11 +      </repository>
    2.12 +  </repositories>
    2.13 +  <scm>
    2.14 +      <connection>scm:hg://source.apidesign.org/hg/lookup</connection>
    2.15 +          <url>hg://source.apidesign.org/hg/lookup</url>
    2.16 +  </scm>
    2.17    <modules>
    2.18      <module>lookup</module>
    2.19      <module>spring.lookup</module>
     3.1 --- a/spring.lookup/pom.xml	Tue Apr 28 14:13:13 2009 +0200
     3.2 +++ b/spring.lookup/pom.xml	Tue Apr 28 20:39:38 2009 +0200
     3.3 @@ -6,13 +6,11 @@
     3.4    <packaging>jar</packaging>
     3.5    <version>1.2</version>
     3.6    <name>Bridge between Spring and Lookup</name>
     3.7 -  <url>http://maven.apache.org</url>
     3.8 -  <repositories>
     3.9 -      <repository>
    3.10 -          <id>netbeans</id>
    3.11 -          <url>http://bits.netbeans.org/maven2/</url>
    3.12 -      </repository>
    3.13 -  </repositories>
    3.14 +  <url>http://wiki.apidesign.org/wiki/LookupAndSpring</url>
    3.15 +  <ciManagement>
    3.16 +      <system>hudson</system>
    3.17 +      <url>http://hudson.apidesign.org/hudson/job/lookup</url>
    3.18 +  </ciManagement>
    3.19      <build>
    3.20          <plugins>
    3.21              <plugin>