Skip to content

Commit 37f4d6c

Browse files
[maven-release-plugin] prepare release uroborosql-1.0.0
1 parent 76293ce commit 37f4d6c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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/maven-v4_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/maven-v4_0_0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<groupId>jp.co.future</groupId>
75
<artifactId>uroborosql</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
97
<packaging>jar</packaging>
108
<name>uroboroSQL</name>
119
<description>Developer-oriented and SQL centric database access library</description>
@@ -26,7 +24,7 @@
2624
<connection>scm:git:https://github.com/future-architect/uroborosql.git</connection>
2725
<developerConnection>scm:git:https://github.com/future-architect/uroborosql.git</developerConnection>
2826
<url>https://github.com/future-architect/uroborosql</url>
29-
<tag>HEAD</tag>
27+
<tag>uroborosql-1.0.0</tag>
3028
</scm>
3129
<developers>
3230
<developer>

0 commit comments

Comments
 (0)