Skip to content

Commit 5f82ae5

Browse files
committed
include example
1 parent b06e838 commit 5f82ae5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.cloudimpl</groupId>
66
<artifactId>errorcode4j</artifactId>
7-
<version>1.0</version>
7+
<version>2.0.0</version>
88
</parent>
99
<artifactId>example</artifactId>
1010
<packaging>jar</packaging>
@@ -19,7 +19,7 @@
1919
<plugin>
2020
<groupId>com.cloudimpl</groupId>
2121
<artifactId>errorcode-generator</artifactId>
22-
<version>1.0</version>
22+
<version>${project.version}</version>
2323
<executions>
2424
<execution>
2525
<phase>generate-sources</phase>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<modules>
99
<module>error-lib</module>
1010
<module>errorcode-generator</module>
11-
<!--<module>example</module>-->
11+
<module>example</module>
1212
</modules>
1313
<repositories>
1414
<repository>

0 commit comments

Comments
 (0)