aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-artifact-converter/src/test/expected-files/converted-v3-snapshot.pom
blob: 1615b66636d56f08e4a5e2262f587e68116cd4b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>test</groupId>
  <artifactId>v3artifact</artifactId>
  <version>1.0.0-SNAPSHOT</version>
  <scm>
    <connection>scm:cvs:ext:${maven.username}@localhost:/home/cvs</connection>
  </scm>
  <dependencies>
    <dependency>
      <groupId>groupId</groupId>
      <artifactId>artifactId</artifactId>
      <version>version</version>
    </dependency>
    <dependency>
      <groupId>groupId</groupId>
      <artifactId>test-artifactId</artifactId>
      <version>version</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>