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/frontend/common/pom.xml

    r1126 r1206  
    2020        <groupId>org.joiningtracks</groupId> 
    2121        <artifactId>his-frontend</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/frontend/domform/pom.xml

    r1126 r1206  
    2020        <groupId>org.joiningtracks</groupId> 
    2121        <artifactId>his-frontend</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/frontend/internal/pom.xml

    r1126 r1206  
    2020        <groupId>org.joiningtracks</groupId> 
    2121        <artifactId>his-frontend</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/frontend/pom.xml

    r1140 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> 
  • his/tags/1.6.0/frontend/web/pom.xml

    r1126 r1206  
    2020        <groupId>org.joiningtracks</groupId> 
    2121        <artifactId>his-frontend</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/frontend/web/src/test/java/org/joiningtracks/his/frontend/web/misc/StartSite.java

    r1092 r1206  
    3737public class StartSite { 
    3838 
    39     protected final static String URI = "xmldb:exist://localhost:8088/xmlrpc"; 
     39    protected final static String URI = "xmldb:exist://localhost:8080/xmlrpc"; 
    4040    private final static String CHILD_COLLECTION = "his/healthrecords"; 
    4141    public final static String DB_DRIVER = "org.exist.xmldb.DatabaseImpl"; 
     
    9393        Server server = new Server(); 
    9494        SocketConnector connector = new SocketConnector(); 
    95         connector.setPort(8082); 
     95        connector.setPort(8083); 
    9696        server.setConnectors(new Connector[]{connector}); 
    9797