Skip to content

Commit 49d454d

Browse files
committed
switch wcm.io domains to HTTPS
1 parent 35acb7f commit 49d454d

11 files changed

Lines changed: 21 additions & 21 deletions

File tree

.travis.maven-settings.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<repository>
3333
<id>central</id>
34-
<url>http://repo1.maven.org/maven2/</url>
34+
<url>https://repo1.maven.org/maven2/</url>
3535
<layout>default</layout>
3636
<releases>
3737
<enabled>true</enabled>
@@ -57,7 +57,7 @@
5757

5858
<repository>
5959
<id>wcm-io-apache-intermediate-release</id>
60-
<url>http://wcm.io/maven/repositories/apache-intermediate-release</url>
60+
<url>https://wcm.io/maven/repositories/apache-intermediate-release</url>
6161
<layout>default</layout>
6262
<releases>
6363
<enabled>true</enabled>
@@ -83,7 +83,7 @@
8383

8484
<repository>
8585
<id>apache-snapshots</id>
86-
<url>http://repository.apache.org/snapshots</url>
86+
<url>https://repository.apache.org/snapshots</url>
8787
<layout>default</layout>
8888
<releases>
8989
<enabled>false</enabled>
@@ -100,7 +100,7 @@
100100

101101
<pluginRepository>
102102
<id>central</id>
103-
<url>http://repo1.maven.org/maven2/</url>
103+
<url>https://repo1.maven.org/maven2/</url>
104104
<layout>default</layout>
105105
<releases>
106106
<enabled>true</enabled>
@@ -126,7 +126,7 @@
126126

127127
<pluginRepository>
128128
<id>wcm-io-apache-intermediate-release</id>
129-
<url>http://wcm.io/maven/repositories/apache-intermediate-release</url>
129+
<url>https://wcm.io/maven/repositories/apache-intermediate-release</url>
130130
<layout>default</layout>
131131
<releases>
132132
<enabled>true</enabled>
@@ -152,7 +152,7 @@
152152

