Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 8dd9c25

Browse files
committed
[maven-release-plugin] prepare release db-util-1.0.0
1 parent 42f698f commit 8dd9c25

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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

64
<parent>
75
<groupId>org.sonatype.oss</groupId>
@@ -12,7 +10,7 @@
1210
<modelVersion>4.0.0</modelVersion>
1311
<groupId>com.vladmihalcea</groupId>
1412
<artifactId>db-util</artifactId>
15-
<version>0.0.2-SNAPSHOT</version>
13+
<version>1.0.0</version>
1614
<packaging>jar</packaging>
1715
<name>DB Util</name>
1816
<description>DB Utilities</description>
@@ -34,7 +32,8 @@
3432
<connection>scm:git:git:@github.com:vladmihalcea/db-util.git</connection>
3533
<developerConnection>scm:git:git:@github.com:vladmihalcea/db-util.git</developerConnection>
3634
<url>git@github.com:vladmihalcea/db-util.git</url>
37-
</scm>
35+
<tag>db-util-1.0.0</tag>
36+
</scm>
3837

3938
<dependencies>
4039

0 commit comments

Comments
 (0)