You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2023/07/04 11:01:45 UTC

[camel] branch main updated (1af7e7b45f7 -> ae4213b73dd)

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

ppalaga pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 1af7e7b45f7 Upgrade Cassandra Driver to version 4.16.0
     new bfdcaf6c9e8 Instruct Maven Wrapper to use Maven 3.9.3
     new ae4213b73dd Add .sdkmanrc to select the recommended Maven and Java versions if the user uses SDKMAN

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 .sdkmanrc                             | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 .sdkmanrc


[camel] 02/02: Add .sdkmanrc to select the recommended Maven and Java versions if the user uses SDKMAN

Posted by pp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ae4213b73dd909921e95aefe95036600ff4e55db
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Jul 4 12:18:44 2023 +0200

    Add .sdkmanrc to select the recommended Maven and Java versions if the
    user uses SDKMAN
---
 .sdkmanrc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.sdkmanrc b/.sdkmanrc
new file mode 100644
index 00000000000..f5b36ed0d37
--- /dev/null
+++ b/.sdkmanrc
@@ -0,0 +1,4 @@
+# Enable auto-env through the sdkman_auto_env config
+# Add key=value pairs of SDKs to use below
+java=17.0.7-tem
+maven=3.9.3


[camel] 01/02: Instruct Maven Wrapper to use Maven 3.9.3

Posted by pp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit bfdcaf6c9e831f2cdb809293dce77af3533042d6
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Jul 4 12:14:20 2023 +0200

    Instruct Maven Wrapper to use Maven 3.9.3
---
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties
index 3c6fda8c6e4..6d3a56651da 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -14,5 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.3/apache-maven-3.9.3-bin.zip
 wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar