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

[maven-release-plugin] prepare for next development iteration

File:
1 edited

Legend:

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

    r1533 r1535  
    33    <groupId>de.ugoe.cs.autoquest</groupId> 
    44    <artifactId>autoquest-httpmonitor</artifactId> 
    5     <version>0.1.0</version> 
     5    <version>0.1.1-SNAPSHOT</version> 
    66    <name>autoquest-httpmonitor</name> 
    77    <licenses> 
     
    1313    <packaging>jar</packaging> 
    1414    <scm> 
    15         <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/tags/autoquest-release-0.1.0/${project.artifactId}</url> 
    16         <connection>scm:svn:https://autoquest.informatik.uni-goettingen.de/svn/autoquest/tags/autoquest-release-0.1.0/${project.artifactId}</connection> 
     15        <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/${project.artifactId}</url> 
     16        <connection>scm:svn:https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/${project.artifactId}</connection> 
    1717    </scm> 
    1818    <dependencies> 
     
    2020            <groupId>de.ugoe.cs</groupId> 
    2121            <artifactId>java-utils</artifactId> 
    22             <version>0.1.0</version> 
     22            <version>0.1.1-SNAPSHOT</version> 
    2323        </dependency> 
    2424        <dependency> 
    2525            <groupId>de.ugoe.cs.autoquest</groupId> 
    2626            <artifactId>autoquest-plugin-http</artifactId> 
    27             <version>0.1.0</version> 
     27            <version>0.1.1-SNAPSHOT</version> 
    2828        </dependency> 
    2929        <dependency> 
Note: See TracChangeset for help on using the changeset viewer.