[tomcat] branch master updated: Update version numbers

2019-03-20 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new e3b41e3  Update version numbers
e3b41e3 is described below

commit e3b41e3b6aacf660115abeed88b1b5227eb577bd
Author: remm 
AuthorDate: Wed Mar 20 23:08:23 2019 +0100

Update version numbers
---
 res/tomcat-maven/Dockerfile | 2 +-
 res/tomcat-maven/pom.xml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/res/tomcat-maven/Dockerfile b/res/tomcat-maven/Dockerfile
index 2e5f0fa..8796dc0 100644
--- a/res/tomcat-maven/Dockerfile
+++ b/res/tomcat-maven/Dockerfile
@@ -47,7 +47,7 @@ RUN mkdir /opt
 # EXPOSE $jolokiaport
 
 # Optional: Add Prometheus agent for JMX monitoring
-# RUN mkdir /opt/prometheus && wget 
http://central.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.10/jmx_prometheus_javaagent-0.10.jar
 -O /opt/prometheus/prometheus.jar && wget 
https://raw.githubusercontent.com/prometheus/jmx_exporter/master/example_configs/tomcat.yml
 -O conf/prometheus.yaml
+# RUN mkdir /opt/prometheus && wget 
http://central.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.11.0/jmx_prometheus_javaagent-0.11.0.jar
 -O /opt/prometheus/prometheus.jar && wget 
https://raw.githubusercontent.com/prometheus/jmx_exporter/master/example_configs/tomcat.yml
 -O conf/prometheus.yaml
 # ARG prometheusport=9404
 # ENV 
JAVA_OPTS="-javaagent:/opt/prometheus/prometheus.jar=$prometheusport:conf/prometheus.yaml
 ${JAVA_OPTS}"
 # EXPOSE $prometheusport
diff --git a/res/tomcat-maven/pom.xml b/res/tomcat-maven/pom.xml
index 9036134..7630803 100644
--- a/res/tomcat-maven/pom.xml
+++ b/res/tomcat-maven/pom.xml
@@ -29,7 +29,7 @@
 
 UTF-8
 org.apache.catalina.startup.Tomcat
-9.0.16
+9.0.17
 
 
 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch master updated: Update version numbers

2020-09-24 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 6e509a8  Update version numbers
6e509a8 is described below

commit 6e509a856bfb9c2912b7451183f851afe77ed67a
Author: remm 
AuthorDate: Thu Sep 24 10:12:10 2020 +0200

Update version numbers
---
 modules/stuffed/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/stuffed/pom.xml b/modules/stuffed/pom.xml
index f1c84a3..c8dfa78 100644
--- a/modules/stuffed/pom.xml
+++ b/modules/stuffed/pom.xml
@@ -29,8 +29,8 @@
 
 UTF-8
 org.apache.catalina.startup.Tomcat
-10.0.0-M7
-
+10.0.0-M8
+
 
 
 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch master updated: Update version numbers

2020-11-18 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 8b8d7e1  Update version numbers
8b8d7e1 is described below

commit 8b8d7e1f72b9dee6eff0ebd468340511e1298580
Author: remm 
AuthorDate: Wed Nov 18 10:17:19 2020 +0100

Update version numbers

Some cleanups.
---
 modules/cxf/pom.xml|  7 ---
 modules/owb/pom.xml| 10 +-
 modules/stuffed/Dockerfile |  2 +-
 modules/stuffed/pom.xml|  4 ++--
 webapps/docs/changelog.xml | 10 ++
 5 files changed, 22 insertions(+), 11 deletions(-)

diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index 495ec6b..57ae446 100644
--- a/modules/cxf/pom.xml
+++ b/modules/cxf/pom.xml
@@ -29,14 +29,14 @@
 Apache CXF for Apache Tomcat CDI
 Apache CXF packaged for Apache Tomcat CDI
 
-3.4.0
+3.4.1
 jar
 
 
-1.0.1
+1.3
 1.1.4
 1.0
