Changeset 31

Show
Ignore:
Timestamp:
11/25/11 17:17:48 (6 months ago)
Author:
chrismylonas
Message:

Updated pom.xml for 2.0 dependencies

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pom.xml

    r30 r31  
    1414    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 
    1515  </properties> 
     16 
     17  <repositories> 
     18    <repository> 
     19      <id>snapshots</id> 
     20      <url>http://repo.opencsta.org:8080/archiva/repository/snapshots</url> 
     21    </repository> 
     22  </repositories> 
     23 
    1624 
    1725  <build> 
     
    6472        <groupId>org.opencsta</groupId> 
    6573        <artifactId>stack</artifactId> 
    66         <version>1.0-SNAPSHOT</version> 
     74        <version>2.0-SNAPSHOT</version> 
    6775    </dependency> 
    6876    <dependency> 
    6977        <groupId>org.opencsta</groupId> 
    7078        <artifactId>communications</artifactId> 
    71         <version>1.0-SNAPSHOT</version> 
     79        <version>2.0-SNAPSHOT</version> 
    7280    </dependency> 
    7381