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

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

commit fece93824524df26fad819d83c7298c7b2163a70
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Feb 20 15:46:03 2023 -0800

    Flex SDK Maven Converter replaces Mavenizer
---
 content/dev-sourcecode.md        |  2 +-
 content/download-utilities.md    | 10 ++++------
 theme/apache/templates/base.html |  2 +-
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/content/dev-sourcecode.md b/content/dev-sourcecode.md
index bfa303af6..23a48ffd4 100644
--- a/content/dev-sourcecode.md
+++ b/content/dev-sourcecode.md
@@ -37,7 +37,7 @@ If you are looking for BlazeDS:
 
     git clone https://git-wip-us.apache.org/repos/asf/flex-blazeds.git 
flex-blazeds
 
-If you are looking for the Apache Flex SDK Installer or the Apache Flex SDK 
Mavenizer Project:
+If you are looking for the Apache Flex SDK Installer or the Apache Flex SDK 
Maven Converter Project:
 
     git clone https://git-wip-us.apache.org/repos/asf/flex-utilities.git 
flex-utilities
 
diff --git a/content/download-utilities.md b/content/download-utilities.md
index f00479066..138a22479 100644
--- a/content/download-utilities.md
+++ b/content/download-utilities.md
@@ -32,12 +32,10 @@ Use this code to embed the small size badge on your 
website/blog:
     frameborder="0" height="84" marginheight="0" marginwidth="0" 
scrolling="no" width="402"></iframe>
 ```
 
-<div class="headline"><h4 class="title">Apache Flex SDK Mavenizer</h4></div>
+<div class="headline"><h4 class="title">Apache Flex SDK Maven 
Converter</h4></div>
 
-In order to be able to use Flex with a maven build, it is crucial to be able 
to have access to a mavenized form of FDK. The Apache Flex SDK Mavenizer 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 destinations.
+In order to be able to use Flex with a [Maven](https://maven.apache.org/) 
build, it is crucial to be able to have access to a _Mavenized_ form of FDK. 
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 destinations.
 
-These artifacts can be used in Maven builds using the Flexmojos plugin 
(Starting with version 6.x).
+The Apache Flex SDK Converter is part of the Apache Flex Utilities Git 
repository that can be found here:
 
-The mavenizer is part of the Apache Utilities Git repository that can be found 
here:
-
-    https://git-wip-us.apache.org/repos/asf/flex-utilities.git
\ No newline at end of file
+    
https://github.com/apache/flex-utilities/tree/develop/flex-maven-tools/flex-sdk-converter
\ No newline at end of file
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 155d22579..63971a9c4 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -341,7 +341,7 @@
                Apache Flex SDK : <a href="/download-binaries.html">4.16.1 (Nov 
2017)</a><br />
                 Apache FlexJS SDK : <a href="/download-flexjs.html">0.8.0 (Jun 
2017)</a><br />
                 Blaze DS : <a href="/download-blazeds.html">4.7.3 (Mar 
2017)</a><br />
-                Flex Mavenizer : <a 
href="http://svn.apache.org/viewvc/flex/utilities/trunk/mavenizer/";> 4.8.0 (Jan 
2013)</a><br />
+                Flex SDK Converter : <a 
href="https://github.com/apache/flex-utilities/tree/develop/flex-maven-tools/flex-sdk-converter";>
 1.1.0 (Feb 2023)</a><br />
                 FlexUnit : <a href="/download-flexunit.html">4.2.0 (Apr 
2014)</a><br />
                 SDK Installer : <a href="/installer.html">3.3.2 (Jul 
2018)</a><br />
                 Squiggly : <a href="/download-squiggly.html">1.1 (Oct 
2014)</a><br />

Reply via email to