Skip to content

Commit

Permalink
Merge pull request #121 from dsyzhu/jackson
Browse files Browse the repository at this point in the history
Starting 1.0.17-SNAPSHOT
  • Loading branch information
dsyzhu authored Sep 23, 2020
2 parents e4b4d3f + 3b429d2 commit a787f8a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_engine_project</artifactId>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>
<packaging>pom</packaging>
<name>yqlplus_engine_project</name>
<description>yqlplus_engine_project</description>
Expand Down
8 changes: 4 additions & 4 deletions yqlplus_engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
<parent>
<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_engine_project</artifactId>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_engine</artifactId>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_language</artifactId>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_source_api</artifactId>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.yahoo.monitor</groupId>
Expand Down
4 changes: 2 additions & 2 deletions yqlplus_javadocs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<parent>
<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_engine_project</artifactId>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_javadocs</artifactId>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>
<build>
<finalName>yqlplus_javadocs</finalName>
</build>
Expand Down
4 changes: 2 additions & 2 deletions yqlplus_language/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<parent>
<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_engine_project</artifactId>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_language</artifactId>
<packaging>jar</packaging>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>
<properties>
<min_jdk_version>1.8</min_jdk_version>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions yqlplus_source_api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<parent>
<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_engine_project</artifactId>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_source_api</artifactId>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions yqlplus_stdlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<parent>
<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_engine_project</artifactId>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_stdlib</artifactId>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.google.inject.extensions</groupId>
Expand All @@ -29,12 +29,12 @@
<dependency>
<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_source_api</artifactId>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.yahoo.yqlplus</groupId>
<artifactId>yqlplus_engine</artifactId>
<version>1.0.16</version>
<version>1.0.17-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a787f8a

Please sign in to comment.