Ignore:
Timestamp:
04/11/14 14:30:50 (10 years ago)
Author:
pharms
Message:
  • preparation for release of 0.1.0
File:
1 edited

Legend:

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

    r1497 r1504  
    11<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"> 
    2   <parent> 
     2  <!-- parent> 
    33    <groupId>de.ugoe.cs.autoquest</groupId> 
    44    <artifactId>autoquest</artifactId> 
    55    <version>0.0.1-SNAPSHOT</version> 
    6   </parent> 
     6  </parent--> 
    77  <modelVersion>4.0.0</modelVersion> 
     8  <groupId>de.ugoe.cs.autoquest</groupId> 
    89  <artifactId>autoquest-distribution</artifactId> 
     10  <version>0.0.1-SNAPSHOT</version> 
    911  <packaging>pom</packaging> 
    1012  <name>autoquest-distribution</name> 
    11    
     13  <properties> 
     14    <autoquest-scm-trunk-dir>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk</autoquest-scm-trunk-dir> 
     15  </properties> 
    1216  <scm> 
    1317    <url>${autoquest-scm-trunk-dir}/autoquest-distribution</url> 
Note: See TracChangeset for help on using the changeset viewer.