This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 492f90b94f8ce8b323e32030ff3a8583ec733af3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Oct 8 16:26:54 2016 +0200 fix site build --- topia-templates/pom.xml | 6 +++++- .../java/org/nuiton/topia/templates/TopiaHibernateTagValues.java | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/topia-templates/pom.xml b/topia-templates/pom.xml index 966d5b4..e181533 100644 --- a/topia-templates/pom.xml +++ b/topia-templates/pom.xml @@ -158,6 +158,11 @@ <artifactId>${project.artifactId}</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-version</artifactId> + <version>1.0-rc-2</version> + </dependency> </dependencies> </plugin> @@ -205,7 +210,6 @@ <reportSet> <reports> <report>tag-values-report</report> - <report>stereotypes-report</report> </reports> </reportSet> </reportSets> diff --git a/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaHibernateTagValues.java b/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaHibernateTagValues.java index 7c0a59d..d2267cb 100644 --- a/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaHibernateTagValues.java +++ b/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaHibernateTagValues.java @@ -235,7 +235,6 @@ public class TopiaHibernateTagValues extends DefaultTagValueMetadatasProvider { * @deprecated since 3.0, use now {@link #hibernateAttributeType} which * permits to deal the same thing but at also model and classifier scope. */ - @Deprecated type(n("topia.hibernate.tagValue.type"), String.class, null, ObjectModel.class, ObjectModelPackage.class, ObjectModelClassifier.class), /** -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.