We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd42ced commit d03b027Copy full SHA for d03b027
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.roomelephant</groupId>
6
<artifactId>elephlink</artifactId>
7
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0</version>
8
9
<properties>
10
<maven.compiler.source>21</maven.compiler.source>
@@ -160,7 +160,7 @@
160
<url>https://github.com/Room-Elephant/ElephLink</url>
161
<connection>scm:git:https://github.com/Room-Elephant/ElephLink.git</connection>
162
<developerConnection>scm:git:https://github.com/JPedroBorges/ElephLink.git</developerConnection>
163
- <tag>HEAD</tag>
+ <tag>v1.0.0</tag>
164
</scm>
165
166
</project>
0 commit comments