Changeset 27

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

Updated pom.xml dependencies

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pom.xml

    r26 r27  
    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> 
    1623 
    1724<build> 
     
    6168        <groupId>org.opencsta</groupId> 
    6269        <artifactId>stack</artifactId> 
    63         <version>1.0-SNAPSHOT</version> 
     70        <version>2.0-SNAPSHOT</version> 
    6471    </dependency> 
    6572    <dependency> 
    6673        <groupId>org.opencsta</groupId> 
    6774        <artifactId>communications</artifactId> 
    68         <version>1.0-SNAPSHOT</version> 
     75        <version>2.0-SNAPSHOT</version> 
    6976    </dependency> 
    7077  </dependencies>