Change version to 3.20.0 for release (#7)
diff --git a/examples/camel-example-artemis-amqp-blueprint/pom.xml b/examples/camel-example-artemis-amqp-blueprint/pom.xml
index 221ee2b..6e95d1e 100644
--- a/examples/camel-example-artemis-amqp-blueprint/pom.xml
+++ b/examples/camel-example-artemis-amqp-blueprint/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-artemis-amqp-blueprint</artifactId>
diff --git a/examples/camel-example-cxf-blueprint/pom.xml b/examples/camel-example-cxf-blueprint/pom.xml
index f4fe24e..c99cdaf 100644
--- a/examples/camel-example-cxf-blueprint/pom.xml
+++ b/examples/camel-example-cxf-blueprint/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-cxf-blueprint</artifactId>
diff --git a/examples/camel-example-ehcache-blueprint/pom.xml b/examples/camel-example-ehcache-blueprint/pom.xml
index e608830..cf48536 100644
--- a/examples/camel-example-ehcache-blueprint/pom.xml
+++ b/examples/camel-example-ehcache-blueprint/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-ehcache-blueprint</artifactId>
diff --git a/examples/camel-example-fhir-osgi/pom.xml b/examples/camel-example-fhir-osgi/pom.xml
index 6b8044a..9a9497f 100644
--- a/examples/camel-example-fhir-osgi/pom.xml
+++ b/examples/camel-example-fhir-osgi/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-fhir-osgi</artifactId>
diff --git a/examples/camel-example-kamelet-chucknorris/pom.xml b/examples/camel-example-kamelet-chucknorris/pom.xml
index 0b1bd67..d864ceb 100644
--- a/examples/camel-example-kamelet-chucknorris/pom.xml
+++ b/examples/camel-example-kamelet-chucknorris/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-kamelet-chucknorris</artifactId>
diff --git a/examples/camel-example-mybatis/pom.xml b/examples/camel-example-mybatis/pom.xml
index 839b9d4..2785cf6 100644
--- a/examples/camel-example-mybatis/pom.xml
+++ b/examples/camel-example-mybatis/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-mybatis</artifactId>
diff --git a/examples/camel-example-netty-http/myapp-one/pom.xml b/examples/camel-example-netty-http/myapp-one/pom.xml
index af85eb7..9a38dfd 100644
--- a/examples/camel-example-netty-http/myapp-one/pom.xml
+++ b/examples/camel-example-netty-http/myapp-one/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>camel-example-netty-http</artifactId>
<groupId>org.apache.camel.example</groupId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-netty-myapp-one</artifactId>
diff --git a/examples/camel-example-netty-http/myapp-two/pom.xml b/examples/camel-example-netty-http/myapp-two/pom.xml
index 8e9f9da..8999066 100644
--- a/examples/camel-example-netty-http/myapp-two/pom.xml
+++ b/examples/camel-example-netty-http/myapp-two/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>camel-example-netty-http</artifactId>
<groupId>org.apache.camel.example</groupId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-netty-myapp-two</artifactId>
diff --git a/examples/camel-example-netty-http/pom.xml b/examples/camel-example-netty-http/pom.xml
index d523b0f..2adcf87 100644
--- a/examples/camel-example-netty-http/pom.xml
+++ b/examples/camel-example-netty-http/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-netty-http</artifactId>
diff --git a/examples/camel-example-netty-http/shared-netty-http-server/pom.xml b/examples/camel-example-netty-http/shared-netty-http-server/pom.xml
index e3e992a..91bf533 100644
--- a/examples/camel-example-netty-http/shared-netty-http-server/pom.xml
+++ b/examples/camel-example-netty-http/shared-netty-http-server/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>camel-example-netty-http</artifactId>
<groupId>org.apache.camel.example</groupId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-netty-http-shared</artifactId>
diff --git a/examples/camel-example-olingo4-blueprint/pom.xml b/examples/camel-example-olingo4-blueprint/pom.xml
index 01309df..4cb9d2c 100644
--- a/examples/camel-example-olingo4-blueprint/pom.xml
+++ b/examples/camel-example-olingo4-blueprint/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-olingo4-blueprint</artifactId>
diff --git a/examples/camel-example-openapi-osgi/pom.xml b/examples/camel-example-openapi-osgi/pom.xml
index b9970f5..60a876b 100644
--- a/examples/camel-example-openapi-osgi/pom.xml
+++ b/examples/camel-example-openapi-osgi/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-openapi-osgi</artifactId>
diff --git a/examples/camel-example-servlet-rest-blueprint/pom.xml b/examples/camel-example-servlet-rest-blueprint/pom.xml
index 3483d83..73f55ba 100644
--- a/examples/camel-example-servlet-rest-blueprint/pom.xml
+++ b/examples/camel-example-servlet-rest-blueprint/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-servlet-rest-blueprint</artifactId>
diff --git a/examples/camel-example-servlet-rest-karaf-jaas/pom.xml b/examples/camel-example-servlet-rest-karaf-jaas/pom.xml
index 57c88aa..9aa715f 100644
--- a/examples/camel-example-servlet-rest-karaf-jaas/pom.xml
+++ b/examples/camel-example-servlet-rest-karaf-jaas/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-servlet-rest-karaf-jaas</artifactId>
diff --git a/examples/camel-example-sql-blueprint/pom.xml b/examples/camel-example-sql-blueprint/pom.xml
index c1e867e..a574064 100644
--- a/examples/camel-example-sql-blueprint/pom.xml
+++ b/examples/camel-example-sql-blueprint/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-sql-blueprint</artifactId>
diff --git a/examples/camel-example-swagger-osgi/pom.xml b/examples/camel-example-swagger-osgi/pom.xml
index ed89bf7..4f4c713 100644
--- a/examples/camel-example-swagger-osgi/pom.xml
+++ b/examples/camel-example-swagger-osgi/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-swagger-osgi</artifactId>
diff --git a/examples/camel-example-transformer-blueprint/pom.xml b/examples/camel-example-transformer-blueprint/pom.xml
index c479325..b4afa89 100644
--- a/examples/camel-example-transformer-blueprint/pom.xml
+++ b/examples/camel-example-transformer-blueprint/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-transformer-blueprint</artifactId>
diff --git a/examples/camel-example-twitter-websocket-blueprint/pom.xml b/examples/camel-example-twitter-websocket-blueprint/pom.xml
index ca3481c..b0b335e 100644
--- a/examples/camel-example-twitter-websocket-blueprint/pom.xml
+++ b/examples/camel-example-twitter-websocket-blueprint/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<artifactId>camel-example-twitter-websocket-blueprint</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index b47490a..3b977cb 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -25,12 +25,12 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
</parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
<packaging>pom</packaging>
<name>Camel Karaf Examples</name>
@@ -107,8 +107,8 @@
<jdk.version>11</jdk.version>
<compiler.fork>false</compiler.fork>
- <camel.version>3.20.0-SNAPSHOT</camel.version>
- <camel.karaf.version>3.20.0-SNAPSHOT</camel.karaf.version>
+ <camel.version>3.20.0</camel.version>
+ <camel.karaf.version>3.20.0</camel.karaf.version>
<!-- Versions -->
<osgi-version>6.0.0</osgi-version>