You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ij...@apache.org on 2012/01/23 16:56:53 UTC

svn commit: r1234868 - /incubator/jena/site/trunk/content/jena/download/maven.mdtext

Author: ijd
Date: Mon Jan 23 15:56:53 2012
New Revision: 1234868

URL: http://svn.apache.org/viewvc?rev=1234868&view=rev
Log:
Should use https: for maven repositories, not http:

Modified:
    incubator/jena/site/trunk/content/jena/download/maven.mdtext

Modified: incubator/jena/site/trunk/content/jena/download/maven.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/download/maven.mdtext?rev=1234868&r1=1234867&r2=1234868&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/download/maven.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/download/maven.mdtext Mon Jan 23 15:56:53 2012
@@ -10,23 +10,21 @@ please read and follow [these instructio
 
 ### Repositories
 
-Released maven artifacts are mirrored to the central maven repositories.  
+Released maven artifacts are mirrored to the central maven repositories.
 This can take a few days.
 
 The Jena repositories at Apache are:
 
-http://repository.apache.org/content/repositories/releases/
-
- * [http://repository.apache.org/content/repositories/releases/](http://repository.apache.org/content/repositories/releases/)
- * [http://repository.apache.org/content/repositories/snapshots/](http://repository.apache.org/content/repositories/snapshots/) for development builds.
+ * [https://repository.apache.org/content/repositories/releases/](https://repository.apache.org/content/repositories/releases/) for released versions
+ * [https://repository.apache.org/content/repositories/snapshots/](https://repository.apache.org/content/repositories/snapshots/) for development builds.
 
 Stable Jena releases are automatically mirrored by the central Maven
-repositories, so there will normally be no need to add any extra 
+repositories, so there will normally be no need to add any extra
 repositories to your <code>pom.xml</code> or <code>settings.xml</code>.
 
 ### Specifying Jena or ARQ as a dependency
 
-This is how to specify in your pom.xml file the dependency 
+This is how to specify in your pom.xml file the dependency
 on a version of Jena and ARQ stable releases:
 
     <dependency>
@@ -42,7 +40,7 @@ the <code>&lt;repositories&gt;</code> se
 
     <repository>
       <id>apache-repo-releases</id>
-      <url>http://repository.apache.org/content/repositories/releases/</url>
+      <url>https://repository.apache.org/content/repositories/releases/</url>
       <releases>
        <enabled>true</enabled>
       </releases>
@@ -88,7 +86,7 @@ For TDB, this is what you should use to 
 
 The artifact id for SDB is <code>jena-sdb</code>.
 
-Once again, since SDB and TDB depend on Jena and ARQ 
+Once again, since SDB and TDB depend on Jena and ARQ
 this is all you need in your <code>pom.xml</code> file.
 
 (Apache releases of TDB and SDB have not yet been done.)
@@ -100,7 +98,7 @@ to recent bug fixes, you should add the 
 
       <repository>
         <id>apache-repo-snapshots</id>
-        <url>http://repository.apache.org/content/repositories/snapshots/</url>
+        <url>https://repository.apache.org/content/repositories/snapshots/</url>
         <releases>
           <enabled>false</enabled>
         </releases>