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 29eba52  SLING-8286 - Jenkins should not try and deploy release commits
29eba52 is described below

commit 29eba52fa2696b1a18a63f0ee165d5286fb105b6
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Feb 21 14:24:06 2019 +0100

    SLING-8286 - Jenkins should not try and deploy release commits
    
    Set release version on the reactor pom, since that's what Jenkins checks.
    This will be a limitation of the checks but we don't expect mixed 
release/snasphot
    versions in a reactor.
---
 mdresourceprovider/pom.xml | 2 +-
 pom.xml                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mdresourceprovider/pom.xml b/mdresourceprovider/pom.xml
index f153461..f4fd973 100644
--- a/mdresourceprovider/pom.xml
+++ b/mdresourceprovider/pom.xml
@@ -21,7 +21,7 @@
     </parent>
 
     <artifactId>org.apache.sling.mdresourceprovider</artifactId>
-    <version>0.0.1</version>
+    <version>0.0.1-SNAPSHOT</version>
 
     <name>Apache Sling Markdown Resource Provider </name>
 
diff --git a/pom.xml b/pom.xml
index 39c41a3..309581b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-whiteboard-builder</artifactId>
     <packaging>pom</packaging>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
 
     <name>Apache Sling Whiteboard (Builder)</name>
     <description>

Reply via email to