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 92bb1ed commit 69a28e0Copy full SHA for 69a28e0
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.georchestra</groupId>
5
<artifactId>datafeeder</artifactId>
6
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
7
<packaging>jar</packaging>
8
<name>Data-Feeder microservice</name>
9
<properties>
@@ -27,6 +27,7 @@
27
28
<scm>
29
<developerConnection>scm:git:https://github.com/georchestra/datafeeder.git</developerConnection>
30
+ <tag>1.0.0</tag>
31
</scm>
32
33
<distributionManagement>
0 commit comments