Skip to content

Commit

Permalink
Prepare 3.2 M3 (2023.1.0).
Browse files Browse the repository at this point in the history
See #424
  • Loading branch information
mp911de committed Sep 15, 2023
1 parent bebf025 commit c5fee8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
17 changes: 3 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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 https://maven.apache.org/xsd/maven-4.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 https://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,12 +14,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0-M3</version>
</parent>

<properties>
<spring-ldap>3.2.0-M3</spring-ldap>
<springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
<springdata.commons>3.2.0-M3</springdata.commons>
<java-module-name>spring.data.ldap</java-module-name>
</properties>

Expand Down Expand Up @@ -171,16 +170,6 @@
</profiles>

<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/notice.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Spring Data LDAP 3.2 M2 (2023.1.0)
Spring Data LDAP 3.2 M3 (2023.1.0)
Copyright (c) [2010-2021] Pivotal Software, Inc.

This product is licensed to you under the Apache License, Version 2.0 (the "License").
Expand Down Expand Up @@ -27,4 +27,5 @@ conditions of the subcomponent's license, as noted in the LICENSE file.





0 comments on commit c5fee8b

Please sign in to comment.