Skip to content

Commit

Permalink
[pom文件加入branch][flinkStreamSQL支持not null 语法][17872]
Browse files Browse the repository at this point in the history
  • Loading branch information
jiemotongxue committed Sep 18, 2019
1 parent 1c7f9cf commit fb67128
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cassandra/cassandra-sink/pom.xml
Expand Up @@ -71,7 +71,7 @@
</copy>

<move file="${basedir}/../../plugins/cassandrasink/${project.artifactId}-${project.version}.jar"
tofile="${basedir}/../../plugins/cassandrasink/${project.name}.jar-${git.branch}.jar" />
tofile="${basedir}/../../plugins/cassandrasink/${project.name}-${git.branch}.jar" />
</tasks>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion console/console-sink/pom.xml
Expand Up @@ -67,7 +67,7 @@
</copy>

<move file="${basedir}/../../plugins/consolesink/${project.artifactId}-${project.version}.jar"
tofile="${basedir}/../../plugins/consolesink/${project.name}.jar-${git.branch}.jar" />
tofile="${basedir}/../../plugins/consolesink/${project.name}-${git.branch}.jar" />
</tasks>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion hbase/hbase-sink/pom.xml
Expand Up @@ -68,7 +68,7 @@
</copy>

<move file="${basedir}/../../plugins/hbasesink/${project.artifactId}-${project.version}.jar"
tofile="${basedir}/../../plugins/hbasesink/${project.name}.jar-${git.branch}.jar" />
tofile="${basedir}/../../plugins/hbasesink/${project.name}-${git.branch}.jar" />
</tasks>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion serversocket/serversocket-source/pom.xml
Expand Up @@ -70,7 +70,7 @@
</copy>

<move file="${basedir}/../../plugins/serversocketsource/${project.artifactId}-${project.version}.jar"
tofile="${basedir}/../../plugins/serversocketsource/${project.name}.jar-${git.branch}.jar" />
tofile="${basedir}/../../plugins/serversocketsource/${project.name}-${git.branch}.jar" />
</tasks>
</configuration>
</execution>
Expand Down

0 comments on commit fb67128

Please sign in to comment.