Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit 06d28ee

Browse files
committed
[maven-release-plugin] prepare release spring-elasticsearch-5.0
1 parent fa450bd commit 06d28ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
43

54
<modelVersion>4.0.0</modelVersion>
65
<groupId>fr.pilato.spring</groupId>
76
<artifactId>spring-elasticsearch</artifactId>
87
<packaging>jar</packaging>
98
<name>spring-elasticsearch</name>
10-
<version>5.0-SNAPSHOT</version>
9+
<version>5.0</version>
1110
<url>https://github.com/dadoonet/spring-elasticsearch</url>
1211
<description>Spring factories for Elasticsearch</description>
1312

@@ -75,7 +74,8 @@
7574
<url>scm:git:[email protected]:dadoonet/spring-elasticsearch.git</url>
7675
<connection>scm:git:[email protected]:dadoonet/spring-elasticsearch.git</connection>
7776
<developerConnection>scm:git:[email protected]:dadoonet/spring-elasticsearch.git</developerConnection>
78-
</scm>
77+
<tag>spring-elasticsearch-5.0</tag>
78+
</scm>
7979

8080
<issueManagement>
8181
<system>GitHub</system>

0 commit comments

Comments
 (0)