aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Long <jeremy.long@gmail.com>2020-11-07 08:04:36 -0500
committerJeremy Long <jeremy.long@gmail.com>2020-11-07 08:04:36 -0500
commitad91194bfe981b91b9e36cd8339b7dbb74fdc9ce (patch)
tree2773bb7c9f45f8955f81cb4c2d2f7ea737e6adbd
parentc0b6c7f0f4c408dcfb5633adb1c84df2c6e57c5d (diff)
downloadjava-encoder-ad91194bfe981b91b9e36cd8339b7dbb74fdc9ce.tar.gz
release version
-rw-r--r--core/pom.xml2
-rw-r--r--esapi/pom.xml2
-rw-r--r--jsp/pom.xml2
-rwxr-xr-xpom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 70e07e0..ad329f1 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -42,7 +42,7 @@
<parent>
<groupId>org.owasp.encoder</groupId>
<artifactId>encoder-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<artifactId>encoder</artifactId>
diff --git a/esapi/pom.xml b/esapi/pom.xml
index 93654f3..8105a7d 100644
--- a/esapi/pom.xml
+++ b/esapi/pom.xml
@@ -42,7 +42,7 @@
<parent>
<groupId>org.owasp.encoder</groupId>
<artifactId>encoder-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<artifactId>encoder-esapi</artifactId>
diff --git a/jsp/pom.xml b/jsp/pom.xml
index 02722aa..f720cb6 100644
--- a/jsp/pom.xml
+++ b/jsp/pom.xml
@@ -42,7 +42,7 @@
<parent>
<groupId>org.owasp.encoder</groupId>
<artifactId>encoder-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<artifactId>encoder-jsp</artifactId>
diff --git a/pom.xml b/pom.xml
index c427304..d3ea074 100755
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<groupId>org.owasp.encoder</groupId>
<artifactId>encoder-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
<packaging>pom</packaging>
<name>OWASP Java Encoder Project</name>