You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ch...@apache.org on 2016/01/15 06:42:29 UTC

svn commit: r1724730 - in /sling/site/trunk/content: documentation/bundles/metrics.mdtext downloads.list news.mdtext

Author: chetanm
Date: Fri Jan 15 05:42:29 2016
New Revision: 1724730

URL: http://svn.apache.org/viewvc?rev=1724730&view=rev
Log:
Updated for release of
* Scripting JavaScript 2.0.28
* Sling Commons Metrics 1.0.0

Modified:
    sling/site/trunk/content/documentation/bundles/metrics.mdtext
    sling/site/trunk/content/downloads.list
    sling/site/trunk/content/news.mdtext

Modified: sling/site/trunk/content/documentation/bundles/metrics.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/metrics.mdtext?rev=1724730&r1=1724729&r2=1724730&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/metrics.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/metrics.mdtext Fri Jan 15 05:42:29 2016
@@ -1,9 +1,5 @@
 Title: Sling Metrics
 
-<div class="note">
-Work in progress
-</div>
-
 Sling Metrics bundle provides integration with [Dropwizard Metrics][1] library
 which provides a toolkit to capture runtime performance statistics in your 
 application. 
@@ -121,8 +117,10 @@ Add following Maven dependency to your p
     <dependency>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.commons.metrics</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>1.0.0</version>
     </dependency>
+    
+Or download from [here][9]
 
 [1]: http://metrics.dropwizard.io/
 [dw-meter]: https://dropwizard.github.io/metrics/3.1.0/manual/core/#meters
@@ -135,4 +133,5 @@ Add following Maven dependency to your p
 [5]: https://github.com/apache/sling/blob/trunk/bundles/commons/metrics/src/main/java/org/apache/sling/commons/metrics/Counter.java
 [6]: https://github.com/apache/sling/blob/trunk/bundles/commons/metrics/src/main/java/org/apache/sling/commons/metrics/Timer.java
 [7]: https://github.com/apache/sling/blob/trunk/bundles/commons/metrics/src/main/java/org/apache/sling/commons/metrics/Histogram.java
-[8]: https://jackrabbit.apache.org/api/2.6/org/apache/jackrabbit/api/stats/TimeSeries.html
\ No newline at end of file
+[8]: https://jackrabbit.apache.org/api/2.6/org/apache/jackrabbit/api/stats/TimeSeries.html
+[9]: http://sling.apache.org/downloads.cgi
\ No newline at end of file

Modified: sling/site/trunk/content/downloads.list
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/downloads.list?rev=1724730&r1=1724729&r2=1724730&view=diff
==============================================================================
--- sling/site/trunk/content/downloads.list (original)
+++ sling/site/trunk/content/downloads.list Fri Jan 15 05:42:29 2016
@@ -40,6 +40,7 @@ Commons HTML|org.apache.sling.commons.ht
 Commons JSON|org.apache.sling.commons.json|2.0.16
 Commons Log|org.apache.sling.commons.log|4.0.6
 Commons Log Service|org.apache.sling.commons.logservice|1.0.6
+Commons Metrics|org.apache.sling.commons.metrics|1.0.0
 Commons Mime Type Service|org.apache.sling.commons.mime|2.1.8
 Commons OSGi|org.apache.sling.commons.osgi|2.4.0
 Commons Scheduler|org.apache.sling.commons.scheduler|2.4.14
@@ -143,7 +144,7 @@ Scripting API|org.apache.sling.scripting
 Scripting Console|org.apache.sling.scripting.console|1.0.0
 Scripting Core|org.apache.sling.scripting.core|2.0.34
 Scripting Java|org.apache.sling.scripting.java|2.0.14
-Scripting JavaScript|org.apache.sling.scripting.javascript|2.0.26
+Scripting JavaScript|org.apache.sling.scripting.javascript|2.0.28
 Scripting JSP|org.apache.sling.scripting.jsp|2.1.8
 Scripting JSP Taglib|org.apache.sling.scripting.jsp.taglib|2.2.4
 Scripting JST|org.apache.sling.scripting.jst|2.0.6

Modified: sling/site/trunk/content/news.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/news.mdtext?rev=1724730&r1=1724729&r2=1724730&view=diff
==============================================================================
--- sling/site/trunk/content/news.mdtext (original)
+++ sling/site/trunk/content/news.mdtext Fri Jan 15 05:42:29 2016
@@ -1,7 +1,9 @@
 Title: News
 
+* New Releases: Apache Apache Sling Commons Metrics 1.0.0 (January 15th, 2016)
 * New Releases: Apache Sling Scripting Sightly Engine 1.0.10, Apache Sling Scripting Groovy 1.0.2 (January 12th, 2016)
 * New Releases: Apache Sling Slingstart Maven Plugin 1.4.0, and Apache Sling Commons OSGi 2.4.0, Apache Sling Engine Implementation 2.4.6 (January 8th, 2016)
+* New Releases: Apache Apache Sling Scripting JavaScript 2.0.28 (January 8th, 2016)
 * New Releases: Apache Sling JUnit Tests Teleporter 1.0.6, Apache Sling JUnit Core 1.0.16 (January 3rd, 2016)
 * New Releases: Apache Sling Settings 1.3.8, Apache Sling Launchpad Base 2.6.10, Apache Sling Scripting JSP 2.1.8, Apache Sling Commons Threads 3.2.4, Apache Sling Discovery Standalone 1.0.2, and Apache Sling Parent POM 26 (January 3rd, 2016)
 * New Release: Apache Sling Provisioning Model 1.4.2 (December 28th, 2015)