Author: [email protected]
Date: Fri Jun 24 09:11:38 2011
New Revision: 1190
Log:
[Amdatu release]prepare release org.amdatu.cassandra-0.2.0-RC2
Modified:
branches/amdatu-cassandra-0.2.0/cassandra-application/pom.xml
branches/amdatu-cassandra-0.2.0/cassandra-listener/pom.xml
branches/amdatu-cassandra-0.2.0/cassandra-persistencemanager/pom.xml
branches/amdatu-cassandra-0.2.0/cassandra-store-tenant/pom.xml
branches/amdatu-cassandra-0.2.0/cassandra-store-useradmin/pom.xml
branches/amdatu-cassandra-0.2.0/cassandra-tools/pom.xml
branches/amdatu-cassandra-0.2.0/pom.xml
branches/amdatu-cassandra-0.2.0/release/pom.xml
branches/amdatu-cassandra-0.2.0/test-unit/pom.xml
Modified: branches/amdatu-cassandra-0.2.0/cassandra-application/pom.xml
==============================================================================
--- branches/amdatu-cassandra-0.2.0/cassandra-application/pom.xml
(original)
+++ branches/amdatu-cassandra-0.2.0/cassandra-application/pom.xml Fri Jun
24 09:11:38 2011
@@ -20,7 +20,7 @@
<parent>
<groupId>org.amdatu.cassandra</groupId>
<artifactId>org.amdatu.cassandra</artifactId>
- <version>0.2.0-RC2-SNAPSHOT</version>
+ <version>0.2.0-RC2</version>
</parent>
<artifactId>org.amdatu.cassandra.application</artifactId>
<packaging>bundle</packaging>
Modified: branches/amdatu-cassandra-0.2.0/cassandra-listener/pom.xml
==============================================================================
--- branches/amdatu-cassandra-0.2.0/cassandra-listener/pom.xml (original)
+++ branches/amdatu-cassandra-0.2.0/cassandra-listener/pom.xml Fri Jun 24
09:11:38 2011
@@ -20,7 +20,7 @@
<parent>
<groupId>org.amdatu.cassandra</groupId>
<artifactId>org.amdatu.cassandra</artifactId>
- <version>0.2.0-RC2-SNAPSHOT</version>
+ <version>0.2.0-RC2</version>
</parent>
<artifactId>org.amdatu.cassandra.listener</artifactId>
<packaging>bundle</packaging>
Modified: branches/amdatu-cassandra-0.2.0/cassandra-persistencemanager/pom.xml
==============================================================================
--- branches/amdatu-cassandra-0.2.0/cassandra-persistencemanager/pom.xml
(original)
+++ branches/amdatu-cassandra-0.2.0/cassandra-persistencemanager/pom.xml
Fri Jun 24 09:11:38 2011
@@ -20,7 +20,7 @@
<parent>
<groupId>org.amdatu.cassandra</groupId>
<artifactId>org.amdatu.cassandra</artifactId>
- <version>0.2.0-RC2-SNAPSHOT</version>
+ <version>0.2.0-RC2</version>
</parent>
<artifactId>org.amdatu.cassandra.persistencemanager</artifactId>
<packaging>bundle</packaging>
Modified: branches/amdatu-cassandra-0.2.0/cassandra-store-tenant/pom.xml
==============================================================================
--- branches/amdatu-cassandra-0.2.0/cassandra-store-tenant/pom.xml
(original)
+++ branches/amdatu-cassandra-0.2.0/cassandra-store-tenant/pom.xml Fri Jun
24 09:11:38 2011
@@ -20,7 +20,7 @@
<parent>
<groupId>org.amdatu.cassandra</groupId>
<artifactId>org.amdatu.cassandra</artifactId>
- <version>0.2.0-RC2-SNAPSHOT</version>
+ <version>0.2.0-RC2</version>
</parent>
<artifactId>org.amdatu.cassandra.store.tenant</artifactId>
<packaging>bundle</packaging>
@@ -66,7 +66,7 @@
me.prettyprint.hector.api.beans;version="[1.0,2.0)",
*
</Import-Package>
- <Export-Package></Export-Package>
+ <Export-Package />
</instructions>
</configuration>
</plugin>
Modified: branches/amdatu-cassandra-0.2.0/cassandra-store-useradmin/pom.xml
==============================================================================
--- branches/amdatu-cassandra-0.2.0/cassandra-store-useradmin/pom.xml
(original)
+++ branches/amdatu-cassandra-0.2.0/cassandra-store-useradmin/pom.xml Fri Jun
24 09:11:38 2011
@@ -20,7 +20,7 @@
<parent>
<groupId>org.amdatu.cassandra</groupId>
<artifactId>org.amdatu.cassandra</artifactId>
- <version>0.2.0-RC2-SNAPSHOT</version>
+ <version>0.2.0-RC2</version>
</parent>
<artifactId>org.amdatu.cassandra.store.useradmin</artifactId>
<packaging>bundle</packaging>
Modified: branches/amdatu-cassandra-0.2.0/cassandra-tools/pom.xml
==============================================================================
--- branches/amdatu-cassandra-0.2.0/cassandra-tools/pom.xml (original)
+++ branches/amdatu-cassandra-0.2.0/cassandra-tools/pom.xml Fri Jun 24
09:11:38 2011
@@ -1,134 +1,133 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2010, 2011 The Amdatu Foundation
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.verning permissions and limitations
- under the License.
--->
-<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>org.amdatu.cassandra</groupId>
- <artifactId>org.amdatu.cassandra</artifactId>
- <version>0.2.0-RC2-SNAPSHOT</version>
- </parent>
- <artifactId>org.amdatu.cassandra.tools</artifactId>
- <packaging>jar</packaging>
- <name>Amdatu Cassandra - Tools</name>
- <description>This bundle contains tools for managing Apache Cassandra nodes
in a cluster</description>
-
- <properties>
- <!-- Enter your own settings here for any other cassandra client you want
to generate cassandra client tools for -->
-
<cassandra.client.address>${cassandra.listen_address}</cassandra.client.address>
- <cassandra.client.jmxport>${jmxremote.port}</cassandra.client.jmxport>
-
<cassandra.client.rpc_port>${cassandra.rpc_port}</cassandra.client.rpc_port>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.cassandra</groupId>
- <artifactId>apache-cassandra</artifactId>
- <version>${cassandra.version}</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>libthrift</groupId>
- <artifactId>libthrift</artifactId>
- <version>0.5</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.16</version>
- <scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>javax.jms</groupId>
- <artifactId>jms</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.jmx</groupId>
- <artifactId>jmxri</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.jdmk</groupId>
- <artifactId>jmxtools</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.5.6</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-jdk14</artifactId>
- <version>1.5.6</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>commons-cli</groupId>
- <artifactId>commons-cli</artifactId>
- <version>1.2</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>jline</groupId>
- <artifactId>jline</artifactId>
- <version>0.9.94</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.antlr</groupId>
- <artifactId>antlr-runtime</artifactId>
- <version>3.1.3</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>cassandra-client-tools-${cassandra.version}</finalName>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- <filtering>true</filtering>
- <includes>
- <include>*.*</include>
- </includes>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>create-jar</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <descriptors>
- <descriptor>src/main/assembly/assembly.xml</descriptor>
- </descriptors>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2010, 2011 The Amdatu Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.verning permissions and limitations
+ under the License.
+-->
+<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>org.amdatu.cassandra</groupId>
+ <artifactId>org.amdatu.cassandra</artifactId>
+ <version>0.2.0-RC2</version>
+ </parent>
+ <artifactId>org.amdatu.cassandra.tools</artifactId>
+ <packaging>jar</packaging>
+ <name>Amdatu Cassandra - Tools</name>
+ <description>This bundle contains tools for managing Apache Cassandra nodes
in a cluster</description>
+
+ <properties>
+ <!-- Enter your own settings here for any other cassandra client you want
to generate cassandra client tools for -->
+
<cassandra.client.address>${cassandra.listen_address}</cassandra.client.address>
+ <cassandra.client.jmxport>${jmxremote.port}</cassandra.client.jmxport>
+
<cassandra.client.rpc_port>${cassandra.rpc_port}</cassandra.client.rpc_port>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.cassandra</groupId>
+ <artifactId>apache-cassandra</artifactId>
+ <version>${cassandra.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>libthrift</groupId>
+ <artifactId>libthrift</artifactId>
+ <version>0.5</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.16</version>
+ <scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.jmx</groupId>
+ <artifactId>jmxri</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.jdmk</groupId>
+ <artifactId>jmxtools</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.5.6</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ <version>1.5.6</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
+ <version>1.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>jline</groupId>
+ <artifactId>jline</artifactId>
+ <version>0.9.94</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.antlr</groupId>
+ <artifactId>antlr-runtime</artifactId>
+ <version>3.1.3</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>cassandra-client-tools-${cassandra.version}</finalName>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>true</filtering>
+ <includes>
+ <include>*.*</include>
+ </includes>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>create-jar</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/assembly.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Modified: branches/amdatu-cassandra-0.2.0/pom.xml
==============================================================================
--- branches/amdatu-cassandra-0.2.0/pom.xml (original)
+++ branches/amdatu-cassandra-0.2.0/pom.xml Fri Jun 24 09:11:38 2011
@@ -25,7 +25,7 @@
</parent>
<groupId>org.amdatu.cassandra</groupId>
<artifactId>org.amdatu.cassandra</artifactId>
- <version>0.2.0-RC2-SNAPSHOT</version>
+ <version>0.2.0-RC2</version>
<packaging>pom</packaging>
<name>Amdatu Cassandra</name>
<description>This project brings Apache Cassandra persistence services to
the Amdatu platform.</description>
@@ -76,9 +76,9 @@
</properties>
<scm>
-
<connection>scm:svn:http://subversion.amdatu.org/svn/amdatu/branches/amdatu-cassandra-0.2.0</connection>
-
<developerConnection>scm:svn:http://subversion.amdatu.org/svn/amdatu/branches/amdatu-cassandra-0.2.0</developerConnection>
-
<url>http://subversion.amdatu.org/svn/amdatu/branches/amdatu-cassandra-0.2.0</url>
+
<connection>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.cassandra-0.2.0-RC2</connection>
+
<developerConnection>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.cassandra-0.2.0-RC2</developerConnection>
+
<url>http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.cassandra-0.2.0-RC2</url>
</scm>
<dependencies>
@@ -442,9 +442,9 @@
<configuration>
<target>
- <taskdef
resource="net/sf/antcontrib/antcontrib.properties"
classpathref="maven.compile.classpath"/>
- <available
file="${project.build.directory}/${project.build.finalName}.jar"
property="fileExists" value="true"/>
- <available file="../config-fileinstall"
property="configFileDirExists" value="true"/>
+ <taskdef
resource="net/sf/antcontrib/antcontrib.properties"
classpathref="maven.compile.classpath" />
+ <available
file="${project.build.directory}/${project.build.finalName}.jar"
property="fileExists" value="true" />
+ <available file="../config-fileinstall"
property="configFileDirExists" value="true" />
<if>
<isset property="fileExists" />
@@ -452,19 +452,16 @@
<if>
<equals arg1="${amdatu.deploy.directory}" arg2="" />
<then>
- <echo message="Property amdatu.deploy.directory
not defined, skipping copy to deploy dir task"/>
+ <echo message="Property amdatu.deploy.directory
not defined, skipping copy to deploy dir task" />
</then>
<else>
- <copy
-
file="${project.build.directory}/${project.build.finalName}.jar"
-
tofile="${amdatu.deploy.directory}/${project.artifactId}-${project.version}.jar"
- overwrite="true" />
+ <copy
file="${project.build.directory}/${project.build.finalName}.jar"
tofile="${amdatu.deploy.directory}/${project.artifactId}-${project.version}.jar"
overwrite="true" />
<if>
<isset property="configFileDirExists" />
<then>
<copy todir="${amdatu.deploy.directory}"
overwrite="false">
- <fileset dir="../config-fileinstall"/>
+ <fileset dir="../config-fileinstall" />
</copy>
</then>
</if>
Modified: branches/amdatu-cassandra-0.2.0/release/pom.xml
==============================================================================
--- branches/amdatu-cassandra-0.2.0/release/pom.xml (original)
+++ branches/amdatu-cassandra-0.2.0/release/pom.xml Fri Jun 24 09:11:38 2011
@@ -1,95 +1,95 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2010, 2011 The Amdatu Foundation
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.verning permissions and limitations
- under the License.
--->
-<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>org.amdatu.cassandra</groupId>
- <artifactId>org.amdatu.cassandra</artifactId>
- <version>0.2.0-RC2-SNAPSHOT</version>
- </parent>
- <artifactId>amdatu-cassandra</artifactId>
- <packaging>pom</packaging>
- <name>Amdatu Cassandra - release</name>
- <description>Release module for the Amdatu Cassandra project.</description>
-
- <dependencies>
- <dependency>
- <groupId>org.amdatu.cassandra</groupId>
- <artifactId>org.amdatu.cassandra.application</artifactId>
- <scope>runtime</scope>
- <type>bundle</type>
- </dependency>
- <dependency>
- <groupId>org.amdatu.cassandra</groupId>
- <artifactId>org.amdatu.cassandra.listener</artifactId>
- <scope>runtime</scope>
- <type>bundle</type>
- </dependency>
- <dependency>
- <groupId>org.amdatu.cassandra</groupId>
- <artifactId>org.amdatu.cassandra.persistencemanager</artifactId>
- <scope>runtime</scope>
- <type>bundle</type>
- </dependency>
- <dependency>
- <groupId>org.amdatu.cassandra</groupId>
- <artifactId>org.amdatu.cassandra.store.tenant</artifactId>
- <scope>runtime</scope>
- <type>bundle</type>
- </dependency>
- <dependency>
- <groupId>org.amdatu.cassandra</groupId>
- <artifactId>org.amdatu.cassandra.store.useradmin</artifactId>
- <scope>runtime</scope>
- <type>bundle</type>
- </dependency>
- </dependencies>
-
- <profiles>
- <profile>
- <!-- Profile active only for release builds -->
- <id>build-release</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>create-release</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <descriptors>
- <descriptor>src/main/assembly/bin-release.xml</descriptor>
- <descriptor>src/main/assembly/src-release.xml</descriptor>
- </descriptors>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2010, 2011 The Amdatu Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.verning permissions and limitations
+ under the License.
+-->
+<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>org.amdatu.cassandra</groupId>
+ <artifactId>org.amdatu.cassandra</artifactId>
+ <version>0.2.0-RC2</version>
+ </parent>
+ <artifactId>amdatu-cassandra</artifactId>
+ <packaging>pom</packaging>
+ <name>Amdatu Cassandra - release</name>
+ <description>Release module for the Amdatu Cassandra project.</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.amdatu.cassandra</groupId>
+ <artifactId>org.amdatu.cassandra.application</artifactId>
+ <scope>runtime</scope>
+ <type>bundle</type>
+ </dependency>
+ <dependency>
+ <groupId>org.amdatu.cassandra</groupId>
+ <artifactId>org.amdatu.cassandra.listener</artifactId>
+ <scope>runtime</scope>
+ <type>bundle</type>
+ </dependency>
+ <dependency>
+ <groupId>org.amdatu.cassandra</groupId>
+ <artifactId>org.amdatu.cassandra.persistencemanager</artifactId>
+ <scope>runtime</scope>
+ <type>bundle</type>
+ </dependency>
+ <dependency>
+ <groupId>org.amdatu.cassandra</groupId>
+ <artifactId>org.amdatu.cassandra.store.tenant</artifactId>
+ <scope>runtime</scope>
+ <type>bundle</type>
+ </dependency>
+ <dependency>
+ <groupId>org.amdatu.cassandra</groupId>
+ <artifactId>org.amdatu.cassandra.store.useradmin</artifactId>
+ <scope>runtime</scope>
+ <type>bundle</type>
+ </dependency>
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <!-- Profile active only for release builds -->
+ <id>build-release</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>create-release</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/bin-release.xml</descriptor>
+ <descriptor>src/main/assembly/src-release.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>
\ No newline at end of file
Modified: branches/amdatu-cassandra-0.2.0/test-unit/pom.xml
==============================================================================
--- branches/amdatu-cassandra-0.2.0/test-unit/pom.xml (original)
+++ branches/amdatu-cassandra-0.2.0/test-unit/pom.xml Fri Jun 24 09:11:38 2011
@@ -1,60 +1,59 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2010, 2011 The Amdatu Foundation
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.verning permissions and limitations
- under the License.
--->
-<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>org.amdatu.cassandra</groupId>
- <artifactId>org.amdatu.cassandra</artifactId>
- <version>0.2.0-RC2-SNAPSHOT</version>
- </parent>
- <artifactId>org.amdatu.cassandra.test.unit</artifactId>
- <packaging>jar</packaging>
- <name>Amdatu Cassandra - Unit test classes</name>
- <description>This component holds several utility classes which can be
embedded by unit tests</description>
-
- <dependencies>
- <dependency>
- <groupId>org.amdatu.cassandra</groupId>
- <artifactId>org.amdatu.cassandra.listener</artifactId>
- <type>bundle</type>
- </dependency>
- <dependency>
- <groupId>org.amdatu.cassandra</groupId>
- <artifactId>org.amdatu.cassandra.application</artifactId>
- <type>bundle</type>
- </dependency>
- <dependency>
- <groupId>org.amdatu.cassandra</groupId>
- <artifactId>org.amdatu.cassandra.persistencemanager</artifactId>
- <type>bundle</type>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.16</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <version>20090211</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2010, 2011 The Amdatu Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.verning permissions and limitations
+ under the License.
+-->
+<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>org.amdatu.cassandra</groupId>
+ <artifactId>org.amdatu.cassandra</artifactId>
+ <version>0.2.0-RC2</version>
+ </parent>
+ <artifactId>org.amdatu.cassandra.test.unit</artifactId>
+ <packaging>jar</packaging>
+ <name>Amdatu Cassandra - Unit test classes</name>
+ <description>This component holds several utility classes which can be
embedded by unit tests</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.amdatu.cassandra</groupId>
+ <artifactId>org.amdatu.cassandra.listener</artifactId>
+ <type>bundle</type>
+ </dependency>
+ <dependency>
+ <groupId>org.amdatu.cassandra</groupId>
+ <artifactId>org.amdatu.cassandra.application</artifactId>
+ <type>bundle</type>
+ </dependency>
+ <dependency>
+ <groupId>org.amdatu.cassandra</groupId>
+ <artifactId>org.amdatu.cassandra.persistencemanager</artifactId>
+ <type>bundle</type>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.16</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <version>20090211</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits