Author: ssmiweve Date: 2008-11-20 00:47:01 +0100 (Thu, 20 Nov 2008) New Revision: 6955
Modified: trunk/generic.sesam/query-evaluation/pom.xml trunk/pom.xml Log: [maven-release-plugin] prepare branch 2.18 Modified: trunk/generic.sesam/query-evaluation/pom.xml =================================================================== --- trunk/generic.sesam/query-evaluation/pom.xml 2008-11-19 23:44:22 UTC (rev 6954) +++ trunk/generic.sesam/query-evaluation/pom.xml 2008-11-19 23:47:01 UTC (rev 6955) @@ -1,41 +1,40 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>sesat</groupId> - <artifactId>pom.generic.sesam</artifactId> - <version>2.18-SNAPSHOT</version> - </parent> - <name>${project.artifactId}</name> - <artifactId>generic.sesam-query-evaluation</artifactId> - <packaging>jar</packaging> - <description>Generic Query Evaluators</description> - - <build> - <finalName>${project.artifactId}</finalName> - </build> - - <dependencies> - <dependency> - <groupId>sesat</groupId> - <artifactId>sesat-query-api</artifactId> - <version>2.18-SNAPSHOT</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>sesat</groupId> - <artifactId>sesat-httpclient-api</artifactId> - <version>2.18-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>sesat</groupId> - <artifactId>sesat-site-spi</artifactId> - <version>2.18-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.lucene.solr</groupId> - <artifactId>solrj</artifactId> - </dependency> - </dependencies> -</project> +<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/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>sesat</groupId> + <artifactId>pom.generic.sesam</artifactId> + <version>2.18-SNAPSHOT</version> + </parent> + <name>${project.artifactId}</name> + <artifactId>generic.sesam-query-evaluation</artifactId> + <packaging>jar</packaging> + <description>Generic Query Evaluators</description> + + <build> + <finalName>${project.artifactId}</finalName> + </build> + + <dependencies> + <dependency> + <groupId>sesat</groupId> + <artifactId>sesat-query-api</artifactId> + <version>2.18-SNAPSHOT</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>sesat</groupId> + <artifactId>sesat-httpclient-api</artifactId> + <version>2.18-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>sesat</groupId> + <artifactId>sesat-site-spi</artifactId> + <version>2.18-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.lucene.solr</groupId> + <artifactId>solrj</artifactId> + </dependency> + </dependencies> +</project> \ No newline at end of file Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-11-19 23:44:22 UTC (rev 6954) +++ trunk/pom.xml 2008-11-19 23:47:01 UTC (rev 6955) @@ -104,9 +104,9 @@ <url>http://sesat.no/hudson/</url> </ciManagement> <scm> - <connection>scm:svn:http://sesat.no/svn/sesat-kernel/trunk</connection> - <url>http://sesat.no/source/xref/sesat-kernel/</url> - <developerConnection>scm:svn:http://sesat.no/svn/sesat-kernel/trunk</developerConnection> + <connection>scm:svn:http://sesat.no/svn/sesat-kernel/branches/2.18</connection> + <url>http://sesat.no/source/xref/sesat-kernel/branches/2.18</url> + <developerConnection>scm:svn:http://sesat.no/svn/sesat-kernel/branches/2.18</developerConnection> </scm> <modules> _______________________________________________ Kernel-commits mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-commits
