diff --git a/README.md b/README.md index 1186902d476f10d85722b269b48fc2d387a6124b..633006c7afc62e6ec1bd07b74553451b8a8260ce 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ TinkerPop also provides several tools which can be used to work with GRAIL backe * **Furnace** - Graph analysis utilities * **Frames** - An object-to-graph mapping similar to ORM for relational databases -* **Pipes** - A data-flow framework for splitting, merging, filtering, and transforming of data. +* **Pipes** - A data-flow framework for splitting, merging, filtering, and transforming of data * **Gremlin** - A graph query language * **Blueprints** - A standard graph API diff --git a/pom.xml b/pom.xml index 677e41ef0f6329accaab545794cfb228d7a7d645..2119c0fe0ae3ab17a876b218ecf6b3a385008107 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> - <groupId>com.syncleus.grail</groupId> + <groupId>com.syncleus</groupId> <artifactId>grail</artifactId> <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> @@ -32,6 +32,19 @@ <project.build.resourceEncoding>${project.build.encoding}</project.build.resourceEncoding> </properties> + <distributionManagement> + <repository> + <id>syncleus.releases</id> + <name>Release Repository</name> + <url>http://repo.syncleus.com/repository/releases/</url> + </repository> + <snapshotRepository> + <id>syncleus.snapshots</id> + <name>Snapshot Repository</name> + <url>http://repo.syncleus.com/repository/snapshots/</url> + </snapshotRepository> + </distributionManagement> + <reporting> <plugins> <plugin>