Author: rmannibucau Date: Mon Nov 3 19:38:19 2014 New Revision: 1636425 URL: http://svn.apache.org/r1636425 Log: seems I messed up version, sorry + adding a BUILDING.txt file
Added: commons/proper/jcs/trunk/BUILDING.txt Modified: commons/proper/jcs/trunk/commons-jcs-dist/pom.xml commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml Added: commons/proper/jcs/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/BUILDING.txt?rev=1636425&view=auto ============================================================================== --- commons/proper/jcs/trunk/BUILDING.txt (added) +++ commons/proper/jcs/trunk/BUILDING.txt Mon Nov 3 19:38:19 2014 @@ -0,0 +1,10 @@ +Default build is using: + + mvn clean install + +Release build is ising (to get distributions - ie src/bin assemblies - and force TCKs to pass): + + mvn clean install -Prelease + +Note: this only passes on Java 7 since TCKs have to run onit. + Modified: commons/proper/jcs/trunk/commons-jcs-dist/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-dist/pom.xml?rev=1636425&r1=1636424&r2=1636425&view=diff ============================================================================== --- commons/proper/jcs/trunk/commons-jcs-dist/pom.xml (original) +++ commons/proper/jcs/trunk/commons-jcs-dist/pom.xml Mon Nov 3 19:38:19 2014 @@ -68,23 +68,23 @@ <dependency> <!-- no sources or javadoc since src/main/java is empty --> <groupId>org.apache.commons</groupId> <artifactId>commons-jcs-jcache-tck</artifactId> - <version>2.0-SNAPSHOT2.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jcs-jcache-extras</artifactId> - <version>2.0-SNAPSHOT2.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jcs-jcache-extras</artifactId> - <version>2.0-SNAPSHOT2.0-SNAPSHOT</version> + <version>${project.version}</version> <classifier>sources</classifier> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jcs-jcache-extras</artifactId> - <version>2.0-SNAPSHOT2.0-SNAPSHOT</version> + <version>${project.version}</version> <classifier>javadoc</classifier> </dependency> <dependency> Modified: commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml?rev=1636425&r1=1636424&r2=1636425&view=diff ============================================================================== --- commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml (original) +++ commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml Mon Nov 3 19:38:19 2014 @@ -26,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>commons-jcs-jcache-extras</artifactId> - <version>2.0-SNAPSHOT2.0-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> <name>Apache Commons JCS :: JCache Extras</name> <dependencies> @@ -64,7 +64,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jcs-jcache</artifactId> - <version>2.0-SNAPSHOT</version> + <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> Modified: commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml?rev=1636425&r1=1636424&r2=1636425&view=diff ============================================================================== --- commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml (original) +++ commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml Mon Nov 3 19:38:19 2014 @@ -34,7 +34,7 @@ --> <artifactId>commons-jcs-jcache-tck</artifactId> - <version>2.0-SNAPSHOT2.0-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> <name>Apache Commons JCS :: JCache TCK</name>