We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06e838 commit 5f82ae5Copy full SHA for 5f82ae5
example/pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>com.cloudimpl</groupId>
6
<artifactId>errorcode4j</artifactId>
7
- <version>1.0</version>
+ <version>2.0.0</version>
8
</parent>
9
<artifactId>example</artifactId>
10
<packaging>jar</packaging>
@@ -19,7 +19,7 @@
19
<plugin>
20
21
<artifactId>errorcode-generator</artifactId>
22
+ <version>${project.version}</version>
23
<executions>
24
<execution>
25
<phase>generate-sources</phase>
pom.xml
@@ -8,7 +8,7 @@
<modules>
<module>error-lib</module>
<module>errorcode-generator</module>
11
- <!--<module>example</module>-->
+ <module>example</module>
12
</modules>
13
<repositories>
14
<repository>
0 commit comments