Author: philharveyonline Date: Tue Aug 6 12:57:55 2013 New Revision: 1510949
URL: http://svn.apache.org/r1510949 Log: PROTON-270: make tests module name more descriptive Modified: qpid/proton/trunk/tests/pom.xml Modified: qpid/proton/trunk/tests/pom.xml URL: http://svn.apache.org/viewvc/qpid/proton/trunk/tests/pom.xml?rev=1510949&r1=1510948&r2=1510949&view=diff ============================================================================== --- qpid/proton/trunk/tests/pom.xml (original) +++ qpid/proton/trunk/tests/pom.xml Tue Aug 6 12:57:55 2013 @@ -21,8 +21,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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <artifactId>tests</artifactId> - <name>tests</name> + <artifactId>proton-tests</artifactId> + <name>proton-tests</name> <description>The Proton system tests execute against either the Java or the C implementations, based on the chosen profile. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
