From 92ed784394bd4d81b12861d938e6094e20c36dcc Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Wed, 22 Jun 2022 12:51:41 +0200
Subject: build(core): switch to next snapshot version
---
build_reporting/pom.xml | 2 +-
eaaf-springboot-utils/pom.xml | 2 +-
eaaf_core/pom.xml | 2 +-
eaaf_core_api/pom.xml | 2 +-
eaaf_core_utils/pom.xml | 2 +-
eaaf_modules/eaaf_module_auth_sl20/pom.xml | 2 +-
eaaf_modules/eaaf_module_moa-sig/pom.xml | 2 +-
eaaf_modules/eaaf_module_pvp2_core/pom.xml | 2 +-
eaaf_modules/eaaf_module_pvp2_idp/pom.xml | 2 +-
eaaf_modules/eaaf_module_pvp2_sp/pom.xml | 2 +-
eaaf_modules/pom.xml | 2 +-
pom.xml | 2 +-
12 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml
index cc75784d..328efd66 100644
--- a/build_reporting/pom.xml
+++ b/build_reporting/pom.xml
@@ -6,7 +6,7 @@
at.gv.egiz
eaaf
- 1.3.3
+ 1.3.4-SNAPSHOT
build_reporting
pom
diff --git a/eaaf-springboot-utils/pom.xml b/eaaf-springboot-utils/pom.xml
index 0608056c..674980fb 100644
--- a/eaaf-springboot-utils/pom.xml
+++ b/eaaf-springboot-utils/pom.xml
@@ -6,7 +6,7 @@
at.gv.egiz
eaaf
- 1.3.3
+ 1.3.4-SNAPSHOT
at.gv.egiz.eaaf
eaaf-springboot-utils
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml
index 613af610..d6006ca7 100644
--- a/eaaf_core/pom.xml
+++ b/eaaf_core/pom.xml
@@ -6,7 +6,7 @@
at.gv.egiz
eaaf
- 1.3.3
+ 1.3.4-SNAPSHOT
at.gv.egiz.eaaf
diff --git a/eaaf_core_api/pom.xml b/eaaf_core_api/pom.xml
index 976bf19d..a0a2e723 100644
--- a/eaaf_core_api/pom.xml
+++ b/eaaf_core_api/pom.xml
@@ -7,7 +7,7 @@
at.gv.egiz
eaaf
- 1.3.3
+ 1.3.4-SNAPSHOT
at.gv.egiz.eaaf
eaaf_core_api
diff --git a/eaaf_core_utils/pom.xml b/eaaf_core_utils/pom.xml
index 31026bb7..6b769f22 100644
--- a/eaaf_core_utils/pom.xml
+++ b/eaaf_core_utils/pom.xml
@@ -7,7 +7,7 @@
at.gv.egiz
eaaf
- 1.3.3
+ 1.3.4-SNAPSHOT
at.gv.egiz.eaaf
eaaf_core_utils
diff --git a/eaaf_modules/eaaf_module_auth_sl20/pom.xml b/eaaf_modules/eaaf_module_auth_sl20/pom.xml
index 9445406e..9012febd 100644
--- a/eaaf_modules/eaaf_module_auth_sl20/pom.xml
+++ b/eaaf_modules/eaaf_module_auth_sl20/pom.xml
@@ -6,7 +6,7 @@
at.gv.egiz.eaaf
eaaf_modules
- 1.3.3
+ 1.3.4-SNAPSHOT
eaaf_module_auth_sl20
Generic SL2.0 authentication
diff --git a/eaaf_modules/eaaf_module_moa-sig/pom.xml b/eaaf_modules/eaaf_module_moa-sig/pom.xml
index 0444719d..051eef28 100644
--- a/eaaf_modules/eaaf_module_moa-sig/pom.xml
+++ b/eaaf_modules/eaaf_module_moa-sig/pom.xml
@@ -5,7 +5,7 @@
at.gv.egiz.eaaf
eaaf_modules
- 1.3.3
+ 1.3.4-SNAPSHOT
eaaf_module_moa-sig
MOA-Sig signature verification module
diff --git a/eaaf_modules/eaaf_module_pvp2_core/pom.xml b/eaaf_modules/eaaf_module_pvp2_core/pom.xml
index b8f842ef..748f81b8 100644
--- a/eaaf_modules/eaaf_module_pvp2_core/pom.xml
+++ b/eaaf_modules/eaaf_module_pvp2_core/pom.xml
@@ -7,7 +7,7 @@
at.gv.egiz.eaaf
eaaf_modules
- 1.3.3
+ 1.3.4-SNAPSHOT
eaaf_module_pvp2_core
eaaf_module_pvp2_core
diff --git a/eaaf_modules/eaaf_module_pvp2_idp/pom.xml b/eaaf_modules/eaaf_module_pvp2_idp/pom.xml
index d6a28228..e869bdfc 100644
--- a/eaaf_modules/eaaf_module_pvp2_idp/pom.xml
+++ b/eaaf_modules/eaaf_module_pvp2_idp/pom.xml
@@ -5,7 +5,7 @@
at.gv.egiz.eaaf
eaaf_modules
- 1.3.3
+ 1.3.4-SNAPSHOT
eaaf_module_pvp2_idp
eaaf_module_pvp2_idp
diff --git a/eaaf_modules/eaaf_module_pvp2_sp/pom.xml b/eaaf_modules/eaaf_module_pvp2_sp/pom.xml
index 3cdf92a8..2a25a397 100644
--- a/eaaf_modules/eaaf_module_pvp2_sp/pom.xml
+++ b/eaaf_modules/eaaf_module_pvp2_sp/pom.xml
@@ -5,7 +5,7 @@
at.gv.egiz.eaaf
eaaf_modules
- 1.3.3
+ 1.3.4-SNAPSHOT
eaaf_module_pvp2_sp
eaaf_module_pvp2_sp
diff --git a/eaaf_modules/pom.xml b/eaaf_modules/pom.xml
index b537a2c2..d818c1f3 100644
--- a/eaaf_modules/pom.xml
+++ b/eaaf_modules/pom.xml
@@ -4,7 +4,7 @@
at.gv.egiz
eaaf
- 1.3.3
+ 1.3.4-SNAPSHOT
at.gv.egiz.eaaf
diff --git a/pom.xml b/pom.xml
index da04f29b..459ccc54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
4.0.0
at.gv.egiz
eaaf
- 1.3.3
+ 1.3.4-SNAPSHOT
pom
EGIZ EAAF components
--
cgit v1.2.3