dkpro / dkpro-uby

Framework for creating and accessing UBY resources – sense-linked lexical resources in standard UBY-LMF format
https://dkpro.github.io/dkpro-uby
Other
22 stars 3 forks source link

Change deprecated expressions in ubycreate pom #165

Closed betoboullosa closed 8 years ago

betoboullosa commented 8 years ago

Jenkins build is producing these warnings. The expressions should be updated in the pom file of ubycreate.

[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
logological commented 8 years ago

Looks to have been solved by Commit 5cab284.