Ignore:
Timestamp:
04/15/14 15:10:51 (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-plugin-jfc/pom.xml

    r1535 r1536  
    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    <parent> 
    37        <groupId>de.ugoe.cs.autoquest</groupId> 
    48        <artifactId>autoquest</artifactId> 
    5         <version>0.1.1-SNAPSHOT</version> 
     9        <version>0.0.1-SNAPSHOT</version> 
    610        <relativePath>../autoquest/pom.xml</relativePath> 
    711    </parent> 
     
    2327            <groupId>de.ugoe.cs</groupId> 
    2428            <artifactId>java-utils</artifactId> 
    25             <version>0.1.1-SNAPSHOT</version> 
     29            <version>0.0.1-SNAPSHOT</version> 
    2630        </dependency> 
    2731        <dependency> 
Note: See TracChangeset for help on using the changeset viewer.