-
Notifications
You must be signed in to change notification settings - Fork 10
/
pom.xml
159 lines (134 loc) · 6.59 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
<?xml version='1.0' encoding='UTF-8'?>
<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>
<groupId>org.jboss.bom.wfk</groupId>
<artifactId>jboss-wfk-bom-parent</artifactId>
<version>2.7.0-redhat-1</version>
<packaging>pom</packaging>
<name>JBoss BOM WFK Parent</name>
<description>Dependency Management BOM Parent for WFK</description>
<url>http://www.jboss.org</url>
<issueManagement>
<system>JIRA</system>
<url>https://issues.jboss.org/</url>
</issueManagement>
<scm>
<connection>scm:git:[email protected]:jboss-developer/jboss-wfk-boms.git</connection>
<developerConnection>scm:git:[email protected]:jboss-developer/jboss-wfk-boms.git</developerConnection>
<url>http://github.com/jboss-developer/jboss-wfk-boms</url>
</scm>
<developers>
<developer>
<id>jboss.org</id>
<name>JBoss.org Community</name>
<organization>JBoss.org</organization>
<organizationUrl>http://www.jboss.org</organizationUrl>
</developer>
</developers>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<!-- WFK 2.7.0 uses EAP 6.3.2 BOM -->
<version.org.jboss.bom.eap>6.3.2.GA</version.org.jboss.bom.eap>
<!-- Versions of Arquillian and Shrinkwrap -->
<version.org.jboss.arquillian>1.1.5.Final</version.org.jboss.arquillian>
<version.org.jboss.arquillian.extension.drone>1.3.1.Final</version.org.jboss.arquillian.extension.drone>
<version.org.jboss.arquillian.graphene2>2.0.3.Final</version.org.jboss.arquillian.graphene2>
<version.org.jboss.arquillian.selenium.bom>2.43.1</version.org.jboss.arquillian.selenium.bom>
<version.org.jboss.as.arquillian.container>7.2.0.Final</version.org.jboss.as.arquillian.container>
<version.org.jboss.shrinkwrap.resolver>2.1.1</version.org.jboss.shrinkwrap.resolver>
<!-- Version of Deltaspike -->
<version.org.apache.deltaspike>1.2.1</version.org.apache.deltaspike>
<!-- Versions of JBoss projects -->
<version.org.jboss.spec.jboss.javaee.6.0>3.0.2.Final-redhat-13</version.org.jboss.spec.jboss.javaee.6.0>
<version.org.richfaces>4.5.2.Final-redhat-1</version.org.richfaces>
<version.org.atmosphere>2.2.0</version.org.atmosphere>
<!-- Version of Hibernate Search -->
<version.org.hibernate.search>4.4.4.Final-redhat-wfk-1</version.org.hibernate.search>
<!-- Versions of projects not directly under JBoss umbrella -->
<version.javax.validation>1.0.0.GA-redhat-2</version.javax.validation>
<version.junit>4.11</version.junit>
<version.org.mvel>2.1.Beta8</version.org.mvel>
<version.org.testng>5.14.6</version.org.testng>
<!-- Versions of Spring 3.2 Projects -->
<version.spring>3.2.13.RELEASE</version.spring>
<version.spring.security>3.2.5.RELEASE</version.spring.security>
<version.spring.webflow>2.4.1.RELEASE</version.spring.webflow>
<version.spring.ws>2.1.4.RELEASE</version.spring.ws>
<!-- Versions of Spring 4 Projects -->
<version.spring4>4.0.9.RELEASE</version.spring4>
<version.spring4.security>3.2.5.RELEASE</version.spring4.security>
<version.spring4.webflow>2.4.1.RELEASE</version.spring4.webflow>
<version.spring4.ws>2.2.0.RELEASE</version.spring4.ws>
<!-- Versions of Spring 4.1 Projects -->
<version.spring41>4.1.4.RELEASE</version.spring41>
<version.spring41.security>3.2.5.RELEASE</version.spring41.security>
<version.spring41.webflow>2.4.1.RELEASE</version.spring41.webflow>
<version.spring41.ws>2.2.0.RELEASE</version.spring41.ws>
<!-- Versions of Snowdrop -->
<version.snowdrop>3.1.1.Final-redhat-1</version.snowdrop>
<!-- Versions of Spring Third Party dependencies -->
<version.aopalliance>1.0</version.aopalliance>
<version.aspectj>1.7.4</version.aspectj>
<!-- Versions of Maven plugins, user must setup them by his/her own -->
<version.surefire.plugin>2.10</version.surefire.plugin>
<version.org.jboss.as.plugins.maven.plugin>7.4.Final</version.org.jboss.as.plugins.maven.plugin>
<!-- Repository Deployment URLs -->
<jboss.releases.repo.url>
https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/
</jboss.releases.repo.url>
<jboss.snapshots.repo.url>
https://repository.jboss.org/nexus/content/repositories/snapshots/
</jboss.snapshots.repo.url>
</properties>
<modules>
<module>jboss-javaee-6.0-with-deltaspike</module>
<module>jboss-javaee-6.0-with-hsearch</module>
<module>jboss-javaee-6.0-with-richfaces</module>
<module>jboss-javaee-6.0-with-spring</module>
<module>jboss-javaee-6.0-with-spring4</module>
<module>jboss-javaee-6.0-with-spring4.1</module>
<module>jboss-javaee-6.0-with-tools</module>
</modules>
<distributionManagement>
<repository>
<id>jboss-releases-repository</id>
<name>JBoss Releases Repository</name>
<url>${jboss.releases.repo.url}</url>
</repository>
<snapshotRepository>
<id>jboss-snapshots-repository</id>
<name>JBoss Snapshots Repository</name>
<url>${jboss.snapshots.repo.url}</url>
</snapshotRepository>
</distributionManagement>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>