diff --git a/README.md b/README.md
index f1df27d..53d0b11 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,15 @@
# midPoint-Grouper_connector
-Two connectors to be maintained: a REST connector and the Groovy scripts for an AMQP "connector"
+This is a connector that can read groups from a Grouper instance using REST calls.
+Currently it supports these searches only:
+- fetching all groups,
+- fetching a group by name,
+- fetching a group by UUID.
+
+When fetching a group, a client can choose whether to get basic group data only (name, UUID, extension) or whether
+to obtain a list of group members as well.
+
+Besides `search` operation the following ones are supported:
+- `schema`
+- `test`
+
+This connector was tested with Grouper 2.4.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 9916a84..8baa810 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,11 +23,11 @@
connector-parent
com.evolveum.polygon
1.4.2.14
-
+
connector-grouper-rest
- 0.4
+ 0.5
jar
Grouper REST Connector
@@ -35,6 +35,7 @@
com.evolveum.polygon.connector.grouper.rest
GrouperRestConnector
+ 1.8
@@ -84,7 +85,6 @@
com.evolveum.polygon
1.4.2.14-SNAPSHOT
-
org.apache.httpcomponents
httpclient
@@ -101,36 +101,5 @@
6.8
test
-
-
- batik
- batik-swing
- 1.6
-
-
- batik
- batik-rasterizer
- 1.6
-
-
- xml-apis
- xml-apis
- 1.3.04
-
-
- xml-apis
- xml-apis-ext
- 1.3.04
-
-
-
diff --git a/src/main/assembly/connector.xml b/src/main/assembly/connector.xml
index efca6d1..6d149b4 100644
--- a/src/main/assembly/connector.xml
+++ b/src/main/assembly/connector.xml
@@ -1,6 +1,6 @@