153153
<pluginRepository>
154154
<id>apache-snapshots</id>
155-
<url>http://repository.apache.org/snapshots</url>
155+
<url>https://repository.apache.org/snapshots</url>
156156
<layout>default</layout>
157157
<releases>
158158
<enabled>false</enabled>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<img src="http://wcm.io/images/favicon-16@2x.png"/> CONGA Plugin for AEM
1+
<img src="https://wcm.io/images/favicon-16@2x.png"/> CONGA Plugin for AEM
22
======
33
[![Build Status](https://travis-ci.org/wcm-io-devops/conga-aem-plugin.png?branch=develop)](https://travis-ci.org/wcm-io-devops/conga-aem-plugin)
44
[![Code Coverage](https://codecov.io/gh/wcm-io-devops/conga-aem-plugin/branch/develop/graph/badge.svg)](https://codecov.io/gh/wcm-io-devops/conga-aem-plugin)
55

6-
Documentation: http://devops.wcm.io/conga/plugins/aem/<br/>
6+
Documentation: https://devops.wcm.io/conga/plugins/aem/<br/>
77
Issues: https://wcm-io.atlassian.net/projects/WDCONGA<br/>
88
Wiki: https://wcm-io.atlassian.net/wiki/<br/>
99
Continuous Integration: https://travis-ci.org/conga-aem-plugin
1010

1111

1212
## Build from sources
1313

14-
If you want to build from sources make sure you have configured all [Maven Repositories](http://devops.wcm.io/maven.html) in your settings.xml.
14+
If you want to build from sources make sure you have configured all [Maven Repositories](https://devops.wcm.io/maven.html) in your settings.xml.
1515

1616
See [Travis Maven settings.xml](https://github.com/conga-aem-plugin/blob/master/.travis.maven-settings.xml) for an example with a full configuration.
1717

conga-aem-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops</groupId>
2727
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28-
<version>1.1.4</version>
28+
<version>1.1.5-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.wcm.devops</groupId>
2525
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
26-
<version>1.1.4</version>
26+
<version>1.1.5-SNAPSHOT</version>
2727
<relativePath />
2828
</parent>
2929

src/site/markdown/crypto-cli.md.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _**Please note:** You need to install the [Java Cryptography Extension (JCE) Unl
1212
Download it from Maven Central:
1313

1414
|---|---|---|
15-
| [CONGA AEM Crypto CLI tool](http://repo1.maven.org/maven2/io/wcm/devops/conga/plugins/conga-aem-crypto-cli/${project.properties['releasedVersion.version']}/conga-aem-crypto-cli-${project.properties['releasedVersion.version']}-dist.zip) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.wcm.devops.conga.plugins/conga-aem-crypto-cli/badge.svg)](http://repo1.maven.org/maven2/io/wcm/devops/conga/plugins/conga-aem-crypto-cli/${project.properties['releasedVersion.version']}/conga-aem-crypto-cli-${project.properties['releasedVersion.version']}-dist.zip) |
15+
| [CONGA AEM Crypto CLI tool](https://repo1.maven.org/maven2/io/wcm/devops/conga/plugins/conga-aem-crypto-cli/${project.properties['releasedVersion.version']}/conga-aem-crypto-cli-${project.properties['releasedVersion.version']}-dist.zip) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.wcm.devops.conga.plugins/conga-aem-crypto-cli/badge.svg)](https://repo1.maven.org/maven2/io/wcm/devops/conga/plugins/conga-aem-crypto-cli/${project.properties['releasedVersion.version']}/conga-aem-crypto-cli-${project.properties['releasedVersion.version']}-dist.zip) |
1616

1717

1818
### Generate AEM crypto keys

src/site/markdown/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ With the post-processor plugin `aem-contentpackage-properties` is applied automa
7676
The model YAML file can be exported during CONGA generation and provides the necessary runtime information for deployment tools like Ansible.
7777

7878

79-
[conga-extensibility]: http://devops.wcm.io/conga/extensibility.html
79+
[conga-extensibility]: https://devops.wcm.io/conga/extensibility.html
8080
[sling-provisioning]: https://sling.apache.org/documentation/development/slingstart.html

src/site/markdown/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Additionally the CONGA AEM Maven plugin is provided which allows to deploy a bun
3131

3232
### Further Resources
3333

34-
* [wcm.io CONGA training material with exercises](http://training.wcm.io/conga/)
34+
* [wcm.io CONGA training material with exercises](https://training.wcm.io/conga/)
3535
* [adaptTo() 2015 Talk: CONGA - Configuration generation for Sling and AEM](https://adapt.to/2015/en/schedule/conga---configuration-generation-for-sling-and-aem.html)
3636
* [adaptTo() 2017 Talk: Automate AEM Deployment with Ansible and wcm.io CONGA](https://adapt.to/2017/en/schedule/automate-aem-deployment-with-ansible-and-wcm-io-conga.html)
3737

@@ -43,7 +43,7 @@ Additionally the CONGA AEM Maven plugin is provided which allows to deploy a bun
4343
[plugindocs]: conga-aem-maven-plugin/plugin-info.html
4444
[changelog]: changes-report.html
4545
[aem]: http://www.adobe.com/solutions/web-experience-management.html
46-
[conga]: http://devops.wcm.io/conga/
47-
[conga-sling]: http://devops.wcm.io/conga/plugins/sling/
46+
[conga]: https://devops.wcm.io/conga/
47+
[conga-sling]: https://devops.wcm.io/conga/plugins/sling/
4848
[handlebars-helpers]: handlebars-helpers.html
4949
[crypto-cli]: crypto-cli.html

src/site/markdown/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ This looks for a file `target/configuration/env1/node1/model.yaml`, identifies a
4141
The plugin uses the same resilience logic for package uploading as the [wcm.io Content Package Maven Plugin][wcmio-content-package-maven-plugin].
4242

4343

44-
[conga-usage]: http://devops.wcm.io/conga/usage.html
45-
[wcmio-content-package-maven-plugin]: http://wcm.io/tooling/maven/plugins/wcmio-content-package-maven-plugin/
44+
[conga-usage]: https://devops.wcm.io/conga/usage.html
45+
[wcmio-content-package-maven-plugin]: https://wcm.io/tooling/maven/plugins/wcmio-content-package-maven-plugin/

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">
2626

2727
<bannerRight>
28-
<name><![CDATA[<img src="http://devops.wcm.io/conga/images/conga.png" style="height:120px"/>]]></name>
28+
<name><![CDATA[<img src="https://devops.wcm.io/conga/images/conga.png" style="height:120px"/>]]></name>
2929
</bannerRight>
3030

3131
</project>

tooling/conga-aem-crypto-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops</groupId>
2727
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28-
<version>1.1.4</version>
28+
<version>1.1.5-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

0 commit comments

Comments
 (0)