You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2022/06/23 13:10:39 UTC

[juneau] branch master updated: [maven-release-plugin] prepare release juneau-9.0-B1-RC1

This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
     new ceebd67af [maven-release-plugin] prepare release juneau-9.0-B1-RC1
ceebd67af is described below

commit ceebd67afc54b7e49bca0c1fb49cbc746cf61c4b
Author: jamesbognar <ja...@apache.org>
AuthorDate: Thu Jun 23 09:09:48 2022 -0400

    [maven-release-plugin] prepare release juneau-9.0-B1-RC1
---
 juneau-all/pom.xml                                            | 2 +-
 juneau-core/juneau-config/pom.xml                             | 2 +-
 juneau-core/juneau-dto/pom.xml                                | 2 +-
 juneau-core/juneau-marshall-rdf/pom.xml                       | 2 +-
 juneau-core/juneau-marshall/pom.xml                           | 2 +-
 juneau-core/pom.xml                                           | 2 +-
 juneau-distrib/pom.xml                                        | 2 +-
 juneau-examples/juneau-examples-core/pom.xml                  | 2 +-
 juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml      | 2 +-
 juneau-examples/juneau-examples-rest-jetty/pom.xml            | 2 +-
 juneau-examples/juneau-examples-rest-springboot/pom.xml       | 2 +-
 juneau-examples/juneau-examples-rest/pom.xml                  | 2 +-
 juneau-examples/pom.xml                                       | 2 +-
 juneau-microservice/juneau-microservice-core/pom.xml          | 2 +-
 juneau-microservice/juneau-microservice-ftest/pom.xml         | 2 +-
 juneau-microservice/juneau-microservice-jetty/pom.xml         | 2 +-
 juneau-microservice/juneau-my-jetty-microservice/pom.xml      | 4 ++--
 juneau-microservice/juneau-my-springboot-microservice/pom.xml | 4 ++--
 juneau-microservice/pom.xml                                   | 2 +-
 juneau-rest/juneau-rest-client/pom.xml                        | 2 +-
 juneau-rest/juneau-rest-mock/pom.xml                          | 2 +-
 juneau-rest/juneau-rest-server-jaxrs/pom.xml                  | 2 +-
 juneau-rest/juneau-rest-server-rdf/pom.xml                    | 2 +-
 juneau-rest/juneau-rest-server-springboot/pom.xml             | 2 +-
 juneau-rest/juneau-rest-server/pom.xml                        | 2 +-
 juneau-rest/pom.xml                                           | 2 +-
 juneau-sc/juneau-sc-client/pom.xml                            | 2 +-
 juneau-sc/juneau-sc-server/pom.xml                            | 2 +-
 juneau-sc/pom.xml                                             | 2 +-
 juneau-utest-utils/pom.xml                                    | 2 +-
 juneau-utest/pom.xml                                          | 2 +-
 pom.xml                                                       | 6 +++---
 32 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/juneau-all/pom.xml b/juneau-all/pom.xml
index 1d26e7bdc..ff0b75099 100644
--- a/juneau-all/pom.xml
+++ b/juneau-all/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-all</artifactId>
diff --git a/juneau-core/juneau-config/pom.xml b/juneau-core/juneau-config/pom.xml
index 01502deb8..1015d1bab 100644
--- a/juneau-core/juneau-config/pom.xml
+++ b/juneau-core/juneau-config/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-core</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-config</artifactId>
diff --git a/juneau-core/juneau-dto/pom.xml b/juneau-core/juneau-dto/pom.xml
index 9ce5bae1f..7870377ff 100644
--- a/juneau-core/juneau-dto/pom.xml
+++ b/juneau-core/juneau-dto/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-core</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-dto</artifactId>
diff --git a/juneau-core/juneau-marshall-rdf/pom.xml b/juneau-core/juneau-marshall-rdf/pom.xml
index 4c2815c91..9fe2671c3 100644
--- a/juneau-core/juneau-marshall-rdf/pom.xml
+++ b/juneau-core/juneau-marshall-rdf/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-core</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-marshall-rdf</artifactId>
diff --git a/juneau-core/juneau-marshall/pom.xml b/juneau-core/juneau-marshall/pom.xml
index 6ce85f100..33cb56536 100644
--- a/juneau-core/juneau-marshall/pom.xml
+++ b/juneau-core/juneau-marshall/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-core</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-marshall</artifactId>
diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
index e9e69faa3..c1160c75b 100644
--- a/juneau-core/pom.xml
+++ b/juneau-core/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-core</artifactId>
diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml
index 4a7070b39..a0a5419f2 100644
--- a/juneau-distrib/pom.xml
+++ b/juneau-distrib/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-distrib</artifactId>
diff --git a/juneau-examples/juneau-examples-core/pom.xml b/juneau-examples/juneau-examples-core/pom.xml
index fa8284233..13de10166 100644
--- a/juneau-examples/juneau-examples-core/pom.xml
+++ b/juneau-examples/juneau-examples-core/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<artifactId>juneau-examples</artifactId>
 		<groupId>org.apache.juneau</groupId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-examples-core</artifactId>
