Skip to content

Commit cb0dcce

Browse files
author
Scott Gray
committed
[maven-release-plugin] prepare release jsqsh-2.1.0
1 parent 9c296e6 commit cb0dcce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
3+
<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">
54
<modelVersion>4.0.0</modelVersion>
65
<groupId>org.sqsh</groupId>
76
<artifactId>jsqsh</artifactId>
87
<packaging>jar</packaging>
9-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0</version>
109
<name>JSqsh</name>
1110

1211
<scm>
1312
<connection>scm:git:git@github.com:scgray/jsqsh.git</connection>
1413
<url>scm:git:git@github.com:scgray/jsqsh.git</url>
1514
<developerConnection>scm:git:git@github.com:scgray/jsqsh.git</developerConnection>
15+
<tag>jsqsh-2.1.0</tag>
1616
</scm>
1717

1818
<properties>

0 commit comments

Comments
 (0)