File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >com.googlecode</groupId >
8
6
<artifactId >scheme2ddl</artifactId >
9
- <version >2.3.5-SNAPSHOT </version >
7
+ <version >2.3.5</version >
10
8
<packaging >jar</packaging >
11
9
12
10
<url >http://scheme2ddl.googlecode.com</url >
15
13
<connection >scm:git:git@github.com:qwazer/scheme2ddl.git</connection >
16
14
<url >scm:git:git@github.com:qwazer/scheme2ddl.git</url >
17
15
<developerConnection >scm:git:git@github.com:qwazer/scheme2ddl.git</developerConnection >
18
- <tag >HEAD </tag >
16
+ <tag >v2.3.5 </tag >
19
17
</scm >
20
18
21
19
52
50
<version >2.3</version >
53
51
<configuration >
54
52
<transformers >
55
- <transformer
56
- implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
53
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
57
54
<manifestEntries >
58
55
<Main-Class >com.googlecode.scheme2ddl.Main</Main-Class >
59
56
<Implementation-Version >${project.version} </Implementation-Version >
You can’t perform that action at this time.
0 commit comments