[postgis-java] branch master updated (21dea09 -> 9890125)
Bas Couwenberg
sebastic at debian.org
Fri Jul 29 09:19:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch master
in repository postgis-java.
from 21dea09 Set distribution to unstable.
new c7ce222 Imported Upstream version 2.2.1
new be687e7 Merge tag 'upstream/2.2.1'
new 6e58fa1 New upstream release.
new a831a20 Bump Standards-Version to 3.9.8, no changes.
new 20bcab9 Refresh patches.
new f28017b Update maven.rules for postgresql-jdbc.
new dd92448 Add patch to declare SQLException to fix build failure.
new 9890125 Set distribution to unstable.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.idea/compiler.xml | 19 +-
.idea/encodings.xml | 2 +
...aven__ch_qos_logback_logback_classic_1_1_7.xml} | 8 +-
...> Maven__ch_qos_logback_logback_core_1_1_7.xml} | 8 +-
.idea/libraries/Maven__junit_junit_4_10.xml | 13 --
.../libraries/Maven__org_apache_ant_ant_1_7_0.xml | 13 --
.../Maven__org_apache_ant_ant_launcher_1_7_0.xml | 13 --
.../Maven__org_hamcrest_hamcrest_core_1_1.xml | 13 --
...en__org_postgresql_postgresql_9_4_1209_jre7.xml | 13 ++
...3.xml => Maven__org_slf4j_slf4j_api_1_7_21.xml} | 8 +-
...9_9.xml => Maven__org_testng_testng_6_9_10.xml} | 8 +-
.idea/libraries/Maven__org_yaml_snakeyaml_1_15.xml | 13 --
...aven__postgresql_postgresql_9_1_901_1_jdbc4.xml | 13 --
.idea/modules.xml | 2 +
debian/changelog | 10 +
debian/control | 2 +-
debian/maven.rules | 2 +-
debian/patches/add-classpath.patch | 8 +-
debian/patches/series | 1 +
debian/patches/sqlexception.patch | 23 ++
debian/patches/upstream-version.patch | 82 +++++--
jdbc/pom.xml | 10 +-
jdbc/postgis-jdbc.iml | 15 +-
jdbc/src/main/java/org/postgis/DriverWrapper.java | 4 +-
jdbc_jtsparser/pom.xml | 6 +-
jdbc_jtsparser/postgis-jdbc-jtsparser.iml | 15 +-
.../main/java/org/postgis/jts/JtsGisWrapper.java | 4 +-
.../src/main/java/org/postgis/jts/JtsWrapper.java | 4 +-
pom.xml | 43 ++--
postgis-java-aggregator.iml | 13 +-
postgis-jdbc-java2d/pom.xml | 8 +-
postgis-jdbc-java2d/postgis-jdbc-java2d.iml | 15 +-
.../java/org/postgis/java2d/Java2DWrapper.java | 4 +-
tools/osgeo-postgis-jdbc-test-util/.gitignore | 1 +
.../osgeo-postgis-jdbc-test-util.iml | 16 +-
tools/osgeo-postgis-jdbc-test-util/pom.xml | 99 +++++++++
.../src/main/java/net/postgis/osgeo/util/Main.java | 236 +++++++++++++++++++++
.../src/main/scripts/test.sh | 24 +++
.../test/java/net/postgis/osgeo/util/UtilTest.java | 40 ++++
.../src/test/resources/logback-test.xml | 2 +-
.../src/test/resources/testng.xml | 10 +-
tools/pom.xml | 21 ++
jdbc/postgis-jdbc.iml => tools/tools.iml | 15 +-
43 files changed, 641 insertions(+), 238 deletions(-)
rename .idea/libraries/{Maven__ch_qos_logback_logback_classic_1_1_3.xml => Maven__ch_qos_logback_logback_classic_1_1_7.xml} (58%)
rename .idea/libraries/{Maven__ch_qos_logback_logback_core_1_1_3.xml => Maven__ch_qos_logback_logback_core_1_1_7.xml} (60%)
delete mode 100644 .idea/libraries/Maven__junit_junit_4_10.xml
delete mode 100644 .idea/libraries/Maven__org_apache_ant_ant_1_7_0.xml
delete mode 100644 .idea/libraries/Maven__org_apache_ant_ant_launcher_1_7_0.xml
delete mode 100644 .idea/libraries/Maven__org_hamcrest_hamcrest_core_1_1.xml
create mode 100644 .idea/libraries/Maven__org_postgresql_postgresql_9_4_1209_jre7.xml
rename .idea/libraries/{Maven__org_slf4j_slf4j_api_1_7_13.xml => Maven__org_slf4j_slf4j_api_1_7_21.xml} (64%)
rename .idea/libraries/{Maven__org_testng_testng_6_9_9.xml => Maven__org_testng_testng_6_9_10.xml} (66%)
delete mode 100644 .idea/libraries/Maven__org_yaml_snakeyaml_1_15.xml
delete mode 100644 .idea/libraries/Maven__postgresql_postgresql_9_1_901_1_jdbc4.xml
create mode 100644 debian/patches/sqlexception.patch
create mode 100644 tools/osgeo-postgis-jdbc-test-util/.gitignore
copy jdbc/postgis-jdbc.iml => tools/osgeo-postgis-jdbc-test-util/osgeo-postgis-jdbc-test-util.iml (64%)
create mode 100644 tools/osgeo-postgis-jdbc-test-util/pom.xml
create mode 100644 tools/osgeo-postgis-jdbc-test-util/src/main/java/net/postgis/osgeo/util/Main.java
create mode 100644 tools/osgeo-postgis-jdbc-test-util/src/main/scripts/test.sh
create mode 100644 tools/osgeo-postgis-jdbc-test-util/src/test/java/net/postgis/osgeo/util/UtilTest.java
copy {postgis-jdbc-java2d => tools/osgeo-postgis-jdbc-test-util}/src/test/resources/logback-test.xml (83%)
copy {jdbc_jtsparser => tools/osgeo-postgis-jdbc-test-util}/src/test/resources/testng.xml (50%)
create mode 100644 tools/pom.xml
copy jdbc/postgis-jdbc.iml => tools/tools.iml (51%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis-java.git
More information about the Pkg-grass-devel
mailing list