-1.2.4
+1.2.8
 
 
 
@@ -132,6 +132,7 @@

jakarta.inject:*

jakarta.interceptor:*

+   
org.apache.geronimo.specs:geronimo-jta_1.1_spec

org.apache.ant:*

org.codehaus.woodstox:*

org.glassfish.jaxb:*
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index b62360d..b8a88eb 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -29,14 +29,14 @@
 Apache Tomcat CDI 2 support
 Apache Tomcat CDI 2 support using Apache 
OpenWebBeans
 
-2.0.18
+2.0.20
 jar
 
 
-1.0
-1.0
-1.0.1
-10.0.0-M8
+1.2
+1.2
+1.3
+10.0.0-M10
 
 
 
diff --git a/modules/stuffed/Dockerfile b/modules/stuffed/Dockerfile
index 83e5b6e..3cb4176 100644
--- a/modules/stuffed/Dockerfile
+++ b/modules/stuffed/Dockerfile
@@ -48,7 +48,7 @@ RUN mkdir -p /opt
 # EXPOSE $jolokiaport
 
 # Optional: Add Prometheus agent for JMX monitoring
-# RUN mkdir /opt/prometheus && wget 
https://repo.maven.apache.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.13.0/jmx_prometheus_javaagent-0.13.0.jar
 -O /opt/prometheus/prometheus.jar && wget 
https://raw.githubusercontent.com/prometheus/jmx_exporter/master/example_configs/tomcat.yml
 -O conf/prometheus.yaml
+# RUN mkdir /opt/prometheus && wget 
https://repo.maven.apache.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.14.0/jmx_prometheus_javaagent-0.14.0.jar
 -O /opt/prometheus/prometheus.jar && wget 
https://raw.githubusercontent.com/prometheus/jmx_exporter/master/example_configs/tomcat.yml
 -O conf/prometheus.yaml
 # ARG prometheusport=9404
 # ENV 
JAVA_OPTS="-javaagent:/opt/prometheus/prometheus.jar=$prometheusport:conf/prometheus.yaml
 ${JAVA_OPTS}"
 # EXPOSE $prometheusport
diff --git a/modules/stuffed/pom.xml b/modules/stuffed/pom.xml
index c8dfa78..6d0b6b6 100644
--- a/modules/stuffed/pom.xml
+++ b/modules/stuffed/pom.xml
@@ -29,8 +29,8 @@
 
 UTF-8
 org.apache.catalina.startup.Tomcat
-10.0.0-M8
-
+10.0.0-M10
+
 
 
 
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 68f74dd..f19b41f 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -45,6 +45,16 @@
   issues do not "pop up" wrt. others).
 -->
 
+  
+
+  
+Update the OWB module to Apache OpenWebBeans 2.0.20. (remm)
+  
+  
+Update the CXF module to Apache CXF 3.4.1. (remm)
+  
+
+  
 
 
   


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch master updated: Update version numbers

2020-12-09 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 630adb6  Update version numbers
630adb6 is described below

commit 630adb6272beb02cd709465441e841f2d362b6fb
Author: remm 
AuthorDate: Wed Dec 9 14:18:23 2020 +0100

Update version numbers
---
 modules/owb/pom.xml |  2 +-
 modules/stuffed/pom.xml | 12 ++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index b8a88eb..619e55a 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -36,7 +36,7 @@
 1.2
 1.2
 1.3
-10.0.0-M10
+10.0.0
 
 
 
diff --git a/modules/stuffed/pom.xml b/modules/stuffed/pom.xml
index 6d0b6b6..a46dad5 100644
--- a/modules/stuffed/pom.xml
+++ b/modules/stuffed/pom.xml
@@ -29,8 +29,8 @@
 
 UTF-8
 org.apache.catalina.startup.Tomcat
-10.0.0-M10
-
+10.0.0
+
 
 
 
@@ -95,6 +95,14 @@
 
 
 
false
+
+
+*:*
+
+module-info.class
+
+
+
 
 
 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org