- Timestamp:
- 2008-04-07 14:03:21 (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) (2 diffs)
-
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) (3 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
r161 r162 5 5 <artifactId>kauri-runtime</artifactId> 6 6 <packaging>jar</packaging> 7 <version>0.1.1 -dev-SNAPSHOT</version>7 <version>0.1.1</version> 8 8 9 9 <parent> 10 10 <groupId>org.kauriproject</groupId> 11 11 <artifactId>kauri</artifactId> 12 <version>0.1.1 -dev-SNAPSHOT</version>12 <version>0.1.1</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 -dev-SNAPSHOT</version>80 <version>0.1.1</version> 81 81 <configuration> 82 82 <mainClass>org.kauriproject.runtime.cli.KauriRuntimeCli</mainClass> -
branches/BRANCH_0_1_X/core/kauri-util/pom.xml
r161 r162 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 2 2 3 3 <modelVersion>4.0.0</modelVersion> … … 5 5 <artifactId>kauri-util</artifactId> 6 6 <packaging>jar</packaging> 7 <version>0.1.1 -dev-SNAPSHOT</version>7 <version>0.1.1</version> 8 8 9 9 <parent> 10 10 <groupId>org.kauriproject</groupId> 11 11 <artifactId>kauri</artifactId> 12 <version>0.1.1 -dev-SNAPSHOT</version>12 <version>0.1.1</version> 13 13 <relativePath>../..</relativePath> 14 14 </parent> -
branches/BRANCH_0_1_X/modules/kauri-template/kauri-template-service-api/pom.xml
r161 r162 5 5 <groupId>org.kauriproject</groupId> 6 6 <artifactId>kauri</artifactId> 7 <version>0.1.1 -dev-SNAPSHOT</version>7 <version>0.1.1</version> 8 8 <relativePath>../../..</relativePath> 9 9 </parent> -
branches/BRANCH_0_1_X/modules/kauri-template/kauri-template-service-impl/pom.xml
r161 r162 5 5 <groupId>org.kauriproject</groupId> 6 6 <artifactId>kauri</artifactId> 7 <version>0.1.1 -dev-SNAPSHOT</version>7 <version>0.1.1</version> 8 8 <relativePath>../../..</relativePath> 9 9 </parent> -
branches/BRANCH_0_1_X/modules/kauri-upload/pom.xml
r161 r162 6 6 <groupId>org.kauriproject</groupId> 7 7 <artifactId>kauri</artifactId> 8 <version>0.1.1 -dev-SNAPSHOT</version>8 <version>0.1.1</version> 9 9 <relativePath>../..</relativePath> 10 10 </parent> -
branches/BRANCH_0_1_X/modules/kauri-webessentials/kauri-webessentials-api/pom.xml
r161 r162 5 5 <groupId>org.kauriproject</groupId> 6 6 <artifactId>kauri</artifactId> 7 <version>0.1.1 -dev-SNAPSHOT</version>7 <version>0.1.1</version> 8 8 <relativePath>../../..</relativePath> 9 9 </parent> -
branches/BRANCH_0_1_X/modules/kauri-webessentials/kauri-webessentials-impl/pom.xml
r161 r162 5 5 <groupId>org.kauriproject</groupId> 6 6 <artifactId>kauri</artifactId> 7 <version>0.1.1 -dev-SNAPSHOT</version>7 <version>0.1.1</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 -dev-SNAPSHOT</version>24 <version>0.1.1</version> 25 25 </dependency> 26 26 </dependencies> -
branches/BRANCH_0_1_X/pom.xml
r161 r162 3 3 4 4 <properties> 5 <version.kauri>0.1.1 -dev-SNAPSHOT</version.kauri>5 <version.kauri>0.1.1</version.kauri> 6 6 <version.maven>2.0.7</version.maven> 7 7 <version.springframework>2.5.2</version.springframework> … … 17 17 <packaging>pom</packaging> 18 18 <name>KAURI ::: ALL</name> 19 <version>0.1.1 -dev-SNAPSHOT</version>19 <version>0.1.1</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 </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>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> 120 120 </scm> 121 121 -
branches/BRANCH_0_1_X/samples/basic-runtime-test/kauri-testmodule1/pom.xml
r161 r162 5 5 <artifactId>kauri-testmodule1</artifactId> 6 6 <packaging>jar</packaging> 7 <version>0.1.1 -dev-SNAPSHOT</version>7 <version>0.1.1</version> 8 8 9 9 <parent> 10 10 <groupId>org.kauriproject</groupId> 11 11 <artifactId>kauri</artifactId> 12 <version>0.1.1 -dev-SNAPSHOT</version>12 <version>0.1.1</version> 13 13 <relativePath>../../..</relativePath> 14 14 </parent> -
branches/BRANCH_0_1_X/samples/basic-runtime-test/kauri-testmodule2/pom.xml
r161 r162 5 5 <artifactId>kauri-testmodule2</artifactId> 6 6 <packaging>jar</packaging> 7 <version>0.1.1 -dev-SNAPSHOT</version>7 <version>0.1.1</version> 8 8 9 9 <parent> 10 10 <groupId>org.kauriproject</groupId> 11 11 <artifactId>kauri</artifactId> 12 <version>0.1.1 -dev-SNAPSHOT</version>12 <version>0.1.1</version> 13 13 <relativePath>../../..</relativePath> 14 14 </parent> -
branches/BRANCH_0_1_X/samples/kauri-template-sample/pom.xml
r161 r162 5 5 <artifactId>kauri-template-sample</artifactId> 6 6 <packaging>jar</packaging> 7 <version>0.1.1 -dev-SNAPSHOT</version>7 <version>0.1.1</version> 8 8 9 9 <parent> 10 10 <groupId>org.kauriproject</groupId> 11 11 <artifactId>kauri</artifactId> 12 <version>0.1.1 -dev-SNAPSHOT</version>12 <version>0.1.1</version> 13 13 <relativePath>../..</relativePath> 14 14 </parent> -
branches/BRANCH_0_1_X/tools/genscript-plugin/pom.xml
r161 r162 5 5 <artifactId>kauri-genscript-plugin</artifactId> 6 6 <packaging>maven-plugin</packaging> 7 <version>0.1.1 -dev-SNAPSHOT</version>7 <version>0.1.1</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 -dev-SNAPSHOT</version>13 <version>0.1.1</version> 14 14 <relativePath>../..</relativePath> 15 15 </parent> -
branches/BRANCH_0_1_X/universe/kauri-template/pom.xml
r161 r162 6 6 <groupId>org.kauriproject</groupId> 7 7 <artifactId>kauri</artifactId> 8 <version>0.1.1 -dev-SNAPSHOT</version>8 <version>0.1.1</version> 9 9 <relativePath>../..</relativePath> 10 10 </parent>
Note: See TracChangeset
for help on using the changeset viewer.