|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 |
|
5 | | - <groupId>com.graphql-java</groupId> |
| 6 | + <groupId>com.graphql-java-kickstart</groupId> |
6 | 7 | <artifactId>graphql-java-tools</artifactId> |
7 | 8 | <version>5.3.0-SNAPSHOT</version> |
8 | 9 | <packaging>jar</packaging> |
|
14 | 15 | <properties> |
15 | 16 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
16 | 17 | <java.version>1.8</java.version> |
17 | | - <kotlin.version>1.2.60</kotlin.version> |
| 18 | + <kotlin.version>1.2.71</kotlin.version> |
18 | 19 | <jackson.version>2.9.6</jackson.version> |
19 | 20 |
|
20 | 21 | <!--This contends with dokka and creates two javadoc jars...--> |
|
211 | 212 | </execution> |
212 | 213 | </executions> |
213 | 214 | </plugin> |
214 | | - <plugin> |
215 | | - <groupId>org.jetbrains.dokka</groupId> |
216 | | - <artifactId>dokka-maven-plugin</artifactId> |
217 | | - <version>0.9.14</version> |
218 | | - <executions> |
219 | | - <execution> |
220 | | - <phase>package</phase> |
221 | | - <goals> |
222 | | - <goal>javadocJar</goal> |
223 | | - </goals> |
224 | | - </execution> |
225 | | - </executions> |
226 | | - </plugin> |
227 | 215 | </plugins> |
228 | 216 | </build> |
229 | 217 | </profile> |
|
246 | 234 | <distributionManagement> |
247 | 235 | <snapshotRepository> |
248 | 236 | <id>bintray</id> |
249 | | - <url>https://api.bintray.com/maven/apottere/maven/graphql-java-tools</url> |
| 237 | + <name>graphql-java-kickstart-graphql-java-tools</name> |
| 238 | + <url>https://api.bintray.com/maven/graphql-java-kickstart/graphql-java-tools/graphql-java-tools/</url> |
250 | 239 | </snapshotRepository> |
251 | 240 |
|
252 | 241 | <!-- Released with: mvn release:clean release:prepare release:perform -B -e -Pbintray --> |
253 | 242 | <repository> |
254 | 243 | <id>bintray</id> |
255 | | - <url>https://api.bintray.com/maven/apottere/maven/graphql-java-tools/;publish=1</url> |
| 244 | + <name>graphql-java-kickstart-graphql-java-tools</name> |
| 245 | + <url>https://api.bintray.com/maven/graphql-java-kickstart/graphql-java-tools/graphql-java-tools/;publish=1</url> |
256 | 246 | </repository> |
257 | 247 | </distributionManagement> |
258 | 248 | <scm> |
259 | | - <connection>scm:git:git://github.com/graphql-java/graphql-java-tools.git</connection> |
260 | | - <developerConnection>scm:git:git@github.com:graphql-java/graphql-java-tools.git</developerConnection> |
261 | | - <url>http://github.com/graphql-java/graphql-java-tools</url> |
262 | | - <tag>HEAD</tag> |
263 | | - </scm> |
| 249 | + <connection>scm:git:git://github.com/graphql-java-kickstart/graphql-java-tools.git</connection> |
| 250 | + <developerConnection>scm:git:git@github.com:graphql-java-kickstart/graphql-java-tools.git</developerConnection> |
| 251 | + <url>http://github.com/graphql-javakickstart/graphql-java-tools</url> |
| 252 | + <tag>HEAD</tag> |
| 253 | + </scm> |
264 | 254 | </project> |
0 commit comments