Updated settings.
This commit is contained in:
36
pom.xml
36
pom.xml
@@ -4,7 +4,7 @@
|
||||
<groupId>org.springframework.ldap</groupId>
|
||||
<artifactId>spring-ldap</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
<version>1.2-SNAPSHOT</version>
|
||||
<name>Spring LDAP</name>
|
||||
<url>http://www.springframework.org/ldap</url>
|
||||
<description>
|
||||
@@ -22,9 +22,9 @@
|
||||
how the data maps to the domain model.
|
||||
|
||||
In addition to this, LdapTemplate provides Exception translation
|
||||
from NamingExceptions to DataAccessExceptions, as well as
|
||||
several utilities for working with filters, LDAP paths and
|
||||
Attributes.
|
||||
to an unchecked mirror of the checked NamingException hierarchy,
|
||||
as well as several utilities for working with filters,
|
||||
LDAP paths and Attributes.
|
||||
</description>
|
||||
|
||||
<!-- ============================================= -->
|
||||
@@ -39,8 +39,8 @@
|
||||
</issueManagement>
|
||||
|
||||
<ciManagement>
|
||||
<system>continuum</system>
|
||||
<url>http://www.purple.se:8787/continuum/</url>
|
||||
<system>bamboo</system>
|
||||
<url>http://springldap.waygroup.se:8080/bamboo/</url>
|
||||
<notifiers>
|
||||
<notifier>
|
||||
<type>mail</type>
|
||||
@@ -59,13 +59,13 @@
|
||||
|
||||
<scm>
|
||||
<connection>
|
||||
scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-projects/trunk/spring-ldap
|
||||
scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-projects/trunk/spring-ldap
|
||||
</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-projects/trunk/spring-ldap
|
||||
scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-projects/trunk/spring-ldap
|
||||
</developerConnection>
|
||||
<url>
|
||||
http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-projects/trunk/spring-ldap
|
||||
http://springframework.svn.sourceforge.net/viewcvs.cgi/springframework/spring-projects/trunk/spring-ldap
|
||||
</url>
|
||||
</scm>
|
||||
|
||||
@@ -107,22 +107,6 @@
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<comments>
|
||||
Copyright 2006 the original author or authors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
</comments>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
@@ -258,7 +242,7 @@ limitations under the License.
|
||||
<id>spring-ext</id>
|
||||
<name>Spring External Dependencies Repository</name>
|
||||
<url>
|
||||
https://svn.sourceforge.net/svnroot/springframework/repos/repo-ext/
|
||||
https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/
|
||||
</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
Reference in New Issue
Block a user