Skip to content

Commit ba6560a

Browse files
committed
update: release 1.0
1 parent dd37fac commit ba6560a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>mock-parent</artifactId>
77
<groupId>com.luckypeng.mock</groupId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

flink-connector/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>mock-parent</artifactId>
77
<groupId>com.luckypeng.mock</groupId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.luckypeng.mock</groupId>
2626
<artifactId>mock-java</artifactId>
27-
<version>1.0-SNAPSHOT</version>
27+
<version>1.0</version>
2828
</dependency>
2929

3030
<!-- junit -->

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.luckypeng.mock</groupId>
88
<artifactId>mock-parent</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>1.0</version>
1111

1212
<name>mock-java</name>
1313
<description>A Java version tool of Mock.js</description>
@@ -39,6 +39,7 @@
3939
</modules>
4040

4141
<properties>
42+
<project.version>1.0</project.version>
4243
<java.version>1.8</java.version>
4344
<flink.version>1.7.2</flink.version>
4445
<scala.binary.version>2.11</scala.binary.version>

0 commit comments

Comments
 (0)