提交 d8c881e0 编写于 作者: S serge-rider

Tycho version update

上级 4a2d89f6
......@@ -174,7 +174,7 @@ public class DB2DataSource extends JDBCDataSource implements DBSObjectSelector,
db2CurrentUserPrivileges = new DB2CurrentUserPrivileges(monitor, session, activeSchemaName, this);
} catch (SQLException e) {
LOG.warn(e);
LOG.warn("Error reading active schema", e);
}
try {
......
......@@ -10,7 +10,7 @@
<properties>
<dbeaver-version>3.6.9</dbeaver-version>
<dbeaver-product>DBeaver</dbeaver-product>
<tycho-version>0.23.1</tycho-version>
<tycho-version>0.25.0</tycho-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<eclipse-p2-repo.url>http://download.eclipse.org/releases/mars/</eclipse-p2-repo.url>
<local-p2-repo.url>http://dbeaver.jkiss.org/eclipse-repo</local-p2-repo.url>
......@@ -123,7 +123,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>0.23.1</version>
<version>${tycho-version}</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册