Changeset 4175
- Timestamp:
- 2010-07-21 13:46:31 (3 years ago)
- Location:
- trunk
- Files:
-
- 22 edited
-
hbase-util/pom.xml (modified) (2 diffs)
-
hbaseindex/pom.xml (modified) (2 diffs)
-
indexer/pom.xml (modified) (2 diffs)
-
linkindex/pom.xml (modified) (2 diffs)
-
pom.xml (modified) (9 diffs)
-
process/client/pom.xml (modified) (2 diffs)
-
process/server/general-module/pom.xml (modified) (2 diffs)
-
process/server/indexer-module/pom.xml (modified) (2 diffs)
-
process/server/pom.xml (modified) (1 diff)
-
process/server/repository-module/pom.xml (modified) (2 diffs)
-
repo-util/pom.xml (modified) (2 diffs)
-
repository-api-tutorial/pom.xml (modified) (2 diffs)
-
repository/api/pom.xml (modified) (2 diffs)
-
repository/impl/pom.xml (modified) (2 diffs)
-
repository/pom.xml (modified) (2 diffs)
-
rowlog/api/pom.xml (modified) (2 diffs)
-
rowlog/impl/pom.xml (modified) (2 diffs)
-
rowlog/pom.xml (modified) (2 diffs)
-
testfw/pom.xml (modified) (2 diffs)
-
tools/import/pom.xml (modified) (2 diffs)
-
tools/tester/pom.xml (modified) (2 diffs)
-
util/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/hbase-util/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31 -
trunk/hbaseindex/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31 -
trunk/indexer/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31 -
trunk/linkindex/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31 -
trunk/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <properties> … … 48 45 <artifactId>lily</artifactId> 49 46 <packaging>pom</packaging> 50 <version>0.1 -SNAPSHOT</version>47 <version>0.1</version> 51 48 <name>Lily</name> 52 49 … … 63 60 64 61 <scm> 65 <connection>scm:svn:http://dev.outerthought.org/svn/outerthought_lilycms/t runk</connection>66 <developerConnection>scm:svn:http://dev.outerthought.org/svn/outerthought_lilycms/t runk</developerConnection>67 <url>http://dev.outerthought.org/svn/outerthought_lilycms </url>62 <connection>scm:svn:http://dev.outerthought.org/svn/outerthought_lilycms/tags/RELEASE_0_1_0</connection> 63 <developerConnection>scm:svn:http://dev.outerthought.org/svn/outerthought_lilycms/tags/RELEASE_0_1_0</developerConnection> 64 <url>http://dev.outerthought.org/svn/outerthought_lilycms/tags/RELEASE_0_1_0</url> 68 65 </scm> 69 66 … … 90 87 <groupId>org.lilycms</groupId> 91 88 <artifactId>lily-util</artifactId> 92 <version>0.1 -SNAPSHOT</version>89 <version>0.1</version> 93 90 </dependency> 94 91 <dependency> 95 92 <groupId>org.lilycms</groupId> 96 93 <artifactId>lily-repo-util</artifactId> 97 <version>0.1 -SNAPSHOT</version>94 <version>0.1</version> 98 95 </dependency> 99 96 <dependency> 100 97 <groupId>org.lilycms</groupId> 101 98 <artifactId>lily-hbase-util</artifactId> 102 <version>0.1 -SNAPSHOT</version>99 <version>0.1</version> 103 100 </dependency> 104 101 <dependency> 105 102 <groupId>org.lilycms</groupId> 106 103 <artifactId>lily-repository-api</artifactId> 107 <version>0.1 -SNAPSHOT</version>104 <version>0.1</version> 108 105 </dependency> 109 106 <dependency> 110 107 <groupId>org.lilycms</groupId> 111 108 <artifactId>lily-repository-impl</artifactId> 112 <version>0.1 -SNAPSHOT</version>109 <version>0.1</version> 113 110 </dependency> 114 111 <dependency> 115 112 <groupId>org.lilycms</groupId> 116 113 <artifactId>lily-linkindex</artifactId> 117 <version>0.1 -SNAPSHOT</version>114 <version>0.1</version> 118 115 </dependency> 119 116 <dependency> 120 117 <groupId>org.lilycms</groupId> 121 118 <artifactId>lily-testfw</artifactId> 122 <version>0.1 -SNAPSHOT</version>119 <version>0.1</version> 123 120 <scope>test</scope> 124 121 </dependency> … … 126 123 <groupId>org.lilycms</groupId> 127 124 <artifactId>lily-hbaseindex</artifactId> 128 <version>0.1 -SNAPSHOT</version>125 <version>0.1</version> 129 126 </dependency> 130 127 <dependency> 131 128 <groupId>org.lilycms</groupId> 132 129 <artifactId>lily-rowlog-api</artifactId> 133 <version>0.1 -SNAPSHOT</version>130 <version>0.1</version> 134 131 </dependency> 135 132 <dependency> 136 133 <groupId>org.lilycms</groupId> 137 134 <artifactId>lily-rowlog-impl</artifactId> 138 <version>0.1 -SNAPSHOT</version>135 <version>0.1</version> 139 136 </dependency> 140 137 <dependency> 141 138 <groupId>org.lilycms</groupId> 142 139 <artifactId>lily-indexer</artifactId> 143 <version>0.1 -SNAPSHOT</version>140 <version>0.1</version> 144 141 </dependency> 145 142 <dependency> 146 143 <groupId>org.lilycms</groupId> 147 144 <artifactId>lily-client</artifactId> 148 <version>0.1 -SNAPSHOT</version>145 <version>0.1</version> 149 146 </dependency> 150 147 <dependency> 151 148 <groupId>org.lilycms</groupId> 152 149 <artifactId>lily-import</artifactId> 153 <version>0.1 -SNAPSHOT</version>150 <version>0.1</version> 154 151 </dependency> 155 152 <dependency> … … 372 369 <!-- This is to make sure the ${argLine} in the configuration of the surefire plugin will get substituted. 373 370 Otherwise the tests fail with a "java.lang.NoClassDefFoundError: null". --> 374 <argLine ></argLine>371 <argLine /> 375 372 </properties> 376 373 </profile> … … 379 376 <properties> 380 377 <maven.test.skip>true</maven.test.skip> 381 <argLine ></argLine>378 <argLine /> 382 379 </properties> 383 380 </profile> … … 386 383 <properties> 387 384 <lily.test.hbase>connect</lily.test.hbase> 388 <argLine ></argLine>385 <argLine /> 389 386 </properties> 390 387 </profile> … … 393 390 <properties> 394 391 <lily.test.log>true</lily.test.log> 395 <argLine ></argLine>392 <argLine /> 396 393 </properties> 397 394 </profile> -
trunk/process/client/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31 35 <build />32 <build /> 36 33 37 34 <dependencies> -
trunk/process/server/general-module/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project xmlns="http://maven.apache.org/POM/4.0.0" 20 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 21 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 22 20 23 21 <modelVersion>4.0.0</modelVersion> … … 29 27 <groupId>org.lilycms</groupId> 30 28 <artifactId>lily-server</artifactId> 31 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 32 30 <relativePath>../</relativePath> 33 31 </parent> -
trunk/process/server/indexer-module/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project xmlns="http://maven.apache.org/POM/4.0.0" 20 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 21 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 22 20 23 21 <modelVersion>4.0.0</modelVersion> … … 29 27 <groupId>org.lilycms</groupId> 30 28 <artifactId>lily-server</artifactId> 31 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 32 30 <relativePath>../</relativePath> 33 31 </parent> -
trunk/process/server/pom.xml
r4172 r4175 36 36 <groupId>org.lilycms</groupId> 37 37 <artifactId>lily</artifactId> 38 <version>0.1 -SNAPSHOT</version>38 <version>0.1</version> 39 39 </parent> 40 40 -
trunk/process/server/repository-module/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project xmlns="http://maven.apache.org/POM/4.0.0" 20 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 21 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 22 20 23 21 <modelVersion>4.0.0</modelVersion> … … 29 27 <groupId>org.lilycms</groupId> 30 28 <artifactId>lily-server</artifactId> 31 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 32 30 <relativePath>../</relativePath> 33 31 </parent> -
trunk/repo-util/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31 -
trunk/repository-api-tutorial/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31 -
trunk/repository/api/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily-repository</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31 -
trunk/repository/impl/pom.xml
r4173 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily-repository</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31 -
trunk/repository/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 31 28 <groupId>org.lilycms</groupId> 32 29 <artifactId>lily</artifactId> 33 <version>0.1 -SNAPSHOT</version>30 <version>0.1</version> 34 31 </parent> 35 32 -
trunk/rowlog/api/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily-rowlog</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31 -
trunk/rowlog/impl/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily-rowlog</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31 -
trunk/rowlog/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 31 28 <groupId>org.lilycms</groupId> 32 29 <artifactId>lily</artifactId> 33 <version>0.1 -SNAPSHOT</version>30 <version>0.1</version> 34 31 </parent> 35 32 -
trunk/testfw/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31 -
trunk/tools/import/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31 -
trunk/tools/tester/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31 -
trunk/util/pom.xml
r4172 r4175 17 17 */ 18 18 --> 19 <project 20 xmlns="http://maven.apache.org/POM/4.0.0" 21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 <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"> 23 20 24 21 <modelVersion>4.0.0</modelVersion> … … 30 27 <groupId>org.lilycms</groupId> 31 28 <artifactId>lily</artifactId> 32 <version>0.1 -SNAPSHOT</version>29 <version>0.1</version> 33 30 </parent> 34 31
Note: See TracChangeset
for help on using the changeset viewer.