forked from xwiki-contrib/application-diagram
-
Notifications
You must be signed in to change notification settings - Fork 8
/
pom.xml
185 lines (183 loc) · 9.45 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<?xml version="1.0" encoding="UTF-8"?>
<!--
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this software; if not, write to the Free
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.xwiki.parent</groupId>
<artifactId>xwikisas-parent-platform</artifactId>
<version>14.10-1</version>
</parent>
<groupId>com.xwiki.diagram</groupId>
<artifactId>application-diagram-parent</artifactId>
<version>1.22-SNAPSHOT</version>
<name>Diagram Application (Pro) - Parent POM</name>
<packaging>pom</packaging>
<description>Create easy to use diagrams and flowcharts using draw.io. Import Gliffy diagrams. Include diagrams in other pages. Export them as PDFs or images. The app can be purchased individually or part of the XWiki Pro package. Try it free.</description>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/xwikisas/application-diagram/issues</url>
</issueManagement>
<scm>
<connection>scm:git:git://github.com/xwikisas/application-diagram.git</connection>
<developerConnection>scm:git:[email protected]:xwikisas/application-diagram.git</developerConnection>
<url>https://github.com/xwikisas/application-diagram/tree/master</url>
<tag>HEAD</tag>
</scm>
<build>
<extensions>
<!-- Needed to add support for the "xip" packaging -->
<extension>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-tool-extension-plugin</artifactId>
<version>${commons.version}</version>
</extension>
</extensions>
<plugins>
<plugin>
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-plugin</artifactId>
<configuration>
<analysisConfiguration><![CDATA[
{
"revapi": {
"ignore" : [
{
"code": "java.class.defaultSerializationChanged",
"old": "class com.xpn.xwiki.doc.XWikiLink",
"new": "class com.xpn.xwiki.doc.XWikiLink",
"justification": "Not a breakage"
},
{
"code": "java.field.serialVersionUIDChanged",
"new": "field com.xpn.xwiki.objects.BaseElement<R extends org.xwiki.model.reference.EntityReference>.serialVersionUID",
"oldSerialVersionUID": "-3688616098120062811",
"newSerialVersionUID": "1",
"justification": "Not a breakage"
},
{
"code": "java.field.serialVersionUIDChanged",
"new": "field com.xpn.xwiki.objects.BaseObject.serialVersionUID",
"oldSerialVersionUID": "-1105702662951858441",
"newSerialVersionUID": "1",
"justification": "Not a breakage"
},
{
"code": "java.field.serialVersionUIDChanged",
"new": "field com.xpn.xwiki.objects.BaseProperty<R extends org.xwiki.model.reference.EntityReference>.serialVersionUID",
"oldSerialVersionUID": "1014924568649400298",
"newSerialVersionUID": "1",
"justification": "Not a breakage"
},
{
"code": "java.method.removed",
"old": "method com.xpn.xwiki.XWikiContext com.xpn.xwiki.store.XWikiHibernateBaseStore::getXWikiContext(com.xpn.xwiki.XWikiContext)",
"justification": "Not a breakage"
},
{
"code": "java.method.removed",
"old": "method void com.xpn.xwiki.store.XWikiHibernateBaseStore::initialize() throws org.xwiki.component.phase.InitializationException",
"justification": "Not a breakage"
},
{
"code": "java.class.nonFinalClassInheritsFromNewClass",
"old": "class com.xpn.xwiki.store.XWikiHibernateBaseStore",
"new": "class com.xpn.xwiki.store.XWikiHibernateBaseStore",
"superClass": "com.xpn.xwiki.internal.store.AbstractXWikiStore",
"justification": "Not a breakage"
},
{
"code": "java.class.noLongerImplementsInterface",
"old": "class com.xpn.xwiki.store.XWikiHibernateBaseStore",
"new": "class com.xpn.xwiki.store.XWikiHibernateBaseStore",
"interface": "org.xwiki.component.phase.Initializable",
"justification": "Not a breakage"
},
{
"code": "java.method.parameterTypeChanged",
"old": "parameter java.util.List com.xpn.xwiki.store.XWikiHibernateStore::search(===org.hibernate.Query===, int, int, com.xpn.xwiki.XWikiContext) throws com.xpn.xwiki.XWikiException",
"new": "parameter java.util.List com.xpn.xwiki.store.XWikiHibernateStore::search(===org.hibernate.query.Query===, int, int, com.xpn.xwiki.XWikiContext) throws com.xpn.xwiki.XWikiException",
"justification": "Not a breakage"
},
{
"code": "java.class.nonFinalClassInheritsFromNewClass",
"old": "class com.xpn.xwiki.store.XWikiHibernateStore",
"new": "class com.xpn.xwiki.store.XWikiHibernateStore",
"superClass": "com.xpn.xwiki.internal.store.AbstractXWikiStore",
"justification": "Not a breakage"
},
{
"code": "java.method.addedToInterface",
"new": "method int com.xpn.xwiki.store.XWikiStoreInterface::getLimitSize(com.xpn.xwiki.XWikiContext, java.lang.Class<?>, java.lang.String)",
"justification": "Not a breakage"
},
{
"code": "java.method.addedToInterface",
"new": "method java.net.URL com.xpn.xwiki.web.XWikiURLFactory::createResourceURL(java.lang.String, boolean, com.xpn.xwiki.XWikiContext, java.util.Map<java.lang.String, java.lang.Object>)",
"justification": "Not a breakage"
},
{
"code": "java.method.addedToInterface",
"new": "method java.net.URL com.xpn.xwiki.web.XWikiURLFactory::createSkinURL(java.lang.String, java.lang.String, com.xpn.xwiki.XWikiContext, java.util.Map<java.lang.String, java.lang.Object>)",
"justification": "Not a breakage"
},
{
"code": "java.method.addedToInterface",
"new": "method java.net.URL com.xpn.xwiki.web.XWikiURLFactory::createSkinURL(java.lang.String, java.lang.String, java.lang.String, com.xpn.xwiki.XWikiContext, java.util.Map<java.lang.String, java.lang.Object>)",
"justification": "Not a breakage"
},
{
"code": "java.method.addedToInterface",
"new": "method java.net.URL com.xpn.xwiki.web.XWikiURLFactory::createSkinURL(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.xpn.xwiki.XWikiContext, java.util.Map<java.lang.String, java.lang.Object>)",
"justification": "Not a breakage"
},
{
"code": "java.class.nonFinalClassInheritsFromNewClass",
"old": "class org.xwiki.model.reference.DocumentReference",
"new": "class org.xwiki.model.reference.DocumentReference",
"superClass": "org.xwiki.model.reference.AbstractLocalizedEntityReference",
"justification": "Not a breakage"
},
{
"code": "java.class.nonFinalClassInheritsFromNewClass",
"old": "class org.xwiki.model.reference.LocalDocumentReference",
"new": "class org.xwiki.model.reference.LocalDocumentReference",
"superClass": "org.xwiki.model.reference.AbstractLocalizedEntityReference",
"justification": "Not a breakage"
}
]
}
}
]]></analysisConfiguration>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<draw.io.version>20.5.0</draw.io.version>
<licensing.version>1.26</licensing.version>
</properties>
<modules>
<module>application-diagram-api</module>
<module>application-diagram-export</module>
<module>application-diagram-ui</module>
<module>application-diagram-xip</module>
</modules>
</project>