Changeset 158 for branches


Ignore:
Timestamp:
2008-04-07 11:26:18 (4 years ago)
Author:
idbr
Message:
  • fixed versions pointing to snapshot
Location:
branches/BRANCH_0_1_X
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/BRANCH_0_1_X/modules/kauri-template/kauri-template-service-impl/src/main/resources/KAURI-INF/classloader.xml

    r87 r158  
    1515--><classloader> 
    1616  <classpath> 
    17     <artifact groupId="org.kauriproject" artifactId="kauri-template-service-api" version="0.1-dev-SNAPSHOT" share="required"/> 
     17    <artifact groupId="org.kauriproject" artifactId="kauri-template-service-api" version="0.1" share="required"/> 
    1818    <!-- <artifact groupId="org.kauriproject" artifactId="kauri-template-service-impl" version="0.1-dev-SNAPSHOT" share="prohibited"/>--> 
    1919 
    20     <artifact groupId="org.kauriproject" artifactId="kauri-template" version="0.1-dev-SNAPSHOT"/> 
     20    <artifact groupId="org.kauriproject" artifactId="kauri-template" version="0.1"/> 
    2121    <artifact groupId="org.restlet" artifactId="org.restlet" version="1.1-M2"/> 
    2222 
  • branches/BRANCH_0_1_X/modules/kauri-webessentials/kauri-webessentials-impl/src/main/resources/KAURI-INF/classloader.xml

    r79 r158  
    1515--><classloader> 
    1616  <classpath> 
    17     <artifact groupId="org.kauriproject" artifactId="kauri-webessentials-api" version="0.1-dev-SNAPSHOT" share="required"/> 
     17    <artifact groupId="org.kauriproject" artifactId="kauri-webessentials-api" version="0.1" share="required"/> 
    1818  </classpath> 
    1919</classloader> 
  • branches/BRANCH_0_1_X/samples/basic-runtime-test/kauri.xml

    r79 r158  
    77  <modules> 
    88       
    9     <artifact id="webessentials" groupId="org.kauriproject" artifactId="kauri-webessentials-impl" version="0.1-dev-SNAPSHOT"> 
     9    <artifact id="webessentials" groupId="org.kauriproject" artifactId="kauri-webessentials-impl" version="0.1"> 
    1010    </artifact> 
    1111     
    12     <artifact id="testmodule1" groupId="org.kauriproject" artifactId="kauri-testmodule1" version="0.1-dev-SNAPSHOT"> 
     12    <artifact id="testmodule1" groupId="org.kauriproject" artifactId="kauri-testmodule1" version="0.1"> 
    1313      <mount name="firstRestlet" path="/firstRestlet"/> 
    1414      <mount name="secondRestlet" path="/secondRestlet"/> 
     
    1717    </artifact> 
    1818 
    19     <artifact id="testmodule2" groupId="org.kauriproject" artifactId="kauri-testmodule2" version="0.1-dev-SNAPSHOT"> 
     19    <artifact id="testmodule2" groupId="org.kauriproject" artifactId="kauri-testmodule2" version="0.1"> 
    2020      <mount name="depTestRestlet1" path="/depTestRestlet1"/> 
    2121      <mount name="depTestRestlet2" path="/depTestRestlet2"/> 
  • branches/BRANCH_0_1_X/samples/kauri-forms-sample/kauri.xml

    r106 r158  
    88 
    99    <artifact id="webessentials" groupId="org.kauriproject" artifactId="kauri-webessentials-impl" 
    10       version="0.1-dev-SNAPSHOT"> 
     10      version="0.1"> 
    1111    </artifact> 
    1212    <artifact id="kauriJqueryModule" groupId="org.kauriproject" artifactId="kauri-forms-jquery" 
    13       version="1.2.3"> 
     13      version="0.1"> 
    1414      <mount name="resources" path="/kauri/jquery" /> 
    1515    </artifact> 
    1616    <artifact id="kauriUtil" groupId="org.kauriproject" artifactId="kauri-forms-util" 
    17       version="0.1-dev-SNAPSHOT"> 
     17      version="0.1"> 
    1818      <mount name="resources" path="/kauri/util" /> 
    1919    </artifact> 
    2020    <artifact id="kauriformsModule" groupId="org.kauriproject" artifactId="kauri-forms-framework" 
    21       version="0.1-dev-SNAPSHOT"> 
     21      version="0.1"> 
    2222      <mount name="resources" path="/kauri/forms" /> 
    2323    </artifact> 
    2424    <artifact id="kauriformTestModule" groupId="org.kauriproject" artifactId="kauri-forms-sample" 
    25       version="0.1-dev-SNAPSHOT"> 
     25      version="0.1"> 
    2626      <mount name="formsTestRestlet" path="/" /> 
    2727      <mount name="postHandlerRestlet" path="/data/new" /> 
  • branches/BRANCH_0_1_X/samples/kauri-template-sample/kauri.xml

    r104 r158  
    77  <modules> 
    88       
    9     <artifact id="templateModule" groupId="org.kauriproject" artifactId="kauri-template-service-impl" version="0.1-dev-SNAPSHOT"> 
     9    <artifact id="templateModule" groupId="org.kauriproject" artifactId="kauri-template-service-impl" version="0.1"> 
    1010    </artifact> 
    1111     
    12     <artifact id="templatetest" groupId="org.kauriproject" artifactId="kauri-template-sample" version="0.1-dev-SNAPSHOT"> 
     12    <artifact id="templatetest" groupId="org.kauriproject" artifactId="kauri-template-sample" version="0.1"> 
    1313      <mount name="templateRestlet" path="/templateRestlet"/> 
    1414      <mount name="templateRestlet2" path="/template"/> 
Note: See TracChangeset for help on using the changeset viewer.