Skip to content

Commit

Permalink
#121: Fixed VS common version so that it's configured in only one place.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcatbear committed Mar 26, 2019
1 parent 0537db2 commit 9a1b6c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions jdbc-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<junit.version>5.4.0</junit.version>
<junit.platform.version>1.3.2</junit.platform.version>
<maven.surefire.version>2.22.1</maven.surefire.version>
<vscommon.version>3.0.0</vscommon.version>
</properties>
<distributionManagement>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion jdbc-adapter/virtualschema-jdbc-adapter-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>virtual-schema-common-java</artifactId>
<version>2.1.0</version>
<version>${vscommon.version}</version>
</dependency>
<dependency>
<groupId>com.exasol</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jdbc-adapter/virtualschema-jdbc-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>virtual-schema-common-java</artifactId>
<version>3.0.0</version>
<version>${vscommon.version}</version>
</dependency>
<!-- We need this only for the integration test profile, however without adding it here you would have to enable the profile in the IDE to have the dependency -->
<dependency>
Expand Down

0 comments on commit 9a1b6c0

Please sign in to comment.