Skip to content

Commit

Permalink
Merge pull request #49 from exasol/bug/48_fix_broken_aggregate_functions
Browse files Browse the repository at this point in the history
#48: updated a version of vs-common-java
  • Loading branch information
AnastasiiaSergienko authored Jun 8, 2020
2 parents 84d0b72 + 7350609 commit 25ff4b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<description>Common module for JDBC-based data access from Virtual Schemas.</description>
<url>https://github.com/exasol/virtual-schema-common-jdbc</url>
<properties>
<product.version>5.0.0</product.version>
<product.version>5.0.1</product.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<junit.version>5.6.1</junit.version>
<junit.platform.version>1.6.1</junit.platform.version>
<maven.surefire.version>3.0.0-M4</maven.surefire.version>
<vscommon.version>10.0.0</vscommon.version>
<vscommon.version>10.0.1</vscommon.version>
<gpg.skip>true</gpg.skip>
</properties>
<licenses>
Expand Down Expand Up @@ -229,10 +229,10 @@
<goal>test-jar</goal>
</goals>
<configuration>
<excludes>
<exclude>**/*Test.class</exclude>
<exclude>**/*IT.class</exclude>
</excludes>
<excludes>
<exclude>**/*Test.class</exclude>
<exclude>**/*IT.class</exclude>
</excludes>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 25ff4b6

Please sign in to comment.