We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721411e commit 51b9236Copy full SHA for 51b9236
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>org.jboss.pnc</groupId>
12
<artifactId>rpm-importer</artifactId>
13
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.1</version>
14
15
<name>RPM Importer Tool</name>
16
<description>CLI Tool to import distgit repositories to gitlab</description>
@@ -41,6 +41,7 @@
41
<scm>
42
<connection>scm:git:https://github.com/project-ncl/rpm-importer.git</connection>
43
<developerConnection>scm:git:git@github.com:project-ncl/rpm-importer.git</developerConnection>
44
+ <tag>rpm-importer-0.1</tag>
45
<url>https://github.com/project-ncl/rpm-importer</url>
46
</scm>
47
0 commit comments