We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a94b58 commit eb9a155Copy full SHA for eb9a155
pom.xml
@@ -28,6 +28,18 @@
28
<artifactId>arangodb-graphql</artifactId>
29
<version>1.0</version>
30
31
+ <name>arangodb-graphql</name>
32
+ <description>ArangoDB Graphql</description>
33
+ <url>https://github.com/ArangoDB-Community/arangodb-graphql-java</url>
34
+
35
+ <licenses>
36
+ <license>
37
+ <name>Apache License 2.0</name>
38
+ <url>http://www.apache.org/licenses/LICENSE-2.0</url>
39
+ <distribution>repo</distribution>
40
+ </license>
41
+ </licenses>
42
43
<properties>
44
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
45
<java.version>1.8</java.version>
0 commit comments