Show
Ignore:
Timestamp:
03/16/09 09:05:42 (3 years ago)
Author:
wouter
Message:

Release of his.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • his/tags/1.6.0/plugin/api/pom.xml

    r1183 r1206  
    2020        <groupId>org.joiningtracks</groupId> 
    2121        <artifactId>his-plugin</artifactId> 
    22         <version>1.6.0-SNAPSHOT</version> 
     22        <version>1.6.0</version> 
    2323        <relativePath>../pom.xml</relativePath> 
    2424    </parent> 
  • his/tags/1.6.0/plugin/bridge/pom.xml

    r1126 r1206  
    2020        <groupId>org.joiningtracks</groupId> 
    2121        <artifactId>his-plugin</artifactId> 
    22         <version>1.6.0-SNAPSHOT</version> 
     22        <version>1.6.0</version> 
    2323        <relativePath>../pom.xml</relativePath> 
    2424    </parent> 
  • his/tags/1.6.0/plugin/bridge/src/test/java/org/joiningtracks/his/plugin/FelixContainerManagerTest.java

    r1092 r1206  
    3232public class FelixContainerManagerTest { 
    3333    private FelixContainerManager testObject; 
    34     private static final String TMP_FELIX = "c:/tmp/felix"; 
     34    private static final String TMP_FELIX = "/tmp/felix"; 
    3535 
    3636    private File tempTestFolder = new File(TMP_FELIX); 
  • his/tags/1.6.0/plugin/pom.xml

    r1133 r1206  
    2020        <groupId>org.joiningtracks</groupId> 
    2121        <artifactId>his</artifactId> 
    22         <version>1.6.0-SNAPSHOT</version> 
     22        <version>1.6.0</version> 
    2323        <relativePath>../pom.xml</relativePath> 
    2424    </parent>