[maven-release-plugin] prepare release spring-ldap-1.3.1.RELEASE

This commit is contained in:
Ben Hale
2010-11-30 16:00:31 +00:00
parent ddf0cdd7aa
commit cff4f7ef1a
12 changed files with 45 additions and 62 deletions

11
pom.xml
View File

@@ -1,10 +1,9 @@
<?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>org.springframework.ldap</groupId>
<artifactId>spring-ldap</artifactId>
<version>1.3.1.CI-SNAPSHOT</version>
<version>1.3.1.RELEASE</version>
<packaging>pom</packaging>
<name>Spring LDAP</name>
<description> Spring LDAP is a Java library for simplifying LDAP
@@ -110,12 +109,12 @@
</distributionManagement>
<scm>
<connection>
scm:svn:https://src.springframework.org/svn/spring-ldap/trunk
scm:svn:https://src.springframework.org/svn/spring-ldap/tags/spring-ldap-1.3.1.RELEASE
</connection>
<developerConnection>
scm:svn:https://src.springframework.org/svn/spring-ldap/trunk/
scm:svn:https://src.springframework.org/svn/spring-ldap/tags/spring-ldap-1.3.1.RELEASE
</developerConnection>
<url>https://fisheye.springsource.org/changelog/~br=trunk/spring-ldap</url>
<url>https://fisheye.springsource.org/changelog/~br=trunk/spring-ldap/tags/spring-ldap-1.3.1.RELEASE</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>