Changeset 164
- Timestamp:
- 2008-04-07 14:03:33 (4 years ago)
- Location:
- branches/BRANCH_0_1_X
- Files:
-
- 13 edited
-
core/kauri-runtime/pom.xml (modified) (2 diffs)
-
core/kauri-util/pom.xml (modified) (1 diff)
-
modules/kauri-template/kauri-template-service-api/pom.xml (modified) (1 diff)
-
modules/kauri-template/kauri-template-service-impl/pom.xml (modified) (1 diff)
-
modules/kauri-upload/pom.xml (modified) (1 diff)
-
modules/kauri-webessentials/kauri-webessentials-api/pom.xml (modified) (1 diff)
-
modules/kauri-webessentials/kauri-webessentials-impl/pom.xml (modified) (2 diffs)
-
pom.xml (modified) (2 diffs)
-
samples/basic-runtime-test/kauri-testmodule1/pom.xml (modified) (1 diff)
-
samples/basic-runtime-test/kauri-testmodule2/pom.xml (modified) (1 diff)
-
samples/kauri-template-sample/pom.xml (modified) (1 diff)
-
tools/genscript-plugin/pom.xml (modified) (2 diffs)
-
universe/kauri-template/pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/BRANCH_0_1_X/core/kauri-runtime/pom.xml
r162 r164 5 5 <artifactId>kauri-runtime</artifactId> 6 6 <packaging>jar</packaging> 7 <version>0.1. 1</version>7 <version>0.1.2-dev-SNAPSHOT</version> 8 8 9 9 <parent> 10 10 <groupId>org.kauriproject</groupId> 11 11 <artifactId>kauri</artifactId> 12 <version>0.1. 1</version>12 <version>0.1.2-dev-SNAPSHOT</version> 13 13 <relativePath>../..</relativePath> 14 14 </parent> … … 78 78 <artifactId>kauri-genscript-plugin</artifactId> 79 79 <!-- 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> 81 81 <configuration> 82 82 <mainClass>org.kauriproject.runtime.cli.KauriRuntimeCli</mainClass> -
branches/BRANCH_0_1_X/core/kauri-util/pom.xml
r162 r164 5 5 <artifactId>kauri-util</artifactId> 6 6 <packaging>jar</packaging> 7 <version>0.1. 1</version>7 <version>0.1.2-dev-SNAPSHOT</version> 8 8 9 9 <parent> 10 10 <groupId>org.kauriproject</groupId> 11 11 <artifactId>kauri</artifactId> 12 <version>0.1. 1</version>12 <version>0.1.2-dev-SNAPSHOT</version> 13 13 <relativePath>../..</relativePath> 14 14 </parent> -
branches/BRANCH_0_1_X/modules/kauri-template/kauri-template-service-api/pom.xml
r162 r164 5 5 <groupId>org.kauriproject</groupId> 6 6 <artifactId>kauri</artifactId> 7 <version>0.1. 1</version>7 <version>0.1.2-dev-SNAPSHOT</version> 8 8 <relativePath>../../..</relativePath> 9 9 </parent> -
branches/BRANCH_0_1_X/modules/kauri-template/kauri-template-service-impl/pom.xml
r162 r164 5 5 <groupId>org.kauriproject</groupId> 6 6 <artifactId>kauri</artifactId> 7 <version>0.1. 1</version>7 <version>0.1.2-dev-SNAPSHOT</version> 8 8 <relativePath>../../..</relativePath> 9 9 </parent> -
branches/BRANCH_0_1_X/modules/kauri-upload/pom.xml
r162 r164 6 6 <groupId>org.kauriproject</groupId> 7 7 <artifactId>kauri</artifactId> 8 <version>0.1. 1</version>8 <version>0.1.2-dev-SNAPSHOT</version> 9 9 <relativePath>../..</relativePath> 10 10 </parent> -
branches/BRANCH_0_1_X/modules/kauri-webessentials/kauri-webessentials-api/pom.xml
r162 r164 5 5 <groupId>org.kauriproject</groupId> 6 6 <artifactId>kauri</artifactId> 7 <version>0.1. 1</version>7 <version>0.1.2-dev-SNAPSHOT</version> 8 8 <relativePath>../../..</relativePath> 9 9 </parent> -
branches/BRANCH_0_1_X/modules/kauri-webessentials/kauri-webessentials-impl/pom.xml
r162 r164 5 5 <groupId>org.kauriproject</groupId> 6 6 <artifactId>kauri</artifactId> 7 <version>0.1. 1</version>7 <version>0.1.2-dev-SNAPSHOT</version> 8 8 <relativePath>../../..</relativePath> 9 9 </parent> … … 22 22 <groupId>org.kauriproject</groupId> 23 23 <artifactId>kauri-webessentials-api</artifactId> 24 <version>0.1. 1</version>24 <version>0.1.2-dev-SNAPSHOT</version> 25 25 </dependency> 26 26 </dependencies> -
branches/BRANCH_0_1_X/pom.xml
r162 r164 17 17 <packaging>pom</packaging> 18 18 <name>KAURI ::: ALL</name> 19 <version>0.1. 1</version>19 <version>0.1.2-dev-SNAPSHOT</version> 20 20 <description> 21 21 Kauri - Web application development framework … … 115 115 116 116 <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> 120 120 </scm> 121 121 -
branches/BRANCH_0_1_X/samples/basic-runtime-test/kauri-testmodule1/pom.xml
r162 r164 5 5 <artifactId>kauri-testmodule1</artifactId> 6 6 <packaging>jar</packaging> 7 <version>0.1. 1</version>7 <version>0.1.2-dev-SNAPSHOT</version> 8 8 9 9 <parent> 10 10 <groupId>org.kauriproject</groupId> 11 11 <artifactId>kauri</artifactId> 12 <version>0.1. 1</version>12 <version>0.1.2-dev-SNAPSHOT</version> 13 13 <relativePath>../../..</relativePath> 14 14 </parent> -
branches/BRANCH_0_1_X/samples/basic-runtime-test/kauri-testmodule2/pom.xml
r162 r164 5 5 <artifactId>kauri-testmodule2</artifactId> 6 6 <packaging>jar</packaging> 7 <version>0.1. 1</version>7 <version>0.1.2-dev-SNAPSHOT</version> 8 8 9 9 <parent> 10 10 <groupId>org.kauriproject</groupId> 11 11 <artifactId>kauri</artifactId> 12 <version>0.1. 1</version>12 <version>0.1.2-dev-SNAPSHOT</version> 13 13 <relativePath>../../..</relativePath> 14 14 </parent> -
branches/BRANCH_0_1_X/samples/kauri-template-sample/pom.xml
r162 r164 5 5 <artifactId>kauri-template-sample</artifactId> 6 6 <packaging>jar</packaging> 7 <version>0.1. 1</version>7 <version>0.1.2-dev-SNAPSHOT</version> 8 8 9 9 <parent> 10 10 <groupId>org.kauriproject</groupId> 11 11 <artifactId>kauri</artifactId> 12 <version>0.1. 1</version>12 <version>0.1.2-dev-SNAPSHOT</version> 13 13 <relativePath>../..</relativePath> 14 14 </parent> -
branches/BRANCH_0_1_X/tools/genscript-plugin/pom.xml
r162 r164 5 5 <artifactId>kauri-genscript-plugin</artifactId> 6 6 <packaging>maven-plugin</packaging> 7 <version>0.1. 1</version>7 <version>0.1.2-dev-SNAPSHOT</version> 8 8 <name>KAURI ::: SCRIPT GENERATION MAVEN PLUGIN</name> 9 9 … … 11 11 <groupId>org.kauriproject</groupId> 12 12 <artifactId>kauri</artifactId> 13 <version>0.1. 1</version>13 <version>0.1.2-dev-SNAPSHOT</version> 14 14 <relativePath>../..</relativePath> 15 15 </parent> -
branches/BRANCH_0_1_X/universe/kauri-template/pom.xml
r162 r164 6 6 <groupId>org.kauriproject</groupId> 7 7 <artifactId>kauri</artifactId> 8 <version>0.1. 1</version>8 <version>0.1.2-dev-SNAPSHOT</version> 9 9 <relativePath>../..</relativePath> 10 10 </parent>
Note: See TracChangeset
for help on using the changeset viewer.