[maven-release-plugin] prepare release maven-nosnapshot-plugin-0.0.4

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@158 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab
2009-03-22 10:26:44 +00:00
parent b50dd4a69e
commit fb5bd19cc7

View File

@@ -1,15 +1,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.sourcesense.maven</groupId> <groupId>com.sourcesense.maven</groupId>
<artifactId>maven-nosnapshot-plugin</artifactId> <artifactId>maven-nosnapshot-plugin</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<version>0.0.4-SNAPSHOT</version> <version>0.0.4</version>
<name>Custom version manipulator Maven Plugin. It's non invasive and puts modified versions in configurable pom properties</name> <name>Custom version manipulator Maven Plugin. It's non invasive and puts modified versions in configurable pom properties</name>
<url>http://maven.apache.org</url> <url>http://maven.apache.org</url>
<scm> <scm>
<developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/trunk/plugins/maven-nosnapshot-plugin</developerConnection> <developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-nosnapshot-plugin-0.0.4</developerConnection>
<url>https://maven-alfresco-archetypes.googlecode.com/svn/trunk/plugins/maven-nosnapshot-plugin</url> <url>https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-nosnapshot-plugin-0.0.4</url>
</scm> </scm>
<dependencies> <dependencies>
<dependency> <dependency>