diff --git a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
index 083e66086..e92d0b13c 100644
--- a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-examples</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-examples-rest-jetty-ftest</artifactId>
diff --git a/juneau-examples/juneau-examples-rest-jetty/pom.xml b/juneau-examples/juneau-examples-rest-jetty/pom.xml
index b4776845b..6480b6791 100644
--- a/juneau-examples/juneau-examples-rest-jetty/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-examples</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-examples-rest-jetty</artifactId>
diff --git a/juneau-examples/juneau-examples-rest-springboot/pom.xml b/juneau-examples/juneau-examples-rest-springboot/pom.xml
index cc381034a..6312b70bc 100644
--- a/juneau-examples/juneau-examples-rest-springboot/pom.xml
+++ b/juneau-examples/juneau-examples-rest-springboot/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-examples</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-examples-rest-springboot</artifactId>
diff --git a/juneau-examples/juneau-examples-rest/pom.xml b/juneau-examples/juneau-examples-rest/pom.xml
index 46daef558..6e0f9146d 100644
--- a/juneau-examples/juneau-examples-rest/pom.xml
+++ b/juneau-examples/juneau-examples-rest/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-examples</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-examples-rest</artifactId>
diff --git a/juneau-examples/pom.xml b/juneau-examples/pom.xml
index e081f6c00..91ee5826c 100644
--- a/juneau-examples/pom.xml
+++ b/juneau-examples/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-examples</artifactId>
diff --git a/juneau-microservice/juneau-microservice-core/pom.xml b/juneau-microservice/juneau-microservice-core/pom.xml
index 509f09b9a..00646dd4a 100644
--- a/juneau-microservice/juneau-microservice-core/pom.xml
+++ b/juneau-microservice/juneau-microservice-core/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-microservice</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-microservice-core</artifactId>
diff --git a/juneau-microservice/juneau-microservice-ftest/pom.xml b/juneau-microservice/juneau-microservice-ftest/pom.xml
index a64a87197..faabb5db2 100644
--- a/juneau-microservice/juneau-microservice-ftest/pom.xml
+++ b/juneau-microservice/juneau-microservice-ftest/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-microservice</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-microservice-ftest</artifactId>
diff --git a/juneau-microservice/juneau-microservice-jetty/pom.xml b/juneau-microservice/juneau-microservice-jetty/pom.xml
index 650ec1ee5..966e8c0b5 100644
--- a/juneau-microservice/juneau-microservice-jetty/pom.xml
+++ b/juneau-microservice/juneau-microservice-jetty/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-microservice</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-microservice-jetty</artifactId>
diff --git a/juneau-microservice/juneau-my-jetty-microservice/pom.xml b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
index ccf055e27..6feae7f9d 100644
--- a/juneau-microservice/juneau-my-jetty-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-microservice</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-my-jetty-microservice</artifactId>
@@ -36,7 +36,7 @@
 	<description>Apache Juneau Jetty Microservice Template</description>
 	
 	<properties>
-		<juneau.version>9.0-B1-SNAPSHOT</juneau.version>
+		<juneau.version>9.0-B1</juneau.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 	</properties>
 	
diff --git a/juneau-microservice/juneau-my-springboot-microservice/pom.xml b/juneau-microservice/juneau-my-springboot-microservice/pom.xml
index 8cf57b640..601faba82 100644
--- a/juneau-microservice/juneau-my-springboot-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-springboot-microservice/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-microservice</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-my-springboot-microservice</artifactId>
@@ -36,7 +36,7 @@
 	<description>Apache Juneau Spring Boot Microservice Template</description>
 	
 	<properties>
-		<juneau.version>9.0-B1-SNAPSHOT</juneau.version>
+		<juneau.version>9.0-B1</juneau.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 	</properties>
 	
diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml
index b475b697d..e1d3ab8d8 100644
--- a/juneau-microservice/pom.xml
+++ b/juneau-microservice/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-microservice</artifactId>
diff --git a/juneau-rest/juneau-rest-client/pom.xml b/juneau-rest/juneau-rest-client/pom.xml
index 851a8e9b3..d8770ba3a 100644
--- a/juneau-rest/juneau-rest-client/pom.xml
+++ b/juneau-rest/juneau-rest-client/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-rest</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-rest-client</artifactId>
diff --git a/juneau-rest/juneau-rest-mock/pom.xml b/juneau-rest/juneau-rest-mock/pom.xml
index 9ff7b22f7..6961b60d1 100644
--- a/juneau-rest/juneau-rest-mock/pom.xml
+++ b/juneau-rest/juneau-rest-mock/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-rest</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-rest-mock</artifactId>
diff --git a/juneau-rest/juneau-rest-server-jaxrs/pom.xml b/juneau-rest/juneau-rest-server-jaxrs/pom.xml
index 8a567627f..cc1178ca9 100644
--- a/juneau-rest/juneau-rest-server-jaxrs/pom.xml
+++ b/juneau-rest/juneau-rest-server-jaxrs/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-rest</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-rest-server-jaxrs</artifactId>
diff --git a/juneau-rest/juneau-rest-server-rdf/pom.xml b/juneau-rest/juneau-rest-server-rdf/pom.xml
index 65434439a..082d353e6 100644
--- a/juneau-rest/juneau-rest-server-rdf/pom.xml
+++ b/juneau-rest/juneau-rest-server-rdf/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-rest</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-rest-server-rdf</artifactId>
diff --git a/juneau-rest/juneau-rest-server-springboot/pom.xml b/juneau-rest/juneau-rest-server-springboot/pom.xml
index 21307e6ac..17af19ac0 100644
--- a/juneau-rest/juneau-rest-server-springboot/pom.xml
+++ b/juneau-rest/juneau-rest-server-springboot/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-rest</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-rest-server-springboot</artifactId>
diff --git a/juneau-rest/juneau-rest-server/pom.xml b/juneau-rest/juneau-rest-server/pom.xml
index 8711a085c..f48843e2e 100644
--- a/juneau-rest/juneau-rest-server/pom.xml
+++ b/juneau-rest/juneau-rest-server/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-rest</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-rest-server</artifactId>
diff --git a/juneau-rest/pom.xml b/juneau-rest/pom.xml
index 04d96209a..80fec88f7 100644
--- a/juneau-rest/pom.xml
+++ b/juneau-rest/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-rest</artifactId>
diff --git a/juneau-sc/juneau-sc-client/pom.xml b/juneau-sc/juneau-sc-client/pom.xml
index 87d2a4d1d..952006106 100644
--- a/juneau-sc/juneau-sc-client/pom.xml
+++ b/juneau-sc/juneau-sc-client/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-sc</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<properties>
diff --git a/juneau-sc/juneau-sc-server/pom.xml b/juneau-sc/juneau-sc-server/pom.xml
index 57b2676c7..7965b7551 100644
--- a/juneau-sc/juneau-sc-server/pom.xml
+++ b/juneau-sc/juneau-sc-server/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau-sc</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<properties>
diff --git a/juneau-sc/pom.xml b/juneau-sc/pom.xml
index f408aab8e..c3da83465 100644
--- a/juneau-sc/pom.xml
+++ b/juneau-sc/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-sc</artifactId>
diff --git a/juneau-utest-utils/pom.xml b/juneau-utest-utils/pom.xml
index b91c8a7f4..4aeada8fa 100644
--- a/juneau-utest-utils/pom.xml
+++ b/juneau-utest-utils/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-utest-utils</artifactId>
diff --git a/juneau-utest/pom.xml b/juneau-utest/pom.xml
index 1b812cf3b..46fd9f5f5 100644
--- a/juneau-utest/pom.xml
+++ b/juneau-utest/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>9.0-B1-SNAPSHOT</version>
+		<version>9.0-B1</version>
 	</parent>
 
 	<artifactId>juneau-utest</artifactId>
diff --git a/pom.xml b/pom.xml
index 4e0fd6fbf..164ae82a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
 	<groupId>org.apache.juneau</groupId>
 	<artifactId>juneau</artifactId>
-	<version>9.0-B1-SNAPSHOT</version>
+	<version>9.0-B1</version>
 	<packaging>pom</packaging>
 	<name>juneau</name>
 	<description>Apache Juneau</description>
@@ -52,7 +52,7 @@
 		<javax.inject.version>1</javax.inject.version>
 		<springboot.version>2.7.0</springboot.version>
 		<xml.apis.version>1.4.01</xml.apis.version>
-		<javadoc.executable></javadoc.executable>
+		<javadoc.executable />
 	</properties>
 
 	<dependencyManagement>
@@ -391,7 +391,7 @@
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/juneau.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/juneau.git</developerConnection>
 		<url>https://github.com/apache/juneau</url>
-		<tag>HEAD</tag>
+		<tag>juneau-9.0-B1-RC1</tag>
 	</scm>
 	<issueManagement>
 		<system>Jira</system>