Changeset 164 for branches


Ignore:
Timestamp:
2008-04-07 14:03:33 (4 years ago)
Author:
idbr
Message:

[maven-release-plugin] prepare for next development iteration

Location:
branches/BRANCH_0_1_X
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • branches/BRANCH_0_1_X/core/kauri-runtime/pom.xml

    r162 r164  
    55  <artifactId>kauri-runtime</artifactId> 
    66  <packaging>jar</packaging> 
    7   <version>0.1.1</version> 
     7  <version>0.1.2-dev-SNAPSHOT</version> 
    88 
    99  <parent> 
    1010    <groupId>org.kauriproject</groupId> 
    1111    <artifactId>kauri</artifactId> 
    12     <version>0.1.1</version> 
     12    <version>0.1.2-dev-SNAPSHOT</version> 
    1313    <relativePath>../..</relativePath> 
    1414  </parent> 
     
    7878        <artifactId>kauri-genscript-plugin</artifactId> 
    7979        <!-- We want to use the version of the plugin corresponding to the current source tree --> 
    80         <version>0.1.1</version> 
     80        <version>0.1.2-dev-SNAPSHOT</version> 
    8181        <configuration> 
    8282          <mainClass>org.kauriproject.runtime.cli.KauriRuntimeCli</mainClass> 
  • branches/BRANCH_0_1_X/core/kauri-util/pom.xml

    r162 r164  
    55  <artifactId>kauri-util</artifactId> 
    66  <packaging>jar</packaging> 
    7   <version>0.1.1</version> 
     7  <version>0.1.2-dev-SNAPSHOT</version> 
    88 
    99  <parent> 
    1010    <groupId>org.kauriproject</groupId> 
    1111    <artifactId>kauri</artifactId> 
    12     <version>0.1.1</version> 
     12    <version>0.1.2-dev-SNAPSHOT</version> 
    1313    <relativePath>../..</relativePath> 
    1414  </parent> 
  • branches/BRANCH_0_1_X/modules/kauri-template/kauri-template-service-api/pom.xml

    r162 r164  
    55    <groupId>org.kauriproject</groupId> 
    66    <artifactId>kauri</artifactId> 
    7     <version>0.1.1</version> 
     7    <version>0.1.2-dev-SNAPSHOT</version> 
    88    <relativePath>../../..</relativePath> 
    99  </parent> 
  • branches/BRANCH_0_1_X/modules/kauri-template/kauri-template-service-impl/pom.xml

    r162 r164  
    55    <groupId>org.kauriproject</groupId> 
    66    <artifactId>kauri</artifactId> 
    7     <version>0.1.1</version> 
     7    <version>0.1.2-dev-SNAPSHOT</version> 
    88    <relativePath>../../..</relativePath> 
    99  </parent> 
  • branches/BRANCH_0_1_X/modules/kauri-upload/pom.xml

    r162 r164  
    66    <groupId>org.kauriproject</groupId> 
    77    <artifactId>kauri</artifactId> 
    8     <version>0.1.1</version> 
     8    <version>0.1.2-dev-SNAPSHOT</version> 
    99    <relativePath>../..</relativePath> 
    1010  </parent> 
  • branches/BRANCH_0_1_X/modules/kauri-webessentials/kauri-webessentials-api/pom.xml

    r162 r164  
    55    <groupId>org.kauriproject</groupId> 
    66    <artifactId>kauri</artifactId> 
    7     <version>0.1.1</version> 
     7    <version>0.1.2-dev-SNAPSHOT</version> 
    88    <relativePath>../../..</relativePath> 
    99  </parent> 
  • branches/BRANCH_0_1_X/modules/kauri-webessentials/kauri-webessentials-impl/pom.xml

    r162 r164  
    55    <groupId>org.kauriproject</groupId> 
    66    <artifactId>kauri</artifactId> 
    7     <version>0.1.1</version> 
     7    <version>0.1.2-dev-SNAPSHOT</version> 
    88    <relativePath>../../..</relativePath> 
    99  </parent> 
     
    2222      <groupId>org.kauriproject</groupId> 
    2323      <artifactId>kauri-webessentials-api</artifactId> 
    24       <version>0.1.1</version> 
     24      <version>0.1.2-dev-SNAPSHOT</version> 
    2525    </dependency> 
    2626  </dependencies> 
  • branches/BRANCH_0_1_X/pom.xml

    r162 r164  
    1717  <packaging>pom</packaging> 
    1818  <name>KAURI ::: ALL</name> 
    19   <version>0.1.1</version> 
     19  <version>0.1.2-dev-SNAPSHOT</version> 
    2020  <description> 
    2121    Kauri - Web application development framework 
     
    115115 
    116116  <scm> 
    117     <connection>scm:svn:http://kauriproject.org/repos/tags/RELEASE_0_1_1</connection> 
    118     <developerConnection>scm:svn:https://kauriproject.org/repos/tags/RELEASE_0_1_1</developerConnection> 
    119     <url>http://kauriproject.org/websvn/tags/RELEASE_0_1_1</url> 
     117    <connection>scm:svn:http://kauriproject.org/repos/tags/RELEASE_0_1</connection> 
     118    <developerConnection>scm:svn:https://kauriproject.org/repos/tags/RELEASE_0_1</developerConnection> 
     119    <url>http://kauriproject.org/websvn/tags/RELEASE_0_1</url> 
    120120  </scm> 
    121121 
  • branches/BRANCH_0_1_X/samples/basic-runtime-test/kauri-testmodule1/pom.xml

    r162 r164  
    55  <artifactId>kauri-testmodule1</artifactId> 
    66  <packaging>jar</packaging> 
    7   <version>0.1.1</version> 
     7  <version>0.1.2-dev-SNAPSHOT</version> 
    88 
    99  <parent> 
    1010    <groupId>org.kauriproject</groupId> 
    1111    <artifactId>kauri</artifactId> 
    12     <version>0.1.1</version> 
     12    <version>0.1.2-dev-SNAPSHOT</version> 
    1313    <relativePath>../../..</relativePath> 
    1414  </parent> 
  • branches/BRANCH_0_1_X/samples/basic-runtime-test/kauri-testmodule2/pom.xml

    r162 r164  
    55  <artifactId>kauri-testmodule2</artifactId> 
    66  <packaging>jar</packaging> 
    7   <version>0.1.1</version> 
     7  <version>0.1.2-dev-SNAPSHOT</version> 
    88 
    99  <parent> 
    1010    <groupId>org.kauriproject</groupId> 
    1111    <artifactId>kauri</artifactId> 
    12     <version>0.1.1</version> 
     12    <version>0.1.2-dev-SNAPSHOT</version> 
    1313    <relativePath>../../..</relativePath> 
    1414  </parent> 
  • branches/BRANCH_0_1_X/samples/kauri-template-sample/pom.xml

    r162 r164  
    55  <artifactId>kauri-template-sample</artifactId> 
    66  <packaging>jar</packaging> 
    7   <version>0.1.1</version> 
     7  <version>0.1.2-dev-SNAPSHOT</version> 
    88 
    99  <parent> 
    1010    <groupId>org.kauriproject</groupId> 
    1111    <artifactId>kauri</artifactId> 
    12     <version>0.1.1</version> 
     12    <version>0.1.2-dev-SNAPSHOT</version> 
    1313    <relativePath>../..</relativePath> 
    1414  </parent> 
  • branches/BRANCH_0_1_X/tools/genscript-plugin/pom.xml

    r162 r164  
    55  <artifactId>kauri-genscript-plugin</artifactId> 
    66  <packaging>maven-plugin</packaging> 
    7   <version>0.1.1</version> 
     7  <version>0.1.2-dev-SNAPSHOT</version> 
    88  <name>KAURI ::: SCRIPT GENERATION MAVEN PLUGIN</name> 
    99 
     
    1111    <groupId>org.kauriproject</groupId> 
    1212    <artifactId>kauri</artifactId> 
    13     <version>0.1.1</version> 
     13    <version>0.1.2-dev-SNAPSHOT</version> 
    1414    <relativePath>../..</relativePath> 
    1515  </parent> 
  • branches/BRANCH_0_1_X/universe/kauri-template/pom.xml

    r162 r164  
    66    <groupId>org.kauriproject</groupId> 
    77    <artifactId>kauri</artifactId> 
    8     <version>0.1.1</version> 
     8    <version>0.1.2-dev-SNAPSHOT</version> 
    99    <relativePath>../..</relativePath> 
    1010  </parent> 
Note: See TracChangeset for help on using the changeset viewer.