From: <iro...@us...> - 2008-10-20 21:49:46
|
Revision: 62 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=62&view=rev Author: iroberts Date: 2008-10-20 21:49:42 +0000 (Mon, 20 Oct 2008) Log Message: ----------- [maven-release-plugin] rollback the release of pojomatic-0.1 Modified Paths: -------------- trunk/Pojomatic/pom.xml Modified: trunk/Pojomatic/pom.xml =================================================================== --- trunk/Pojomatic/pom.xml 2008-10-20 21:48:10 UTC (rev 61) +++ trunk/Pojomatic/pom.xml 2008-10-20 21:49:42 UTC (rev 62) @@ -1,9 +1,11 @@ -<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"> +<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> <groupId>org.pojomatic</groupId> <artifactId>pojomatic</artifactId> <packaging>jar</packaging> - <version>0.2-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <name>Pojomatic</name> <description> Automatically provides configurable implementations of the @@ -154,4 +156,4 @@ <scope>test</scope> </dependency> </dependencies> -</project> \ No newline at end of file +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |