diff --git a/core/pom.xml b/core/pom.xml
index aaa14fa..e423055 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
kumuluzee-graphql-parent
com.kumuluz.ee.graphql
- 1.2.0-SNAPSHOT
+ 1.1.0-SNAPSHOT
4.0.0
diff --git a/graphql-ui/pom.xml b/graphql-ui/pom.xml
index b943163..6659c9c 100644
--- a/graphql-ui/pom.xml
+++ b/graphql-ui/pom.xml
@@ -5,7 +5,7 @@
kumuluzee-graphql-parent
com.kumuluz.ee.graphql
- 1.2.0-SNAPSHOT
+ 1.1.0-SNAPSHOT
4.0.0
diff --git a/microprofile/pom.xml b/microprofile/pom.xml
index af53a95..fb6d320 100644
--- a/microprofile/pom.xml
+++ b/microprofile/pom.xml
@@ -5,7 +5,7 @@
kumuluzee-graphql-parent
com.kumuluz.ee.graphql
- 1.2.0-SNAPSHOT
+ 1.1.0-SNAPSHOT
4.0.0
diff --git a/microprofile/src/main/java/com/kumuluz/ee/graphql/GraphQLApplication.java b/microprofile/src/main/java/com/kumuluz/ee/graphql/GraphQLApplication.java
index fcdb706..0547eba 100644
--- a/microprofile/src/main/java/com/kumuluz/ee/graphql/GraphQLApplication.java
+++ b/microprofile/src/main/java/com/kumuluz/ee/graphql/GraphQLApplication.java
@@ -24,7 +24,7 @@
* GraphQL Application Class, used mainly for {@link javax.annotation.security.DeclareRoles} annotation.
*
* @author Urban Malc
- * @since 1.2.0
+ * @since 1.1.0
*/
public class GraphQLApplication {
}
diff --git a/microprofile/src/main/java/com/kumuluz/ee/graphql/annotations/GraphQLApplicationClass.java b/microprofile/src/main/java/com/kumuluz/ee/graphql/annotations/GraphQLApplicationClass.java
index a39a3cc..c2974a3 100644
--- a/microprofile/src/main/java/com/kumuluz/ee/graphql/annotations/GraphQLApplicationClass.java
+++ b/microprofile/src/main/java/com/kumuluz/ee/graphql/annotations/GraphQLApplicationClass.java
@@ -29,7 +29,7 @@
* GraphQLConfiguration annotation - enables application class to be scanned for integration with kumuluzee-security.
*
* @author Urban Malc
- * @since 1.2.0
+ * @since 1.1.0
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
diff --git a/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/GraphQLExtension.java b/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/GraphQLExtension.java
index 2d7db3b..d313af1 100644
--- a/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/GraphQLExtension.java
+++ b/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/GraphQLExtension.java
@@ -36,7 +36,7 @@
* KumuluzEE MicroProfile GraphQL extension, implemented by SmallRye.
*
* @author Urban Malc
- * @since 1.2.0
+ * @since 1.1.0
*/
@EeExtensionDef(name = "MicroProfileGraphQL", group = EeExtensionGroup.GRAPHQL)
@EeComponentDependencies({
diff --git a/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/config/GraphQLConfigExtension.java b/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/config/GraphQLConfigExtension.java
index 5c847a9..c6a297a 100644
--- a/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/config/GraphQLConfigExtension.java
+++ b/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/config/GraphQLConfigExtension.java
@@ -31,7 +31,7 @@
* Registers {@link KumuluzConfigMapper} configuration extension.
*
* @author Urban Malc
- * @since 1.2.0
+ * @since 1.1.0
*/
@EeExtensionDef(name = "GraphQLMP", group = EeExtensionGroup.CONFIG)
public class GraphQLConfigExtension implements ConfigExtension {
diff --git a/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/config/KumuluzConfigMapper.java b/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/config/KumuluzConfigMapper.java
index 613db71..61cbda4 100644
--- a/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/config/KumuluzConfigMapper.java
+++ b/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/config/KumuluzConfigMapper.java
@@ -34,7 +34,7 @@
* Maps MicroProfile and SmallRye configuration key to KumuluzEE namespace.
*
* @author Urban Malc
- * @since 1.2.0
+ * @since 1.1.0
*/
public class KumuluzConfigMapper implements ConfigurationSource {
diff --git a/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/processor/AnnotationProcessor.java b/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/processor/AnnotationProcessor.java
index 9797bed..a125201 100644
--- a/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/processor/AnnotationProcessor.java
+++ b/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/processor/AnnotationProcessor.java
@@ -43,7 +43,7 @@
* Collects classes annotated with {@link GraphQLApplicationClass} and writes them to a service file.
*
* @author Urban Malc
- * @since 1.2.0
+ * @since 1.1.0
*/
public class AnnotationProcessor extends AbstractProcessor {
diff --git a/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/smallrye/GraphQLSchemaInitializer.java b/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/smallrye/GraphQLSchemaInitializer.java
index 98e12b0..b230548 100644
--- a/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/smallrye/GraphQLSchemaInitializer.java
+++ b/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/smallrye/GraphQLSchemaInitializer.java
@@ -50,7 +50,7 @@
* Scans classpath for annotations and initializes schema.
*
* @author Urban Malc
- * @since 1.2.0
+ * @since 1.1.0
*/
@ApplicationScoped
public class GraphQLSchemaInitializer {
diff --git a/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/utils/GraphQLUtils.java b/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/utils/GraphQLUtils.java
index dbd46ea..ade74b0 100644
--- a/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/utils/GraphQLUtils.java
+++ b/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/utils/GraphQLUtils.java
@@ -30,7 +30,7 @@
* Utilities for kumuluzee-rest integration.
*
* @author Urban Malc
- * @since 1.2.0
+ * @since 1.1.0
*/
public class GraphQLUtils {
diff --git a/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/utils/JarUtils.java b/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/utils/JarUtils.java
index e74fbeb..4ba3722 100644
--- a/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/utils/JarUtils.java
+++ b/microprofile/src/main/java/com/kumuluz/ee/graphql/mp/utils/JarUtils.java
@@ -26,7 +26,7 @@
* Utilities when running in UberJAR.
*
* @author Urban Malc
- * @since 1.2.0
+ * @since 1.1.0
*/
public class JarUtils {
diff --git a/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/DependencyAppender.java b/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/DependencyAppender.java
index 302ede8..7cdb72d 100644
--- a/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/DependencyAppender.java
+++ b/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/DependencyAppender.java
@@ -30,7 +30,7 @@
* Adds required dependencies to deployments.
*
* @author Urban Malc
- * @since 1.2.0
+ * @since 1.1.0
*/
public class DependencyAppender implements MavenDependencyAppender {
diff --git a/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/GraphQLArquillianExtension.java b/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/GraphQLArquillianExtension.java
index a1fd7d7..5563fdf 100644
--- a/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/GraphQLArquillianExtension.java
+++ b/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/GraphQLArquillianExtension.java
@@ -27,7 +27,7 @@
* Registers library appender with Arquillian.
*
* @author Urban Malc
- * @since 1.2.0
+ * @since 1.1.0
*/
public class GraphQLArquillianExtension implements LoadableExtension {
diff --git a/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/GraphQLLibraryAppender.java b/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/GraphQLLibraryAppender.java
index 3cc1ffe..60cd734 100644
--- a/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/GraphQLLibraryAppender.java
+++ b/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/GraphQLLibraryAppender.java
@@ -31,7 +31,7 @@
* Adds GraphQL library (this repo) to deployments.
*
* @author Urban Malc
- * @since 1.2.0
+ * @since 1.1.0
*/
public class GraphQLLibraryAppender extends CachedAuxilliaryArchiveAppender {
diff --git a/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/SkipTestListener.java b/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/SkipTestListener.java
index e2b79ef..c401c16 100644
--- a/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/SkipTestListener.java
+++ b/microprofile/src/test/java/com/kumuluz/ee/graphql/mp/SkipTestListener.java
@@ -31,7 +31,7 @@
* Skips tests, which are disabled for various reasons.
*
* @author Urban Malc
- * @since 1.2.0
+ * @since 1.1.0
*/
public class SkipTestListener implements IInvokedMethodListener {
diff --git a/pom.xml b/pom.xml
index 8c38c21..0156b46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.kumuluz.ee.graphql
kumuluzee-graphql-parent
- 1.2.0-SNAPSHOT
+ 1.1.0-SNAPSHOT
pom