Ignore:
Timestamp:
04/13/15 10:45:03 (9 years ago)
Author:
pharms
Message:

[maven-release-plugin] prepare release autoquest-distribution-0.1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-php/pom.xml

    r1778 r1935  
    33        <groupId>de.ugoe.cs.autoquest</groupId> 
    44        <artifactId>autoquest</artifactId> 
    5         <version>0.1.2-SNAPSHOT</version> 
     5        <version>0.1.2</version> 
    66        <relativePath>../autoquest/pom.xml</relativePath> 
    77    </parent> 
     
    1616    </licenses> 
    1717    <scm> 
    18         <url>${autoquest-scm-trunk-dir}/${project.artifactId}</url> 
    19         <connection>scm:svn:${autoquest-scm-trunk-dir}/${project.artifactId}</connection> 
     18        <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/tags/autoquest-distribution-0.1.2/autoquest-plugin-php</url> 
     19        <connection>scm:svn:https://autoquest.informatik.uni-goettingen.de/svn/autoquest/tags/autoquest-distribution-0.1.2/autoquest-plugin-php</connection> 
    2020    </scm> 
    2121    <dependencies> 
     
    2323            <groupId>de.ugoe.cs</groupId> 
    2424            <artifactId>java-utils</artifactId> 
    25             <version>0.1.2-SNAPSHOT</version> 
     25            <version>0.1.2</version> 
    2626        </dependency> 
    2727        <dependency> 
Note: See TracChangeset for help on using the changeset viewer.