You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/02/21 13:17:09 UTC

[sling-whiteboard] branch master updated: SLING-8286 - Jenkins should not try and deploy release commits

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new ff48dde  SLING-8286 - Jenkins should not try and deploy release commits
ff48dde is described below

commit ff48dde7568931f2cd9661a08a9ebdc56bbf89a7
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Feb 21 14:16:41 2019 +0100

    SLING-8286 - Jenkins should not try and deploy release commits
    
    Temporarily set a release version to check Jenkins library fixes.
---
 mdresourceprovider/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mdresourceprovider/pom.xml b/mdresourceprovider/pom.xml
index f4fd973..f153461 100644
--- a/mdresourceprovider/pom.xml
+++ b/mdresourceprovider/pom.xml
@@ -21,7 +21,7 @@
     </parent>
 
     <artifactId>org.apache.sling.mdresourceprovider</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.1</version>
 
     <name>Apache Sling Markdown Resource Provider </name>