[maven-release-plugin] prepare release depot-1.0
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<?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"
|
||||
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.samskivert</groupId>
|
||||
<artifactId>depot</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0</version>
|
||||
<name>depot</name>
|
||||
<description>A collection of Java utilities.</description>
|
||||
<url>http://code.google.com/p/depot/</url>
|
||||
@@ -36,9 +35,9 @@
|
||||
</developers>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://depot.googlecode.com/svn/trunk/</connection>
|
||||
<developerConnection>scm:svn:https://depot.googlecode.com/svn/trunk/</developerConnection>
|
||||
<url>http://depot.googlecode.com/svn/trunk/</url>
|
||||
<connection>scm:svn:http://depot.googlecode.com/svn/tags/depot-1.0</connection>
|
||||
<developerConnection>scm:svn:https://depot.googlecode.com/svn/tags/depot-1.0</developerConnection>
|
||||
<url>http://depot.googlecode.com/svn/tags/depot-1.0</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user