[maven-release-plugin] prepare release samskivert-1.0

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2877 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2010-09-10 16:15:04 +00:00
parent 6c97376395
commit 71f1a59668
+5 -6
View File
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<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.samskivert</groupId> <groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId> <artifactId>samskivert</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0-SNAPSHOT</version> <version>1.0</version>
<name>samskivert</name> <name>samskivert</name>
<description>A collection of Java utilities.</description> <description>A collection of Java utilities.</description>
<url>http://code.google.com/p/samskivert/</url> <url>http://code.google.com/p/samskivert/</url>
@@ -36,9 +35,9 @@
</developers> </developers>
<scm> <scm>
<connection>scm:svn:http://samskivert.googlecode.com/svn/trunk/</connection> <connection>scm:svn:http://samskivert.googlecode.com/svn/tags/samskivert-1.0</connection>
<developerConnection>scm:svn:https://samskivert.googlecode.com/svn/trunk/</developerConnection> <developerConnection>scm:svn:https://samskivert.googlecode.com/svn/tags/samskivert-1.0</developerConnection>
<url>http://samskivert.googlecode.com/svn/trunk/</url> <url>http://samskivert.googlecode.com/svn/tags/samskivert-1.0</url>
</scm> </scm>
<dependencies> <dependencies>