Merge "Bumped the version"
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Thu, 14 Mar 2019 01:51:36 +0000 (01:51 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 14 Mar 2019 01:51:36 +0000 (01:51 +0000)
1  2 
engine-d/pom.xml
pom.xml

diff --combined engine-d/pom.xml
@@@ -22,7 -22,7 +22,7 @@@
      <parent>
          <groupId>org.onap.holmes.engine-management</groupId>
          <artifactId>holmes-engine-parent</artifactId>
-         <version>1.2.2-SNAPSHOT</version>
+         <version>1.2.3-SNAPSHOT</version>
      </parent>
  
      <artifactId>holmes-engine-d</artifactId>
              <groupId>org.postgresql</groupId>
              <artifactId>postgresql</artifactId>
          </dependency>
 -        <dependency>
 -            <groupId>org.quartz-scheduler</groupId>
 -            <artifactId>quartz</artifactId>
 -            <exclusions>
 -                <exclusion>
 -                    <groupId>org.slf4j</groupId>
 -                    <artifactId>slf4j-api</artifactId>
 -                </exclusion>
 -            </exclusions>
 -        </dependency>
          <dependency>
              <groupId>junit</groupId>
              <artifactId>junit</artifactId>
diff --combined pom.xml
+++ b/pom.xml
@@@ -26,7 -26,7 +26,7 @@@
  
      <groupId>org.onap.holmes.engine-management</groupId>
      <artifactId>holmes-engine-parent</artifactId>
-     <version>1.2.2-SNAPSHOT</version>
+     <version>1.2.3-SNAPSHOT</version>
      <packaging>pom</packaging>
      <name>holmes-engine-management</name>
      <modules>
@@@ -54,6 -54,7 +54,6 @@@
          <jaxrs.consumer.version>5.0</jaxrs.consumer.version>
          <slf4j.version>1.7.25</slf4j.version>
          <reflections.version>0.9.9</reflections.version>
 -        <quartz.version>2.2.1</quartz.version>
  
          <packagename>onap-holmes-engine-d</packagename>
          <linux64id>linux64</linux64id>
                  <version>${stringtemplate.version}</version>
              </dependency>
  
 -            <dependency>
 -                <groupId>org.quartz-scheduler</groupId>
 -                <artifactId>quartz</artifactId>
 -                <version>${quartz.version}</version>
 -            </dependency>
 -
              <dependency>
                  <groupId>junit</groupId>
                  <artifactId>junit</artifactId>