Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 3f37fda

Browse files
committed
update project groupid and artifact id
1 parent 476054d commit 3f37fda

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ pom.xml.asc
1010
/.nrepl-port
1111
.hgignore
1212
.hg/
13-
.DS_Store
13+
.DS_Store
14+
.classpath
15+
.project
16+
.settings/

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject graphqlize-java "0.1.0-alpha-1"
1+
(defproject org.graphqlize/graphqlize-java "0.1.0-alpha-1"
22
:description "Java wrapper for graphqlize library"
33
:url "https://github.com/graphqlize/graphqlize-java"
44
:license {:name "EPL-2.0"

0 commit comments

Comments
 (0)