Skip to content

Commit

Permalink
#475 fixed unnecessary duplication of cobigen-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec committed Jan 29, 2018
1 parent 24ed597 commit a20375d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cobigen/cobigen-core-parent/cobigen-core-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>cobigen-core-api</artifactId>
<name>CobiGen Core - API</name>
<version>4.2.0-SNAPSHOT</version>
<version>${cobigencore.version}</version>
<packaging>jar</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion cobigen/cobigen-core-parent/cobigen-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>cobigen-core-test</artifactId>
<name>CobiGen Core - Test</name>
<version>4.2.0-SNAPSHOT</version>
<version>${cobigencore.version}</version>
<packaging>jar</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion cobigen/cobigen-core-parent/cobigen-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>cobigen-core</artifactId>
<name>CobiGen Core</name>
<version>4.2.0-SNAPSHOT</version>
<version>${cobigencore.version}</version>
<packaging>jar</packaging>

<parent>
Expand Down
4 changes: 4 additions & 0 deletions cobigen/cobigen-core-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<version>dev-SNAPSHOT</version>
</parent>

<properties>
<cobigencore.version>4.2.0</cobigencore.version>
</properties>

<modules>
<module>cobigen-core</module>
<module>cobigen-core-api</module>
Expand Down

0 comments on commit a20375d

Please sign in to comment.