|
19 | 19 | * under the License.
|
20 | 20 | */
|
21 | 21 | -->
|
22 |
| -<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/xsd/maven-4.0.0.xsd"> |
| 22 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 23 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 24 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
23 | 25 | <modelVersion>4.0.0</modelVersion>
|
24 |
| - |
25 | 26 | <parent>
|
26 | 27 | <groupId>org.apache.struts</groupId>
|
27 |
| - <artifactId>struts2-parent</artifactId> |
| 28 | + <artifactId>struts2-project</artifactId> |
28 | 29 | <version>7.0.4-SNAPSHOT</version>
|
29 | 30 | </parent>
|
30 | 31 |
|
31 | 32 | <artifactId>struts2-bom</artifactId>
|
32 |
| - <version>7.0.4-SNAPSHOT</version> |
33 | 33 | <packaging>pom</packaging>
|
34 |
| - |
35 |
| - <name>Struts 2 Bill of Materials</name> |
36 |
| - <description>Struts 2 Bill of Materials</description> |
37 |
| - |
38 |
| - <licenses> |
39 |
| - <license> |
40 |
| - <name>The Apache Software License, Version 2.0</name> |
41 |
| - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
42 |
| - <distribution>repo</distribution> |
43 |
| - </license> |
44 |
| - </licenses> |
45 |
| - |
46 |
| - <properties> |
47 |
| - <struts-version.version>7.0.4-SNAPSHOT</struts-version.version> |
48 |
| - <maven.site.skip>true</maven.site.skip> |
49 |
| - <maven.site.deploy.skip>true</maven.site.deploy.skip> |
50 |
| - </properties> |
| 34 | + <name>Struts BOM</name> |
| 35 | + <description>Struts Bill of Materials (BOM)</description> |
51 | 36 |
|
52 | 37 | <dependencyManagement>
|
53 | 38 | <dependencies>
|
54 | 39 | <dependency>
|
55 | 40 | <groupId>org.apache.struts</groupId>
|
56 | 41 | <artifactId>struts2-core</artifactId>
|
57 |
| - <version>${struts-version.version}</version> |
| 42 | + <version>${project.version}</version> |
58 | 43 | </dependency>
|
59 | 44 | <dependency>
|
60 | 45 | <groupId>org.apache.struts</groupId>
|
61 | 46 | <artifactId>struts2-async-plugin</artifactId>
|
62 |
| - <version>${struts-version.version}</version> |
| 47 | + <version>${project.version}</version> |
63 | 48 | </dependency>
|
64 | 49 | <dependency>
|
65 | 50 | <groupId>org.apache.struts</groupId>
|
66 | 51 | <artifactId>struts2-bean-validation-plugin</artifactId>
|
67 |
| - <version>${struts-version.version}</version> |
| 52 | + <version>${project.version}</version> |
68 | 53 | </dependency>
|
69 | 54 | <dependency>
|
70 | 55 | <groupId>org.apache.struts</groupId>
|
71 | 56 | <artifactId>struts2-cdi-plugin</artifactId>
|
72 |
| - <version>${struts-version.version}</version> |
| 57 | + <version>${project.version}</version> |
73 | 58 | </dependency>
|
74 | 59 | <dependency>
|
75 | 60 | <groupId>org.apache.struts</groupId>
|
76 | 61 | <artifactId>struts2-convention-plugin</artifactId>
|
77 |
| - <version>${struts-version.version}</version> |
| 62 | + <version>${project.version}</version> |
78 | 63 | </dependency>
|
79 | 64 | <dependency>
|
80 | 65 | <groupId>org.apache.struts</groupId>
|
81 | 66 | <artifactId>struts2-config-browser-plugin</artifactId>
|
82 |
| - <version>${struts-version.version}</version> |
| 67 | + <version>${project.version}</version> |
83 | 68 | </dependency>
|
84 | 69 | <dependency>
|
85 | 70 | <groupId>org.apache.struts</groupId>
|
86 | 71 | <artifactId>struts2-embeddedjsp-plugin</artifactId>
|
87 |
| - <version>${struts-version.version}</version> |
| 72 | + <version>${project.version}</version> |
88 | 73 | </dependency>
|
89 | 74 | <dependency>
|
90 | 75 | <groupId>org.apache.struts</groupId>
|
91 | 76 | <artifactId>struts2-gxp-plugin</artifactId>
|
92 |
| - <version>${struts-version.version}</version> |
| 77 | + <version>${project.version}</version> |
93 | 78 | </dependency>
|
94 | 79 | <dependency>
|
95 | 80 | <groupId>org.apache.struts</groupId>
|
96 | 81 | <artifactId>struts2-jasperreports-plugin</artifactId>
|
97 |
| - <version>${struts-version.version}</version> |
| 82 | + <version>${project.version}</version> |
98 | 83 | </dependency>
|
99 | 84 | <dependency>
|
100 | 85 | <groupId>org.apache.struts</groupId>
|
101 | 86 | <artifactId>struts2-javatemplates-plugin</artifactId>
|
102 |
| - <version>${struts-version.version}</version> |
| 87 | + <version>${project.version}</version> |
103 | 88 | </dependency>
|
104 | 89 | <dependency>
|
105 | 90 | <groupId>org.apache.struts</groupId>
|
106 | 91 | <artifactId>struts2-jfreechart-plugin</artifactId>
|
107 |
| - <version>${struts-version.version}</version> |
| 92 | + <version>${project.version}</version> |
108 | 93 | </dependency>
|
109 | 94 | <dependency>
|
110 | 95 | <groupId>org.apache.struts</groupId>
|
111 | 96 | <artifactId>struts2-json-plugin</artifactId>
|
112 |
| - <version>${struts-version.version}</version> |
| 97 | + <version>${project.version}</version> |
113 | 98 | </dependency>
|
114 | 99 | <dependency>
|
115 | 100 | <groupId>org.apache.struts</groupId>
|
116 | 101 | <artifactId>struts2-junit-plugin</artifactId>
|
117 |
| - <version>${struts-version.version}</version> |
| 102 | + <version>${project.version}</version> |
118 | 103 | </dependency>
|
119 | 104 | <dependency>
|
120 | 105 | <groupId>org.apache.struts</groupId>
|
121 | 106 | <artifactId>struts2-osgi-plugin</artifactId>
|
122 |
| - <version>${struts-version.version}</version> |
| 107 | + <version>${project.version}</version> |
123 | 108 | </dependency>
|
124 | 109 | <dependency>
|
125 | 110 | <groupId>org.apache.struts</groupId>
|
126 | 111 | <artifactId>struts2-plexus-plugin</artifactId>
|
127 |
| - <version>${struts-version.version}</version> |
| 112 | + <version>${project.version}</version> |
128 | 113 | </dependency>
|
129 | 114 | <dependency>
|
130 | 115 | <groupId>org.apache.struts</groupId>
|
131 | 116 | <artifactId>struts2-rest-plugin</artifactId>
|
132 |
| - <version>${struts-version.version}</version> |
| 117 | + <version>${project.version}</version> |
133 | 118 | </dependency>
|
134 | 119 | <dependency>
|
135 | 120 | <groupId>org.apache.struts</groupId>
|
136 | 121 | <artifactId>struts2-spring-plugin</artifactId>
|
137 |
| - <version>${struts-version.version}</version> |
| 122 | + <version>${project.version}</version> |
138 | 123 | </dependency>
|
139 | 124 | <dependency>
|
140 | 125 | <groupId>org.apache.struts</groupId>
|
141 | 126 | <artifactId>struts2-testng-plugin</artifactId>
|
142 |
| - <version>${struts-version.version}</version> |
| 127 | + <version>${project.version}</version> |
143 | 128 | </dependency>
|
144 | 129 | <dependency>
|
145 | 130 | <groupId>org.apache.struts</groupId>
|
146 | 131 | <artifactId>struts2-tiles-plugin</artifactId>
|
147 |
| - <version>${struts-version.version}</version> |
| 132 | + <version>${project.version}</version> |
148 | 133 | </dependency>
|
149 | 134 | <dependency>
|
150 | 135 | <groupId>org.apache.struts</groupId>
|
151 | 136 | <artifactId>struts2-velocity-plugin</artifactId>
|
152 |
| - <version>${struts-version.version}</version> |
| 137 | + <version>${project.version}</version> |
153 | 138 | </dependency>
|
154 | 139 | <dependency>
|
155 | 140 | <groupId>org.apache.struts</groupId>
|
156 | 141 | <artifactId>struts2-xslt-plugin</artifactId>
|
157 |
| - <version>${struts-version.version}</version> |
| 142 | + <version>${project.version}</version> |
158 | 143 | </dependency>
|
159 | 144 | </dependencies>
|
160 | 145 | </dependencyManagement>
|
161 |
| - |
162 |
| - <scm> |
163 |
| - <tag>HEAD</tag> |
164 |
| - <connection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</connection> |
165 |
| - <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</developerConnection> |
166 |
| - <url>https://github.com/apache/struts/</url> |
167 |
| - </scm> |
168 | 146 | </project>
|
0 commit comments