You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/07/05 20:47:40 UTC

[Lucene-java Wiki] Trivial Update of "HowNightlyBuildsAreMade" by SteveRowe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "HowNightlyBuildsAreMade" page has been changed by SteveRowe:
http://wiki.apache.org/lucene-java/HowNightlyBuildsAreMade?action=diff&rev1=18&rev2=19

Comment:
fixed formatting

  
  Maven artifacts are published by Jenkins for both Lucene and Solr by dedicated nightly Maven builds:
  
-  * Trunk (4.0-SNAPSHOT): [[https://builds.apache.org/job/Lucene-Solr-Maven-trunk/lastSuccessfulBuild/artifact/maven_artifacts/|Download]] - [[http://builds.apache.org/job/Lucene-Solr-Maven-trunk/|Status]]
+  * Trunk (4.0-SNAPSHOT): [[https://builds.apache.org/job/Lucene-Solr-Maven-trunk/lastSuccessfulBuild/artifact/maven_artifacts/|Download]] - [[http://builds.apache.org/job/Lucene-Solr-Maven-trunk/|Status]]<<BR>><<BR>>
-  
-  To use these snapshot builds in your pom, you may want to add the following to your pom.xml
+  To use these snapshot builds in your pom, you may want to add the following to your pom.xml:
   {{{
   <repository>
     <id>lucene-solr-jenkins-trunk</id>
@@ -27, +26 @@

   </repository>
   }}}
  
-  * Branch 3x (3.4-SNAPSHOT): [[https://builds.apache.org/job/Lucene-Solr-Maven-3.x/lastSuccessfulBuild/artifact/maven_artifacts/|Download]] - [[http://builds.apache.org/job/Lucene-Solr-Maven-3.x/|Status]]
+  * Branch 3x (3.4-SNAPSHOT): [[https://builds.apache.org/job/Lucene-Solr-Maven-3.x/lastSuccessfulBuild/artifact/maven_artifacts/|Download]] - [[http://builds.apache.org/job/Lucene-Solr-Maven-3.x/|Status]]<<BR>><<BR>>
- 
-  To use these snapshot builds in your pom, you may want to add the following to your pom.xml
+  To use these snapshot builds in your pom, you may want to add the following to your pom.xml:
   {{{
   <repository>
     <id>lucene-solr-jenkins-branch_3x</id>