Merge branch 'hotfix/rename' into 'release/1.0'

style: rename job name

See merge request galaxy/tsg_olap/sip-rtp-correlation!9
This commit is contained in:
liang chao
2023-08-28 03:29:10 +00:00
2 changed files with 16 additions and 2 deletions

16
pom.xml
View File

@@ -7,7 +7,7 @@
<groupId>com.zdjizhi</groupId>
<artifactId>sip-rtp-correlation</artifactId>
<version>1.0-rc2</version>
<version>1.0-rc3</version>
<name>Flink : SIP-RTP : Correlation</name>
@@ -285,6 +285,20 @@
</executions>
</plugin>
<plugin>
<groupId>io.github.zlika</groupId>
<artifactId>reproducible-build-maven-plugin</artifactId>
<version>0.2</version>
<executions>
<execution>
<goals>
<goal>strip-jar</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>

View File

@@ -94,6 +94,6 @@ public class CorrelateApp {
voIpOperator.addSink(producer);
env.execute("VoIP Fusion Job");
env.execute("SIP-RTP-CORRELATION");
}
}