提交 f064cf2b 编写于 作者: V Vlad Ilyushchenko

renamed artifact group to io.questdb

上级 afa28ed5
......@@ -25,7 +25,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.questdb</groupId>
<groupId>io.questdb</groupId>
<artifactId>benchmarks</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
......@@ -50,9 +50,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb-core</artifactId>
<version>3.3.3-SNAPSHOT</version>
<groupId>io.questdb</groupId>
<artifactId>core</artifactId>
<version>3.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
......
......@@ -31,9 +31,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<version>3.3.3-SNAPSHOT</version>
<groupId>org.questdb</groupId>
<artifactId>questdb-core</artifactId>
<version>3.5.0-SNAPSHOT</version>
<groupId>io.questdb</groupId>
<artifactId>core</artifactId>
<packaging>jar</packaging>
......
......@@ -5,7 +5,7 @@
~ | |_| | |_| | __/\__ \ |_| |_| | |_) |
~ \__\_\\__,_|\___||___/\__|____/|____/
~
~ Copyright (C) 2014-2017 Appsicle
~ Copyright (C) 2014-2019 Appsicle
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU Affero General Public License, version 3,
......@@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<version>1.0</version>
<groupId>org.questdb</groupId>
<groupId>io.questdb</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册