We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3e3cd commit 8f2ac5dCopy full SHA for 8f2ac5d
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>org.springframework.data</groupId>
7
<artifactId>spring-data-commons</artifactId>
8
- <version>3.5.6.1.cosium-SNAPSHOT</version>
+ <version>3.5.6.1.cosium</version>
9
10
<name>Spring Data Core</name>
11
<description>Core Spring concepts underpinning every Spring Data module.</description>
@@ -17,7 +17,8 @@
17
scm:git:[email protected]:spring-projects/spring-data-commons.git
18
</developerConnection>
19
<url>https://github.com/spring-projects/spring-data-commons</url>
20
- </scm>
+ <tag>3.5.6.1.cosium</tag>
21
+ </scm>
22
<issueManagement>
23
<url>https://github.com/spring-projects/spring-data-commons/issues</url>
24
</issueManagement>
0 commit comments