File tree Expand file tree Collapse file tree 4 files changed +14
-21
lines changed Expand file tree Collapse file tree 4 files changed +14
-21
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3
- xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
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
<parent >
8
6
<groupId >net.postgis</groupId >
9
7
<artifactId >postgis-java-aggregator</artifactId >
10
- <version >2.2.0-SNAPSHOT </version >
8
+ <version >2.2.0</version >
11
9
</parent >
12
10
13
11
<artifactId >postgis-jdbc</artifactId >
14
- <version >2.2.0-SNAPSHOT </version >
12
+ <version >2.2.0</version >
15
13
<packaging >jar</packaging >
16
14
17
15
<name >Postgis JDBC Driver</name >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3
- xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
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
<parent >
8
6
<groupId >net.postgis</groupId >
9
7
<artifactId >postgis-java-aggregator</artifactId >
10
- <version >2.2.0-SNAPSHOT </version >
8
+ <version >2.2.0</version >
11
9
</parent >
12
10
13
11
<artifactId >postgis-jdbc-jtsparser</artifactId >
14
- <version >2.2.0-SNAPSHOT </version >
12
+ <version >2.2.0</version >
15
13
<packaging >jar</packaging >
16
14
17
15
<name >Postgis JDBC Driver JTS Parser</name >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3
- xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
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 >net.postgis</groupId >
8
6
<artifactId >postgis-java-aggregator</artifactId >
9
- <version >2.2.0-SNAPSHOT </version >
7
+ <version >2.2.0</version >
10
8
<packaging >pom</packaging >
11
9
12
10
<name >PostGIS Java Project</name >
79
77
<url >https://github.com/postgis/postgis-java</url >
80
78
<connection >scm:git:git://github.com/postgis/postgis-java.git</connection >
81
79
<
developerConnection >scm:git:
[email protected] :postgis/postgis-java.git</
developerConnection >
82
- </scm >
80
+ <tag >postgis-java-aggregator-2.2.0</tag >
81
+ </scm >
83
82
<issueManagement >
84
83
<system >GitHub Issues</system >
85
84
<url >https://github.com/postgis/postgis-java/issues</url >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3
- xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
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
<parent >
8
6
<groupId >net.postgis</groupId >
9
7
<artifactId >postgis-java-aggregator</artifactId >
10
- <version >2.2.0-SNAPSHOT </version >
8
+ <version >2.2.0</version >
11
9
</parent >
12
10
13
11
<artifactId >postgis-jdbc-java2d</artifactId >
14
- <version >2.2.0-SNAPSHOT </version >
12
+ <version >2.2.0</version >
15
13
<packaging >jar</packaging >
16
14
17
15
<name >postgis-jdbc-java2d</name >
29
27
<dependency >
30
28
<groupId >net.postgis</groupId >
31
29
<artifactId >postgis-jdbc</artifactId >
32
- <version >2.2.0-SNAPSHOT </version >
30
+ <version >2.2.0</version >
33
31
</dependency >
34
32
</dependencies >
35
33
You can’t perform that action at this time.
0 commit comments