Ignore:
Timestamp:
04/15/14 15:27:19 (10 years ago)
Author:
pharms
Message:

[maven-release-plugin] prepare release autoquest-release-0.1.0

File:
1 edited

Legend:

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

    r1538 r1539  
    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 > 
     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"> 
    62    <modelVersion>4.0.0</modelVersion> 
    73    <groupId>de.ugoe.cs.autoquest</groupId> 
    84    <artifactId>autoquest-httpmonitor</artifactId> 
    9     <version>0.0.1-SNAPSHOT</version> 
     5    <version>0.1.0</version> 
    106    <name>autoquest-httpmonitor</name> 
    117    <licenses> 
     
    1713    <packaging>jar</packaging> 
    1814    <scm> 
    19         <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/${project.artifactId}</url> 
    20         <connection>scm:svn:https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/${project.artifactId}</connection> 
     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> 
    2117    </scm> 
    2218    <distributionManagement> 
     
    3430            <groupId>de.ugoe.cs</groupId> 
    3531            <artifactId>java-utils</artifactId> 
    36             <version>0.0.1-SNAPSHOT</version> 
     32            <version>0.1.0</version> 
    3733        </dependency> 
    3834        <dependency> 
    3935            <groupId>de.ugoe.cs.autoquest</groupId> 
    4036            <artifactId>autoquest-plugin-http</artifactId> 
    41             <version>0.0.1-SNAPSHOT</version> 
     37            <version>0.1.0</version> 
    4238        </dependency> 
    4339        <dependency> 
Note: See TracChangeset for help on using the changeset viewer.