[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.legrog:grog-entities:jar:3.0-SNAPSHOT [WARNING] 'version' contains an expression but should be a constant. @ org.legrog:grog-entities:${parent.version}, /home/leveque/GRoG-Projet/vm-environment/data/web-application/grog-entities/pom.xml, line 15, column 14 [WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ org.legrog:grog-entities:${parent.version}, /home/leveque/GRoG-Projet/vm-environment/data/web-application/grog-entities/pom.xml [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING]
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
12 | <version>3.0-SNAPSHOT</version> | 12 | <version>3.0-SNAPSHOT</version> |
13 | </parent> | 13 | </parent> |
14 | <artifactId>grog-entities</artifactId> | 14 | <artifactId>grog-entities</artifactId> |
15 | - <version>${parent.version}</version> | 15 | + <version>3.0-SNAPSHOT</version> |
16 | <packaging>jar</packaging> | 16 | <packaging>jar</packaging> |
17 | 17 | ||
18 | <properties> | 18 | <properties> | ... | ... |
-
Please register or login to post a comment