Ignore:
Timestamp:
04/15/14 13:26:06 (10 years ago)
Author:
pharms
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-test/pom.xml

    r1518 r1519  
    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"> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
    26    <modelVersion>4.0.0</modelVersion> 
    37    <groupId>de.ugoe.cs.autoquest</groupId> 
    48    <artifactId>autoquest-test</artifactId> 
    5     <version>0.1.1-SNAPSHOT</version> 
     9    <version>0.0.1-SNAPSHOT</version> 
    610    <packaging>pom</packaging> 
    711    <name>${tested-artifact-id}-test</name> 
     
    1519        <autoquest-scm-trunk-dir>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk</autoquest-scm-trunk-dir> 
    1620        <tested-artifactId>autoquest</tested-artifactId> 
     21        <tested-autoquest-version>0.0.1-SNAPSHOT</tested-autoquest-version> 
    1722    </properties> 
    1823    <scm> 
    19         <url>${autoquest-scm-trunk-dir}/${tested-artifact-id}-test/tags/autoquest-release-0.1.0/${tested-artifact-id}-test</url> 
     24        <url>${autoquest-scm-trunk-dir}/${tested-artifact-id}-test</url> 
    2025    </scm> 
    2126    <dependencies> 
     
    2328            <groupId>${project.groupId}</groupId> 
    2429            <artifactId>${tested-artifactId}</artifactId> 
    25             <version>${project.version}</version> 
     30            <version>${tested-autoquest-version}</version> 
    2631            <scope>test</scope> 
    2732        </dependency> 
     
    113118                                            <groupId>${project.groupId}</groupId> 
    114119                                            <artifactId>${tested-artifactId}</artifactId> 
    115                                             <version>${project.parent.version}</version> 
     120                                            <version>${tested-autoquest-version}</version> 
    116121                                            <outputDirectory>${project.build.directory}/classes</outputDirectory> 
    117122                                        </artifactItem> 
Note: See TracChangeset for help on using the changeset viewer.