branch develop updated (915c6a7 -> 492f90b)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from 915c6a7 Remove old tag values and stereoptyes api new 492f90b fix site build The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 492f90b94f8ce8b323e32030ff3a8583ec733af3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Oct 8 16:26:54 2016 +0200 fix site build Summary of changes: topia-templates/pom.xml | 6 +++++- .../java/org/nuiton/topia/templates/TopiaHibernateTagValues.java | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
participants (1)
-
nuiton.org scm