~walles/bzr-eclipse/perf+logging+code+usability

« back to all changes in this revision

Viewing changes to pom.xml

  • Committer: Guillermo Gonzalez
  • Date: 2008-11-17 17:31:47 UTC
  • Revision ID: guillo.gonzo@gmail.com-20081117173147-vbbemgxnq3gxvvsz
 replaced maven-ant-tasks dependency management with maven and a parent pom

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<project>
 
3
  <modelVersion>4.0.0</modelVersion>
 
4
  <groupId>org.vcs.bazaar.eclipse</groupId>
 
5
  <artifactId>bzr-eclipse</artifactId>
 
6
  <version>1.1.1-SNAPSHOT</version>
 
7
  <packaging>pom</packaging>
 
8
    <scm>
 
9
        <connection>scm:bazaar:lp:bzr-eclipse</connection>
 
10
        <url>http://code.launchpad.net/bzr-eclipse</url>
 
11
    </scm>
 
12
    <issueManagement>
 
13
        <system>Launchpad</system>
 
14
        <url>http://bugs.launchpad.net/bzr-eclipse</url>
 
15
    </issueManagement>
 
16
    <repositories>
 
17
        <repository>
 
18
            <id>verterok-mvn-repo</id>
 
19
            <url>http://verterok.com.ar/maven-repo/</url>
 
20
        </repository>
 
21
    </repositories>
 
22
  <modules>
 
23
    <module>org.vcs.bazaar.eclipse.client</module>
 
24
    <module>org.vcs.bazaar.eclipse.core.tests</module>
 
25
  </modules>
 
26
</project>