Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Jan 17, 2024
1 parent 13a9c8e commit bdda459
Show file tree
Hide file tree
Showing 9 changed files with 82 additions and 10 deletions.
2 changes: 1 addition & 1 deletion javascript-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableau-connector-unit-tests",
"version": "1.0.4",
"version": "1.0.5",
"type": "commonjs",
"scripts": {
"test": "jest",
Expand Down
26 changes: 25 additions & 1 deletion jdbc-kerberos-setup-test/pk_generated_parent.pom

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jdbc-kerberos-setup-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<plugin>
<groupId>com.exasol</groupId>
<artifactId>project-keeper-maven-plugin</artifactId>
<version>2.9.17</version>
<version>3.0.0</version>
<executions>
<execution>
<goals>
Expand Down
26 changes: 25 additions & 1 deletion pk_generated_parent.pom

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<version>${revision}</version>
</parent>
<properties>
<revision>1.0.4</revision>
<revision>1.0.5</revision>
</properties>
<modules>
<module>tableau-server-GUI-tests</module>
Expand All @@ -26,7 +26,7 @@
<plugin>
<groupId>com.exasol</groupId>
<artifactId>project-keeper-maven-plugin</artifactId>
<version>2.9.17</version>
<version>3.0.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion src/exasol_jdbc/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>

<connector-plugin class="exasol_jdbc" superclass="jdbc" plugin-version="1.0.4" name="Exasol JDBC" version="18.1" min-version-tableau="2022.1">
<connector-plugin class="exasol_jdbc" superclass="jdbc" plugin-version="1.0.5" name="Exasol JDBC" version="18.1" min-version-tableau="2022.1">
<vendor-information>
<company name="Exasol AG"/>
<support-link url="https://www.exasol.com"/>
Expand Down
2 changes: 1 addition & 1 deletion src/exasol_odbc/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>

<connector-plugin class="exasol_odbc" superclass="odbc" plugin-version="1.0.4" name="Exasol ODBC" version="18.1" min-version-tableau="2022.1">
<connector-plugin class="exasol_odbc" superclass="odbc" plugin-version="1.0.5" name="Exasol ODBC" version="18.1" min-version-tableau="2022.1">
<vendor-information>
<company name="Exasol AG"/>
<support-link url="https://www.exasol.com/"/>
Expand Down
26 changes: 25 additions & 1 deletion tableau-server-GUI-tests/pk_generated_parent.pom

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tableau-server-GUI-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<plugin>
<groupId>com.exasol</groupId>
<artifactId>project-keeper-maven-plugin</artifactId>
<version>2.9.17</version>
<version>3.0.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit bdda459

Please sign in to comment.