We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c527711 commit 0918ae9Copy full SHA for 0918ae9
1 file changed
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.toile-libre.libe</groupId>
4
<artifactId>curl</artifactId>
5
- <version>0.0.45</version>
+ <version>0.0.46-SNAPSHOT</version>
6
<name>curl</name>
7
<description>Curl</description>
8
<url>https://github.com/libetl/curl</url>
@@ -24,7 +24,7 @@
24
<connection>scm:git:git@github.com:libetl/curl.git</connection>
25
<developerConnection>scm:git:git@github.com:libetl/curl.git</developerConnection>
26
<url>git@github.com:libetl/curl.git</url>
27
- <tag>curl-0.0.45</tag>
+ <tag>${project.version}</tag>
28
</scm>
29
<distributionManagement>
30
<snapshotRepository>
0 commit comments