Updating POM and fixing unit test 05/93105/2
authoredepaul <paul.p.dennehy@est.tech>
Thu, 8 Aug 2019 15:26:24 +0000 (15:26 +0000)
committeredepaul <paul.p.dennehy@est.tech>
Thu, 8 Aug 2019 15:26:24 +0000 (15:26 +0000)
Issue-ID: DMAAP-1195

Change-Id: I9d55c1cf17436d3616827d123d49aeffc35c515f
Signed-off-by: edepaul <paul.p.dennehy@est.tech>
datarouter-prov/src/test/resources/create.sql
pom.xml
version.properties

index 74b6324..06150ab 100755 (executable)
@@ -194,12 +194,6 @@ VALUES (2,2);
 insert into LOG_RECORDS(RECORD_ID,TYPE,EVENT_TIME,PUBLISH_ID,FEEDID,REQURI,METHOD,CONTENT_TYPE,CONTENT_LENGTH,FEED_FILEID,REMOTE_ADDR,USER,STATUS,DELIVERY_SUBID,DELIVERY_FILEID,RESULT,ATTEMPTS,REASON,FILENAME)
 VALUES(1,'pub',2536159564422,'ID',1,'URL/file123','PUT','application/vnd.dmaap-dr.log-list; version=1.0',100,1,'172.0.0.8','user',204,1,1,204,0,'other','file123');
 
-CREATE ALIAS IF NOT EXISTS `SUBSTRING_INDEX` AS $$
-    String Function(String one, String two, String three){
-        return "url";
-    }
-$$;
-
 insert into NETWORK_ROUTES(FROMNODE, TONODE, VIANODE)
 VALUES (1, 3, 2);
 
diff --git a/pom.xml b/pom.xml
index afe6e32..fe024fd 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
     </parent>
     <properties>
         <!--revision must also be set in the version.properties file at project root-->
-        <revision>2.1.0-SNAPSHOT</revision>
+        <revision>2.1.1-SNAPSHOT</revision>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
index e307f8c..35cf265 100644 (file)
@@ -27,7 +27,7 @@
 \r
 major=2\r
 minor=1\r
-patch=0\r
+patch=1\r
 \r
 base_version=${major}.${minor}.${patch}\r
 \r