Skip to content

Commit 4fab8e7

Browse files
committed
switch wcm.io domains to HTTPS
1 parent 3af9403 commit 4fab8e7

7 files changed

Lines changed: 25 additions & 16 deletions

File tree

parent_toplevel/changes.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
2424
<body>
2525

26+
<release version="1.1.6" date="not released">
27+
<action type="update" dev="sseifert">
28+
Switch wcm.io domains to HTTPS.
29+
</action>
30+
<action type="update" dev="sseifert">
31+
Update to reflow-maven-skin 1.0.8.
32+
</action>
33+
</release>
34+
2635
<release version="1.1.4" date="2019-05-08">
2736
<action type="update" dev="sseifert">
2837
Update to global-parent 26.

parent_toplevel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<organization>
5151
<name>wcm.io DevOps</name>
52-
<url>http://devops.wcm.io</url>
52+
<url>https://devops.wcm.io</url>
5353
</organization>
5454

5555
<issueManagement>
@@ -85,7 +85,7 @@
8585

8686
<!-- site settings -->
8787
<site.url.module.prefix>tooling/parent_toplevel</site.url.module.prefix>
88-
<site.url>http://devops.wcm.io</site.url>
88+
<site.url>https://devops.wcm.io</site.url>
8989
<site.deploy.id>ssh-wcm.io</site.deploy.id>
9090
<site.deploy.url />
9191

parent_toplevel/src/site/site.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<bannerLeft>
2828
<name><![CDATA[<img src="http://wcm.io/images/favicon-16@3x.png"/> wcm.io DevOps]]></name>
29-
<href>http://devops.wcm.io</href>
29+
<href>https://devops.wcm.io</href>
3030
</bannerLeft>
3131

3232
<publishDate position="bottom" format="yyyy-MM-dd" />
@@ -35,20 +35,20 @@
3535
<skin>
3636
<groupId>io.wcm.maven.skins</groupId>
3737
<artifactId>reflow-maven-skin</artifactId>
38-
<version>1.0.6</version>
38+
<version>1.0.7-SNAPSHOT</version>
3939
</skin>
4040
<custom>
4141
<reflowSkin>
4242
<!-- Make this to 'false' for local development, i.e. file:// URLs -->
4343
<protocolRelativeURLs>false</protocolRelativeURLs>
4444
<smoothScroll>true</smoothScroll>
4545
<theme>default</theme>
46-
<absoluteResourceURL>http://devops.wcm.io</absoluteResourceURL>
46+
<absoluteResourceURL>https://devops.wcm.io</absoluteResourceURL>
4747
<skinAttribution>false</skinAttribution>
4848
<brand>
4949
<!-- Brand text in top-left part of the site -->
5050
<name>wcm.io DevOps</name>
51-
<href>http://devops.wcm.io</href>
51+
<href>https://devops.wcm.io</href>
5252
</brand>
5353
<slogan>Tools for Configuration Management and Deployment</slogan>
5454
<titleTemplate>%2$s | %1$s</titleTemplate>
@@ -107,20 +107,20 @@
107107
</links>
108108

109109
<breadcrumbs>
110-
<item name="wcm.io DevOps" href="http://devops.wcm.io" />
110+
<item name="wcm.io DevOps" href="https://devops.wcm.io" />
111111
</breadcrumbs>
112112

113113
<menu name="Main" inherit="top">
114-
<item name="Home" href="http://devops.wcm.io" />
115-
<item name="Platforms" href="http://devops.wcm.io/platforms.html" />
116-
<item name="Maven Repositories" href="http://devops.wcm.io/maven.html" />
114+
<item name="Home" href="https://devops.wcm.io" />
115+
<item name="Platforms" href="https://devops.wcm.io/platforms.html" />
116+
<item name="Maven Repositories" href="https://devops.wcm.io/maven.html" />
117117
<item name="GitHub project" href="http://github.com/wcm-io-devops" />
118118
<item name="Subprojects" href="http://wcm.io/subprojects.html" />
119-
<item name="License" href="http://devops.wcm.io/license.html" />
119+
<item name="License" href="https://devops.wcm.io/license.html" />
120120
<item name="Imprint" href="http://wcm.io/imprint.html" />
121121
</menu>
122122
<menu name="Categories" inherit="top">
123-
<item name="CONGA - CONfiguration GenerAtor" href="http://devops.wcm.io/conga/"/>
123+
<item name="CONGA - CONfiguration GenerAtor" href="https://devops.wcm.io/conga/"/>
124124
</menu>
125125
<menu name="Contribute" inherit="top">
126126
<item name="Contribute" href="http://wcm.io/contribute.html" />

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.wcm.devops</groupId>
2828
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
29-
<version>1.1.4</version>
29+
<version>1.1.5-SNAPSHOT</version>
3030
<relativePath>parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

public_site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.wcm.devops</groupId>
2828
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
29-
<version>1.1.4</version>
29+
<version>1.1.5-SNAPSHOT</version>
3030
<relativePath>../parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

public_site/src/site/markdown/ansible-aem/ansible-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ When you are using Ansible 2.5+ you can use the Playbook Debugger<br/>
129129
https://docs.ansible.com/ansible/2.5/user_guide/playbooks_debugger.html
130130
131131
132-
[ansible-aem]: http://devops.wcm.io/ansible-aem/
132+
[ansible-aem]: https://devops.wcm.io/ansible-aem/

public_site/src/site/markdown/ansible-aem/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Ansible roles are published on Ansibe Galaxy:
2828

2929
[ansible]: https://www.ansible.com/
3030
[ansible-debugging]: ansible-debugging.html
31-
[conga]: http://devops.wcm.io/conga
31+
[conga]: https://devops.wcm.io/conga
3232
[aem-configmgmt-archetype]: http://wcm.io/tooling/maven/archetypes/aem-confmgmt/
3333
[ansible-galaxy-roles]: https://galaxy.ansible.com/wcm_io_devops
3434
[github-ansible-roles]: https://github.com/wcm-io-devops?q=topic%3Aansible-role

0 commit comments

Comments
 (0)