Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit 51dfbd2

Browse files
committed
[maven-release-plugin] prepare release spring-redisearch-1.0.8
1 parent fcbc606 commit 51dfbd2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

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

75
<parent>
@@ -13,7 +11,7 @@
1311

1412
<groupId>com.redislabs</groupId>
1513
<artifactId>spring-redisearch</artifactId>
16-
<version>1.0.8-SNAPSHOT</version>
14+
<version>1.0.8</version>
1715

1816
<name>Spring RediSearch</name>
1917
<description>Spring-enabled client for RediSearch based on LettuSearch</description>
@@ -22,7 +20,7 @@
2220
<url>https://github.com/Redisearch/spring-redisearch.git</url>
2321
<connection>scm:git:git://github.com/Redisearch/spring-redisearch.git</connection>
2422
<developerConnection>scm:git:git@github.com:Redisearch/spring-redisearch.git</developerConnection>
25-
<tag>HEAD</tag>
23+
<tag>spring-redisearch-1.0.8</tag>
2624
</scm>
2725

2826
<repositories>

0 commit comments

Comments
 (0)