Skip to content

Commit

Permalink
Switch to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Sep 29, 2018
1 parent 20a7108 commit e938d36
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 24 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,7 @@ install:
script: script:
- mvn install site -e -B - mvn install site -e -B
after_success: after_success:
- if [[ $TRAVIS_TAG =~ ^website.*$ ]] && [ "$TRAVIS_JDK_VERSION" == "oraclejdk10" ]; then chmod +x ./.github/website.sh; .github/website.sh; fi
- if [[ $TRAVIS_TAG =~ ^v.*$ ]] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_JDK_VERSION" == "oraclejdk10" ]; then chmod +x ./.github/website.sh; .github/website.sh; fi - if [[ $TRAVIS_TAG =~ ^v.*$ ]] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_JDK_VERSION" == "oraclejdk10" ]; then chmod +x ./.github/website.sh; .github/website.sh; fi
# secure keys for GITHUB_TOKEN # secure keys for GITHUB_TOKEN
env: env:
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Expand Up @@ -2,4 +2,4 @@ Joda Collect
Copyright 2014-present Stephen Colebourne Copyright 2014-present Stephen Colebourne


This product includes software developed by This product includes software developed by
Joda.org (http://www.joda.org/). Joda.org (https://www.joda.org/).
18 changes: 9 additions & 9 deletions README.md
@@ -1,12 +1,12 @@
Joda-Collect Joda-Collect
------------ ------------


Joda-Collect provides collections that are not present in the JDK or [Google Guava](http://code.google.com/p/guava-libraries/). Joda-Collect provides collections that are not present in the JDK or [Google Guava](https://github.com/google/guava).


The project is related to [Joda-Primitives](http://www.joda.org/joda-primitives/) which provides primitive versions of the collection interfaces. The project is related to [Joda-Primitives](https://www.joda.org/joda-primitives/) which provides primitive versions of the collection interfaces.
This project is separate, as the use cases are likely to be different. This project is separate, as the use cases are likely to be different.


Joda-Collect is licensed under the business-friendly [Apache 2.0 licence](http://www.joda.org/joda-collect/license.html). Joda-Collect is licensed under the business-friendly [Apache 2.0 licence](https://www.joda.org/joda-collect/licenses.html).




### Contents ### Contents
Expand All @@ -21,17 +21,17 @@ Mutable and immutable implementations are provided in sparse and dense variation
### Documentation ### Documentation
Various documentation is available: Various documentation is available:


* The [home page](http://www.joda.org/joda-collect/) * The [home page](https://www.joda.org/joda-collect/)
* The [Javadoc](http://www.joda.org/joda-collect/apidocs/index.html) * The [Javadoc](https://www.joda.org/joda-collect/apidocs/index.html)
* The change notes for the [releases](http://www.joda.org/joda-collect/changes-report.html) * The change notes for the [releases](https://www.joda.org/joda-collect/changes-report.html)




### Releases ### Releases
[Release 1.0.1](http://www.joda.org/joda-collect/download.html) is the current latest release. [Release 1.0.1](https://www.joda.org/joda-collect/download.html) is the current latest release.
This release is considered stable and worthy of the 1.x tag. This release is considered stable and worthy of the 1.x tag.
It depends on Java SE 8 or later and requires [Google-Guava](http://code.google.com/p/guava-libraries/). It depends on Java SE 8 or later and requires [Google-Guava](https://github.com/google/guava).


Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.joda|joda-collect|1.0.1|jar) Available in the [Maven Central repository](https://search.maven.org/search?q=g:org.joda%20AND%20a:joda-collect&core=gav)




### Support ### Support
Expand Down
4 changes: 2 additions & 2 deletions RELEASE-NOTES.txt
@@ -1,11 +1,11 @@


Joda-Collect Joda-Collect
================================================ ================================================
Joda-Collect provides collections that are not present in the JDK or [Google Guava](http://code.google.com/p/guava-libraries/). Joda-Collect provides collections that are not present in the JDK or [Google Guava](https://github.com/google/guava).


The release runs on JDK 8 or later. The release runs on JDK 8 or later.


See http://www.joda.org/joda-collect/changes-report.html for changes See https://www.joda.org/joda-collect/changes-report.html for changes




Feedback Feedback
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -8,15 +8,15 @@
<parent> <parent>
<groupId>org.joda</groupId> <groupId>org.joda</groupId>
<artifactId>joda-parent</artifactId> <artifactId>joda-parent</artifactId>
<version>1.3.1</version> <version>1.3.2</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>joda-collect</artifactId> <artifactId>joda-collect</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Joda-Collect</name> <name>Joda-Collect</name>
<version>1.0.2-SNAPSHOT</version> <version>1.0.2-SNAPSHOT</version>
<description>Additional collections</description> <description>Additional collections</description>
<url>http://www.joda.org/${joda.artifactId}/</url> <url>https://www.joda.org/${joda.artifactId}/</url>


<!-- ==================================================================== --> <!-- ==================================================================== -->
<inceptionYear>2014</inceptionYear> <inceptionYear>2014</inceptionYear>
Expand Down Expand Up @@ -126,7 +126,7 @@
<version>1.1.1</version> <version>1.1.1</version>
<configuration> <configuration>
<releaseName>Release v${project.version}</releaseName> <releaseName>Release v${project.version}</releaseName>
<description>See the [change notes](http://www.joda.org/${joda.artifactId}/changes-report.html) for more information.</description> <description>See the [change notes](https://www.joda.org/${joda.artifactId}/changes-report.html) for more information.</description>
<tag>v${project.version}</tag> <tag>v${project.version}</tag>
<overwriteArtifact>true</overwriteArtifact> <overwriteArtifact>true</overwriteArtifact>
<fileSets> <fileSets>
Expand Down
6 changes: 3 additions & 3 deletions src/site/markdown/index.md
@@ -1,12 +1,12 @@
## <i></i> About ## <i></i> About


**Joda-Collect** provides collections that are not present in the JDK or **Joda-Collect** provides collections that are not present in the JDK or
[Google Guava](http://code.google.com/p/guava-libraries/). [Google Guava](https://github.com/google/guava).


The JDK and Guava contain many collection classes, but occasionally there is something missing. The JDK and Guava contain many collection classes, but occasionally there is something missing.
This project provides a home for those collections. This project provides a home for those collections.


Joda-Collect is licensed under the business-friendly [Apache 2.0 licence](license.html). Joda-Collect is licensed under the business-friendly [Apache 2.0 licence](licenses.html).




## <i></i> Features ## <i></i> Features
Expand Down Expand Up @@ -35,7 +35,7 @@ Various documentation is available:
This release is considered stable and worthy of the 1.x tag. This release is considered stable and worthy of the 1.x tag.
It depends on Java SE 8 or later and [depends](dependencies.html) on Google Guava. It depends on Java SE 8 or later and [depends](dependencies.html) on Google Guava.


Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.joda%7Cjoda-collect%7C1.0.1%7Cjar). Available in [Maven Central](https://search.maven.org/search?q=g:org.joda%20AND%20a:joda-collect&core=gav).


```xml ```xml
<dependency> <dependency>
Expand Down
13 changes: 7 additions & 6 deletions src/site/site.xml
Expand Up @@ -34,6 +34,7 @@
<toc>false</toc> <toc>false</toc>
<breadcrumbs>false</breadcrumbs> <breadcrumbs>false</breadcrumbs>
<markPageHeader>false</markPageHeader> <markPageHeader>false</markPageHeader>
<protocolRelativeURLs>true</protocolRelativeURLs>
<pages> <pages>
<index> <index>
<sections> <sections>
Expand All @@ -60,7 +61,7 @@
<body> <body>
<head> <head>
<![CDATA[ <![CDATA[
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet"/> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"/>
<link rel="author" href="https://plus.google.com/113137868744510231215"/>]]> <link rel="author" href="https://plus.google.com/113137868744510231215"/>]]>
</head> </head>


Expand All @@ -83,11 +84,11 @@
</menu> </menu>


<menu name="Joda"> <menu name="Joda">
<item name="Home" href="http://www.joda.org"/> <item name="Home" href="https://www.joda.org"/>
<item name="Beans" href="http://www.joda.org/joda-beans/"/> <item name="Beans" href="https://www.joda.org/joda-beans/"/>
<item name="Convert" href="http://www.joda.org/joda-convert/"/> <item name="Convert" href="https://www.joda.org/joda-convert/"/>
<item name="Money" href="http://www.joda.org/joda-money/"/> <item name="Money" href="https://www.joda.org/joda-money/"/>
<item name="Time" href="http://www.joda.org/joda-time/"/> <item name="Time" href="https://www.joda.org/joda-time/"/>
</menu> </menu>


<menu name="Reports" ref="reports"/> <menu name="Reports" ref="reports"/>
Expand Down

0 comments on commit e938d36

Please sign in to comment.