source: trunk/autoquest-misc/pom.xml @ 1536

Last change on this file since 1536 was 1536, checked in by pharms, 10 years ago

[maven-release-plugin] rollback the release of autoquest-release-0.1.0

File size: 1.0 KB
RevLine 
[447]1<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/xsd/maven-4.0.0.xsd">
[757]2  <parent>
[920]3    <groupId>de.ugoe.cs.autoquest</groupId>
4    <artifactId>autoquest</artifactId>
[1536]5    <version>0.0.1-SNAPSHOT</version>
[1513]6    <relativePath>../autoquest/pom.xml</relativePath>
[757]7  </parent>
[447]8  <modelVersion>4.0.0</modelVersion>
[920]9  <artifactId>autoquest-misc</artifactId>
10  <name>autoquest-misc</name>
[927]11  <licenses>
12    <license>
13      <name>The Apache Software License, Version 2.0</name>
14      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
15    </license>
16  </licenses>
[447]17  <scm>
[1535]18    <url>${autoquest-scm-trunk-dir}/${project.artifactId}</url>
19    <connection>scm:svn:${autoquest-scm-trunk-dir}/${project.artifactId}</connection>
[447]20  </scm>
21  <dependencies>
22    <dependency>
[671]23      <groupId>de.ugoe.cs</groupId>
24      <artifactId>java-utils</artifactId>
[1510]25      <version>${project.parent.version}</version>
[671]26    </dependency>
[447]27  </dependencies>
28</project>
Note: See TracBrowser for help on using the repository browser.