Skip to content

Commit d82e330

Browse files
author
qwazer
committed
[maven-release-plugin] prepare release v2.3.5
1 parent 2b89cbc commit d82e330

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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.googlecode</groupId>
86
<artifactId>scheme2ddl</artifactId>
9-
<version>2.3.5-SNAPSHOT</version>
7+
<version>2.3.5</version>
108
<packaging>jar</packaging>
119

1210
<url>http://scheme2ddl.googlecode.com</url>
@@ -15,7 +13,7 @@
1513
<connection>scm:git:git@github.com:qwazer/scheme2ddl.git</connection>
1614
<url>scm:git:git@github.com:qwazer/scheme2ddl.git</url>
1715
<developerConnection>scm:git:git@github.com:qwazer/scheme2ddl.git</developerConnection>
18-
<tag>HEAD</tag>
16+
<tag>v2.3.5</tag>
1917
</scm>
2018

2119

@@ -52,8 +50,7 @@
5250
<version>2.3</version>
5351
<configuration>
5452
<transformers>
55-
<transformer
56-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
53+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
5754
<manifestEntries>
5855
<Main-Class>com.googlecode.scheme2ddl.Main</Main-Class>
5956
<Implementation-Version>${project.version}</Implementation-Version>

0 commit comments

Comments
 (0)