From a3a2d485ddbfaebc828bc1fb5b6b28610fba3893 Mon Sep 17 00:00:00 2001 From: Prasanth Kaimattil Venu Date: Fri, 10 Feb 2023 15:25:21 -0800 Subject: [PATCH] 1.0.0 --- .github/workflows/on_push_build.yml | 1 - ejmask-api/pom.xml | 2 +- ejmask-bom/pom.xml | 2 +- ejmask-core/pom.xml | 2 +- ejmask-extensions/pom.xml | 2 +- ejmask-spring/ejmask-spring-autoconfig/pom.xml | 2 +- ejmask-spring/ejmask-spring-boot/pom.xml | 2 +- ejmask-spring/ejmask-spring-core/pom.xml | 2 +- ejmask-spring/pom.xml | 2 +- pom.xml | 6 +++--- 10 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/on_push_build.yml b/.github/workflows/on_push_build.yml index 6a4b87e..1201e40 100644 --- a/.github/workflows/on_push_build.yml +++ b/.github/workflows/on_push_build.yml @@ -4,7 +4,6 @@ on: push: branches: - master - - main permissions: contents: read diff --git a/ejmask-api/pom.xml b/ejmask-api/pom.xml index cf1c139..25bafd2 100644 --- a/ejmask-api/pom.xml +++ b/ejmask-api/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-parent - 1.0.0-SNPASHOT + 1.0.0 ejmask-api diff --git a/ejmask-bom/pom.xml b/ejmask-bom/pom.xml index c507dff..016f150 100644 --- a/ejmask-bom/pom.xml +++ b/ejmask-bom/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-parent - 1.0.0-SNPASHOT + 1.0.0 ../pom.xml diff --git a/ejmask-core/pom.xml b/ejmask-core/pom.xml index e1b4474..b973826 100644 --- a/ejmask-core/pom.xml +++ b/ejmask-core/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-parent - 1.0.0-SNPASHOT + 1.0.0 ejmask-core diff --git a/ejmask-extensions/pom.xml b/ejmask-extensions/pom.xml index 372585d..df59d2f 100644 --- a/ejmask-extensions/pom.xml +++ b/ejmask-extensions/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-parent - 1.0.0-SNPASHOT + 1.0.0 ejmask-extensions diff --git a/ejmask-spring/ejmask-spring-autoconfig/pom.xml b/ejmask-spring/ejmask-spring-autoconfig/pom.xml index 075dd03..c8ab1d6 100644 --- a/ejmask-spring/ejmask-spring-autoconfig/pom.xml +++ b/ejmask-spring/ejmask-spring-autoconfig/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-spring - 1.0.0-SNPASHOT + 1.0.0 ejmask-spring-autoconfig diff --git a/ejmask-spring/ejmask-spring-boot/pom.xml b/ejmask-spring/ejmask-spring-boot/pom.xml index 2e68a31..52bc218 100644 --- a/ejmask-spring/ejmask-spring-boot/pom.xml +++ b/ejmask-spring/ejmask-spring-boot/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-spring - 1.0.0-SNPASHOT + 1.0.0 ejmask-spring-boot diff --git a/ejmask-spring/ejmask-spring-core/pom.xml b/ejmask-spring/ejmask-spring-core/pom.xml index 1986c16..3045a09 100644 --- a/ejmask-spring/ejmask-spring-core/pom.xml +++ b/ejmask-spring/ejmask-spring-core/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-spring - 1.0.0-SNPASHOT + 1.0.0 ejmask-spring-core diff --git a/ejmask-spring/pom.xml b/ejmask-spring/pom.xml index bc2883c..5bc4d90 100644 --- a/ejmask-spring/pom.xml +++ b/ejmask-spring/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-parent - 1.0.0-SNPASHOT + 1.0.0 ejmask-spring diff --git a/pom.xml b/pom.xml index fc24660..0286b02 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,9 @@ - - + 4.0.0 com.ebay.ejmask ejmask-parent - 1.0.0-SNPASHOT + 1.0.0 pom @@ -13,6 +12,7 @@ eJMask is a JVM-based masking library that provides an easy-to-use API for masking sensitive data in your Java applications. With eJMask, you can quickly mask sensitive information like personal information, credit card numbers, and more. + https://github.com/eBay/ejmask ejmask-api