Changeset 4677


Ignore:
Timestamp:
2011-02-10 15:27:18 (2 years ago)
Author:
evert
Message:

Post Lily 0.3 release work
Setting wiring to 1.0-SNAPSHOT
Resetting documentation links in README.txt to trunk

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.txt

    r4673 r4677  
    99For a first introduction to using Lily, please see: 
    1010 
    11 http://docs.outerthought.org/lily-docs-0_3/414-lily.html 
     11http://docs.outerthought.org/lily-docs-trunk/414-lily.html 
    1212 
    1313Prerequisites 
  • trunk/cr/process/server/conf/kauri/wiring.xml

    r4672 r4677  
    22<wiring> 
    33  <modules> 
    4     <artifact id="general" groupId="org.lilyproject" artifactId="lily-general-module" version="0.3"> 
     4    <artifact id="general" groupId="org.lilyproject" artifactId="lily-general-module" version="1.0-SNAPSHOT"> 
    55    </artifact> 
    66 
    7     <artifact id="rowlog" groupId="org.lilyproject" artifactId="lily-rowlog-module" version="0.3"> 
     7    <artifact id="rowlog" groupId="org.lilyproject" artifactId="lily-rowlog-module" version="1.0-SNAPSHOT"> 
    88    </artifact> 
    99 
    10     <artifact id="repository" groupId="org.lilyproject" artifactId="lily-repository-module" version="0.3"> 
     10    <artifact id="repository" groupId="org.lilyproject" artifactId="lily-repository-module" version="1.0-SNAPSHOT"> 
    1111      <inject-javaservice name="messageQueue" service="org.lilyproject.rowlog.api.RowLog" ref="rowlog:messageQueue"/> 
    1212      <inject-javaservice name="writeAheadLog" service="org.lilyproject.rowlog.api.RowLog" ref="rowlog:writeAheadLog"/> 
    1313    </artifact> 
    1414 
    15     <artifact id="indexer" groupId="org.lilyproject" artifactId="lily-indexer-module" version="0.3"> 
     15    <artifact id="indexer" groupId="org.lilyproject" artifactId="lily-indexer-module" version="1.0-SNAPSHOT"> 
    1616      <inject-javaservice name="messageQueue" service="org.lilyproject.rowlog.api.RowLog" ref="rowlog:messageQueue"/> 
    1717      <inject-javaservice name="writeAheadLog" service="org.lilyproject.rowlog.api.RowLog" ref="rowlog:writeAheadLog"/> 
     
    2727    </artifact> 
    2828 
    29     <artifact id="rest" groupId="org.lilyproject" artifactId="lily-rest-module" version="0.3"> 
     29    <artifact id="rest" groupId="org.lilyproject" artifactId="lily-rest-module" version="1.0-SNAPSHOT"> 
    3030      <mount name="main" path="/repository/" canonical="/repository/"/>       
    3131    </artifact> 
    3232 
    33     <artifact id="webui" groupId="org.lilyproject" artifactId="lily-webui-module" version="0.3"> 
     33    <artifact id="webui" groupId="org.lilyproject" artifactId="lily-webui-module" version="1.0-SNAPSHOT"> 
    3434      <mount name="main" path="" canonical=""/> 
    3535      <inject-restservice name="repository" ref="rest:main"/> 
  • trunk/dist/src/main/resources-filtered/README.txt

    r4673 r4677  
    1414Please see the Running Lily guide on the website: 
    1515 
    16 http://docs.outerthought.org/lily-docs-0_3/414-lily.html 
     16http://docs.outerthought.org/lily-docs-trunk/414-lily.html 
    1717 
    1818 
Note: See TracChangeset for help on using the changeset viewer.