diff options
-rw-r--r-- | build_infos.txt | 4 | ||||
-rw-r--r-- | eaaf_core/pom.xml | 2 | ||||
-rw-r--r-- | eaaf_core_api/pom.xml | 2 | ||||
-rw-r--r-- | eaaf_core_utils/pom.xml | 2 | ||||
-rw-r--r-- | eaaf_modules/eaaf_module_auth_sl20/pom.xml | 2 | ||||
-rw-r--r-- | eaaf_modules/eaaf_module_moa-sig/pom.xml | 2 | ||||
-rw-r--r-- | eaaf_modules/eaaf_module_pvp2_core/pom.xml | 2 | ||||
-rw-r--r-- | eaaf_modules/eaaf_module_pvp2_idp/pom.xml | 2 | ||||
-rw-r--r-- | eaaf_modules/eaaf_module_pvp2_sp/pom.xml | 2 | ||||
-rw-r--r-- | eaaf_modules/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
11 files changed, 13 insertions, 11 deletions
diff --git a/build_infos.txt b/build_infos.txt index 584f3250..126ff9c4 100644 --- a/build_infos.txt +++ b/build_infos.txt @@ -1,3 +1,5 @@ Infos for version update mvn versions:set -DnewVersion=4.0.2-snapshot ... update parent project version by using - mvn versions:commit ... delete backups of parent pom
\ No newline at end of file + mvn versions:commit ... delete backups of parent pom + + mvn -P jenkinsDeploy deploy ... for apps.egiz deployment
\ No newline at end of file diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index cad0c2f0..946a17c6 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>at.gv.egiz</groupId> <artifactId>eaaf</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.4</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> diff --git a/eaaf_core_api/pom.xml b/eaaf_core_api/pom.xml index b6a83d52..edac6fcb 100644 --- a/eaaf_core_api/pom.xml +++ b/eaaf_core_api/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>at.gv.egiz</groupId> <artifactId>eaaf</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.4</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_core_api</artifactId> diff --git a/eaaf_core_utils/pom.xml b/eaaf_core_utils/pom.xml index 1e700322..b6d8e153 100644 --- a/eaaf_core_utils/pom.xml +++ b/eaaf_core_utils/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>at.gv.egiz</groupId> <artifactId>eaaf</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.4</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_core_utils</artifactId> diff --git a/eaaf_modules/eaaf_module_auth_sl20/pom.xml b/eaaf_modules/eaaf_module_auth_sl20/pom.xml index 007d008b..6c67e5a1 100644 --- a/eaaf_modules/eaaf_module_auth_sl20/pom.xml +++ b/eaaf_modules/eaaf_module_auth_sl20/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_modules</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.4</version> </parent> <artifactId>eaaf_module_auth_sl20</artifactId> <name>Generic SL2.0 authentication</name> diff --git a/eaaf_modules/eaaf_module_moa-sig/pom.xml b/eaaf_modules/eaaf_module_moa-sig/pom.xml index 25242bce..9bcfd5cc 100644 --- a/eaaf_modules/eaaf_module_moa-sig/pom.xml +++ b/eaaf_modules/eaaf_module_moa-sig/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_modules</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.4</version> </parent> <artifactId>eaaf_module_moa-sig</artifactId> <name>MOA-Sig signature verification module</name> diff --git a/eaaf_modules/eaaf_module_pvp2_core/pom.xml b/eaaf_modules/eaaf_module_pvp2_core/pom.xml index d9d68a5d..20227404 100644 --- a/eaaf_modules/eaaf_module_pvp2_core/pom.xml +++ b/eaaf_modules/eaaf_module_pvp2_core/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_modules</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.4</version> </parent> <artifactId>eaaf_module_pvp2_core</artifactId> <name>eaaf_module_pvp2_core</name> diff --git a/eaaf_modules/eaaf_module_pvp2_idp/pom.xml b/eaaf_modules/eaaf_module_pvp2_idp/pom.xml index 7eb5e591..bf5f5623 100644 --- a/eaaf_modules/eaaf_module_pvp2_idp/pom.xml +++ b/eaaf_modules/eaaf_module_pvp2_idp/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_modules</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.4</version> </parent> <artifactId>eaaf_module_pvp2_idp</artifactId> <name>eaaf_module_pvp2_idp</name> diff --git a/eaaf_modules/eaaf_module_pvp2_sp/pom.xml b/eaaf_modules/eaaf_module_pvp2_sp/pom.xml index aa7ddfe1..9ee0ffa8 100644 --- a/eaaf_modules/eaaf_module_pvp2_sp/pom.xml +++ b/eaaf_modules/eaaf_module_pvp2_sp/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_modules</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.4</version> </parent> <artifactId>eaaf_module_pvp2_sp</artifactId> <name>eaaf_module_pvp2_sp</name> diff --git a/eaaf_modules/pom.xml b/eaaf_modules/pom.xml index d6ddd9e2..0987d6e8 100644 --- a/eaaf_modules/pom.xml +++ b/eaaf_modules/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>at.gv.egiz</groupId> <artifactId>eaaf</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.4</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> @@ -6,7 +6,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>eaaf</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.4</version> <packaging>pom</packaging> <name>EGIZ EAAF components</name> |