Skip to content

Commit 2580973

Browse files
committed
[maven-release-plugin] prepare release jdbc-driver-0.1.0
1 parent 34cced8 commit 2580973

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>foundation.stack</groupId>
66
<artifactId>jdbc-driver</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
88
<packaging>jar</packaging>
99
<name>stack.foundation JDBC Driver</name>
1010
<url>https://github.com/rchodava/jdbc-driver/</url>
@@ -37,7 +37,8 @@
3737
<connection>scm:git:[email protected]:rchodava/jdbc-driver.git</connection>
3838
<developerConnection>scm:git:[email protected]:rchodava/jdbc-driver.git</developerConnection>
3939
<url>[email protected]:rchodava/jdbc-driver.git</url>
40-
</scm>
40+
<tag>jdbc-driver-0.1.0</tag>
41+
</scm>
4142

4243
<distributionManagement>
4344
<snapshotRepository>

0 commit comments

Comments
 (0)