Skip to content

Commit 15a0cbe

Browse files
committed
#1881 - Release version 2.0.0.
1 parent 5d12f05 commit 15a0cbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>org.springframework.hateoas</groupId>
76
<artifactId>spring-hateoas</artifactId>
8-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
98

109
<name>Spring HATEOAS</name>
1110
<url>https://github.com/spring-projects/spring-hateoas</url>
@@ -870,6 +869,7 @@
870869
<url>https://github.com/spring-projects/spring-hateoas</url>
871870
<connection>scm:git:git://github.com/spring-projects/spring-hateoas.git</connection>
872871
<developerConnection>scm:git:ssh://git@github.com:spring-projects/spring-hateoas.git</developerConnection>
873-
</scm>
872+
<tag>2.0.0</tag>
873+
</scm>
874874

875875
</project>

0 commit comments

Comments
 (0)