diff --git a/docbkx/flexaddon.xml b/docbkx/flexaddon.xml
index 4524b78..e317612 100644
--- a/docbkx/flexaddon.xml
+++ b/docbkx/flexaddon.xml
@@ -7,14 +7,14 @@
Spring Roo brings brings a whole new level of productivity to building Java applications. From the Spring Roo Reference Guide:
- "Spring Roo is an easy-to-use productivity tool for rapidly building enterprise applications in the
+ "Spring Roo is an easy-to-use productivity tool for rapidly building enterprise applications in the
Java programming language. It allows you to build high-quality, high-performance, lock-in-free enterprise applications in just minutes. Best of all, Roo
works alongside your existing Java knowledge, skills and experience. You probably won't need to learn anything new to use Roo, as there's no new language
or runtime platform needed. You simply program in your normal Java way and Roo just works, sitting in the background taking care of the things you don't
want to worry about."
- To learn more about Spring Roo itself, you'll find numerous resources from the project's homepage at http://www.springsource.org/roo
+ To learn more about Spring Roo itself, you'll find numerous resources from the project's homepage at https://www.springsource.org/roo
The Flex Addon for Spring Roo aims to raise the bar for developer productivity in building Spring-based RIAs with a Flex client by meeting the
@@ -47,14 +47,14 @@
Installing the Flex Addon for Spring Roo
The currently released version of the Flex Addon for Spring Roo is 1.0.0.M1. The addon was included in the Spring BlazeDS Integration 1.5.0.M1 distribution
- and is also available from the Spring Milestones Maven Repository at http://maven.springframework.org/milestone
under the group id
+ and is also available from the Spring Milestones Maven Repository at https://maven.springframework.org/milestone
under the group id
org.springframework.flex.roo.addon
and artifact id org.springframework.flex.roo.addon
.
- First, ensure that you have Spring Roo 1.1.0.M1 set up correctly by following the steps found here.
+ First, ensure that you have Spring Roo 1.1.0.M1 set up correctly by following the steps found here.
- If you've not already done so, download the Spring BlazeDS Integration 1.5.0.M1 project distribution.
+ If you've not already done so, download the Spring BlazeDS Integration 1.5.0.M1 project distribution.
Once you have a working Spring Roo installation, you can install the Flex Addon by simply copying it from {spring_blazeds_dist}/org.springframework.flex.roo.addon-1.0.0.M1.jar
into the
diff --git a/docbkx/index.xml b/docbkx/index.xml
index 3df3571..d42cf5c 100644
--- a/docbkx/index.xml
+++ b/docbkx/index.xml
@@ -1,5 +1,5 @@
-
+
diff --git a/org.springframework.flex.roo.addon/pom.xml b/org.springframework.flex.roo.addon/pom.xml
index e0f70e7..0cad452 100644
--- a/org.springframework.flex.roo.addon/pom.xml
+++ b/org.springframework.flex.roo.addon/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
org.springframework.flex.roo.addon
org.springframework.flex.roo.addon
@@ -31,32 +31,32 @@
com.springsource.repository.bundles.release
SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases
- http://repository.springsource.com/maven/bundles/release
+ https://repository.springsource.com/maven/bundles/release
com.springsource.repository.bundles.external
SpringSource Enterprise Bundle Repository - External Bundle Releases
- http://repository.springsource.com/maven/bundles/external
+ https://repository.springsource.com/maven/bundles/external
com.springsource.repository.bundles.milestone
SpringSource Enterprise Bundle Repository - External Bundle Milestones
- http://repository.springsource.com/maven/bundles/milestone
+ https://repository.springsource.com/maven/bundles/milestone
com.springsource.repository.bundles.snapshot
SpringSource Enterprise Bundle Repository - Nightly Snapshots
- http://repository.springsource.com/maven/bundles/snapshot
+ https://repository.springsource.com/maven/bundles/snapshot
maven.springframework.org.milestone
Spring Framework Maven Repository - Milestone Releases
- http://maven.springframework.org/milestone
+ https://maven.springframework.org/milestone
maven.springframework.org.snapshot
Spring Framework Maven Repository - Nightly Snapshots
- http://maven.springframework.org/milestone
+ https://maven.springframework.org/milestone
metaas-repo
diff --git a/org.springframework.flex.roo.addon/src/main/assembly/assembly.xml b/org.springframework.flex.roo.addon/src/main/assembly/assembly.xml
index 8b85e1a..fafa0a0 100644
--- a/org.springframework.flex.roo.addon/src/main/assembly/assembly.xml
+++ b/org.springframework.flex.roo.addon/src/main/assembly/assembly.xml
@@ -2,7 +2,7 @@
+ xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 https://maven.apache.org/xsd/assembly-1.1.0.xsd">
zip
diff --git a/org.springframework.flex.roo.addon/src/main/resources/org/springframework/flex/roo/addon/flex-config.xml b/org.springframework.flex.roo.addon/src/main/resources/org/springframework/flex/roo/addon/flex-config.xml
index 16d6ff8..9758392 100644
--- a/org.springframework.flex.roo.addon/src/main/resources/org/springframework/flex/roo/addon/flex-config.xml
+++ b/org.springframework.flex.roo.addon/src/main/resources/org/springframework/flex/roo/addon/flex-config.xml
@@ -4,9 +4,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
- http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
+ https://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/flex
- http://www.springframework.org/schema/flex/spring-flex-1.5.xsd">
+ https://www.springframework.org/schema/flex/spring-flex-1.5.xsd">
diff --git a/org.springframework.flex.roo.addon/src/main/resources/org/springframework/flex/roo/addon/urlrewrite-template.xml b/org.springframework.flex.roo.addon/src/main/resources/org/springframework/flex/roo/addon/urlrewrite-template.xml
index 0c69873..5a3e1db 100644
--- a/org.springframework.flex.roo.addon/src/main/resources/org/springframework/flex/roo/addon/urlrewrite-template.xml
+++ b/org.springframework.flex.roo.addon/src/main/resources/org/springframework/flex/roo/addon/urlrewrite-template.xml
@@ -1,5 +1,5 @@
-
+
diff --git a/org.springframework.flex.roo.annotations/pom.xml b/org.springframework.flex.roo.annotations/pom.xml
index 7116271..09d4a8f 100644
--- a/org.springframework.flex.roo.annotations/pom.xml
+++ b/org.springframework.flex.roo.annotations/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
org.springframework.flex.roo.addon
org.springframework.flex.roo.annotations
diff --git a/pom.xml b/pom.xml
index c9e4f2c..e91f87c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
org.springframework.flex.roo.addon
org.springframework.flex.roo.root