[Jsptest-svn-commits] SF.net SVN: jsptest: [189] trunk/jsptest-generic
Status: Alpha
Brought to you by:
lkoskela
From: <lko...@us...> - 2008-01-14 06:21:11
|
Revision: 189 http://jsptest.svn.sourceforge.net/jsptest/?rev=189&view=rev Author: lkoskela Date: 2008-01-13 22:21:07 -0800 (Sun, 13 Jan 2008) Log Message: ----------- Reverted the version back to 0.12-SNAPSHOT after mistakenly letting them bump up to 0.13-SNAPSHOT. Modified Paths: -------------- trunk/jsptest-generic/jsptest-common/pom.xml trunk/jsptest-generic/jsptest-compiler-api/pom.xml Modified: trunk/jsptest-generic/jsptest-common/pom.xml =================================================================== --- trunk/jsptest-generic/jsptest-common/pom.xml 2008-01-14 05:58:56 UTC (rev 188) +++ trunk/jsptest-generic/jsptest-common/pom.xml 2008-01-14 06:21:07 UTC (rev 189) @@ -7,7 +7,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jsptest-common</artifactId> - <version>0.13-SNAPSHOT</version> + <version>0.12-SNAPSHOT</version> <packaging>jar</packaging> <name>Common utilities</name> <description>Common utilities for the components of JspTest, including the JSP version-specific compiler implementations.</description> Modified: trunk/jsptest-generic/jsptest-compiler-api/pom.xml =================================================================== --- trunk/jsptest-generic/jsptest-compiler-api/pom.xml 2008-01-14 05:58:56 UTC (rev 188) +++ trunk/jsptest-generic/jsptest-compiler-api/pom.xml 2008-01-14 06:21:07 UTC (rev 189) @@ -7,7 +7,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jsptest-compiler-api</artifactId> - <version>0.13-SNAPSHOT</version> + <version>0.12-SNAPSHOT</version> <packaging>jar</packaging> <name>Internal compiler API</name> <description>A common internal API for the different versions of JSP version-specific compilers.</description> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |