From: <mol...@us...> - 2008-12-16 14:24:46
|
Revision: 959 http://openutils.svn.sourceforge.net/openutils/?rev=959&view=rev Author: molaschi Date: 2008-12-16 14:24:41 +0000 (Tue, 16 Dec 2008) Log Message: ----------- [maven-release-plugin] copy for tag openutils-notifications-1.0.0 Added Paths: ----------- tags/openutils-notifications-1.0.0/ tags/openutils-notifications-1.0.0/pom.xml Removed Paths: ------------- tags/openutils-notifications-1.0.0/pom.xml Deleted: tags/openutils-notifications-1.0.0/pom.xml =================================================================== --- trunk/openutils-notifications/pom.xml 2008-12-16 14:16:26 UTC (rev 957) +++ tags/openutils-notifications-1.0.0/pom.xml 2008-12-16 14:24:41 UTC (rev 959) @@ -1,47 +0,0 @@ -<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>net.sourceforge.openutils</groupId> - <artifactId>openutils</artifactId> - <version>10</version> - <relativePath>..</relativePath> - </parent> - <artifactId>openutils-notifications</artifactId> - <name>Openutils Notifications</name> - <version>1.0.0-SNAPSHOT</version> - <description>openutils spring notification manager (plain text mails, freemarker mails, ...)</description> - <dependencies> - <dependency> - <groupId>org.freemarker</groupId> - <artifactId>freemarker</artifactId> - <version>2.3.13</version> - </dependency> - <dependency> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - <version>1.4</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.4</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <version>2.5.3</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.5.0</version> - </dependency> - </dependencies> -</project> Copied: tags/openutils-notifications-1.0.0/pom.xml (from rev 958, trunk/openutils-notifications/pom.xml) =================================================================== --- tags/openutils-notifications-1.0.0/pom.xml (rev 0) +++ tags/openutils-notifications-1.0.0/pom.xml 2008-12-16 14:24:41 UTC (rev 959) @@ -0,0 +1,52 @@ +<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>net.sourceforge.openutils</groupId> + <artifactId>openutils</artifactId> + <version>10</version> + <relativePath>..</relativePath> + </parent> + <artifactId>openutils-notifications</artifactId> + <name>Openutils Notifications</name> + <version>1.0.0</version> + <description>openutils spring notification manager (plain text mails, freemarker mails, ...)</description> + <dependencies> + <dependency> + <groupId>org.freemarker</groupId> + <artifactId>freemarker</artifactId> + <version>2.3.13</version> + </dependency> + <dependency> + <groupId>javax.mail</groupId> + <artifactId>mail</artifactId> + <version>1.4</version> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.4</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + <version>2.5.3</version> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.0</version> + </dependency> + </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-notifications-1.0.0</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-notifications-1.0.0</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-notifications-1.0.0</url> + </scm> +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |