You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2023/02/02 21:51:51 UTC

[flex-utilities] 01/02: Update release notes, readme, and notice

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

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-utilities.git

commit 22c3d2f82d975c3504ec7100dc1c80441b5b6875
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Thu Feb 2 13:50:19 2023 -0800

    Update release notes, readme, and notice
---
 flex-maven-tools/flex-sdk-converter/NOTICE        |  2 +-
 flex-maven-tools/flex-sdk-converter/README.txt    |  5 ++---
 flex-maven-tools/flex-sdk-converter/RELEASE_NOTES | 12 ++++++++++++
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/flex-maven-tools/flex-sdk-converter/NOTICE b/flex-maven-tools/flex-sdk-converter/NOTICE
index 51beba2e..dda7c0df 100644
--- a/flex-maven-tools/flex-sdk-converter/NOTICE
+++ b/flex-maven-tools/flex-sdk-converter/NOTICE
@@ -1,5 +1,5 @@
 Apache Flex SDK Converter
-Copyright 2019 The Apache Software Foundation
+Copyright 2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/flex-maven-tools/flex-sdk-converter/README.txt b/flex-maven-tools/flex-sdk-converter/README.txt
index 5fe87132..deb88bb4 100644
--- a/flex-maven-tools/flex-sdk-converter/README.txt
+++ b/flex-maven-tools/flex-sdk-converter/README.txt
@@ -1,5 +1,6 @@
 Apache Flex SDK Converter
 =========================
+
 	The Apache Flex SDK Converter tool is used to convert the Apache and Adobe
 	Flex SDKs and Air SDKs into Maven artifacts. Automatically creating the
 	Directories, pom-files, copying and moving the resources to the correct
@@ -12,7 +13,7 @@ Apache Flex SDK Converter
 	and deploy a mavenized form of an Apache Flex SDK.
 
     The Converter does not simply copy all java libraries to the destination; it checks
-    if the given artifact has already been deployed to maven central or by deploying an
+    if the given artifact has already been deployed to Maven Central or by deploying an
     other FDK previously. For this check you do need an internet connection to do the
     conversion, otherwise it will probably take forever.
 
@@ -95,8 +96,6 @@ Software Dependencies
     download.  Most of the jars are installed in your maven local repository and
     are included in the assembly jars.
 
-TODO: Add them all here ...
-
 Building the Source in the Source Distribution
 ----------------------------------------------
 
diff --git a/flex-maven-tools/flex-sdk-converter/RELEASE_NOTES b/flex-maven-tools/flex-sdk-converter/RELEASE_NOTES
index 3a0e14b4..c16173d0 100644
--- a/flex-maven-tools/flex-sdk-converter/RELEASE_NOTES
+++ b/flex-maven-tools/flex-sdk-converter/RELEASE_NOTES
@@ -1,3 +1,15 @@
+Apache Flex Mavenizer 1.1.0
+===========================
+
+Apache Flex Mavenizer 1.1.0 fixes an HTTP to HTTPS redirect issue that causes
+Mavenized downloads to fail.
+
+Known Issues
+_____________
+
+Currently None.
+
+
 Apache Flex SDK Converter 1.0.0
 ===========================