Changeset 1401


Ignore:
Timestamp:
07/30/12 13:56:37 (10 months ago)
Author:
philsmart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • raptor-web/trunk/pom.xml

    r1399 r1401  
    44    <artifactId>raptor-web</artifactId> 
    55    <name>RaptorWeb (Raptor Web Interface)</name> 
    6     <version>1.1.1-SNAPSHOT</version> 
     6    <version>1.0.2-SNAPSHOT</version> 
    77    <packaging>war</packaging> 
    88    <url>http://iam.cf.ac.uk</url> 
     
    2121        <url>http://iam.cf.ac.uk/repos/RAPTOR/raptor-web</url> 
    2222    </scm> 
     23     
     24    <distributionManagement> 
     25        <repository> 
     26            <uniqueVersion>false</uniqueVersion> 
     27            <id>raptor-release</id> 
     28            <url>http://iam.cf.ac.uk/nexus-webapp-1.6.0/content/repositories/raptor-release</url> 
     29        </repository> 
     30        <snapshotRepository> 
     31            <uniqueVersion>false</uniqueVersion> 
     32            <id>raptor-snapshot</id> 
     33            <url>http://iam.cf.ac.uk/nexus-webapp-1.6.0/content/repositories/raptor-snapshot</url> 
     34        </snapshotRepository> 
     35    </distributionManagement> 
    2336     
    2437 
Note: See TracChangeset for help on using the changeset viewer.