[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"
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>com.sourcesense.maven</groupId>
<artifactId>maven-nosnapshot-plugin</artifactId>
<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>
<url>http://maven.apache.org</url>
<scm>
<developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/trunk/plugins/maven-nosnapshot-plugin</developerConnection>
<url>https://maven-alfresco-archetypes.googlecode.com/svn/trunk/plugins/maven-nosnapshot-plugin</url>
<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/tags/maven-nosnapshot-plugin-0.0.4</url>
</scm>
<dependencies>
<dependency>