Skip to content

Commit 9395f25

Browse files
[maven-release-plugin] prepare release v1.0
1 parent d7c0fae commit 9395f25

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.qwazr</groupId>
86
<name>JDBC Cache Driver</name>
97
<artifactId>jdbc-cache-driver</artifactId>
10-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
119
<packaging>jar</packaging>
1210

1311
<url>https://github.com/qwazr/jdbc-cache-driver</url>
@@ -40,7 +38,8 @@
4038
<connection>scm:git:git@github.com:qwazr/jdbc-cache-driver.git</connection>
4139
<developerConnection>scm:git:git@github.com:qwazr/jdbc-cache-driver.git</developerConnection>
4240
<url>git@github.com:qwazr/jdbc-cache-driver.git</url>
43-
</scm>
41+
<tag>v1.0</tag>
42+
</scm>
4443
<issueManagement>
4544
<url>https://github.com/qwazr/jdbc-cache-driver/lissues</url>
4645
</issueManagement>

0 commit comments

Comments
 (0)