|
72 | 72 | |
73 | 73 | <url>http://koentsje.blogspot.be</url> |
74 | 74 | </developer> |
75 | | - </developers> |
| 75 | + <developer> |
| 76 | + <id>stadler</id> |
| 77 | + <name>Jacques Stadler</name> |
| 78 | + |
| 79 | + </developer> |
| 80 | + <developer> |
| 81 | + <id>marko.bekhta</id> |
| 82 | + <name>Marko Bekhta</name> |
| 83 | + |
| 84 | + <url>http://in.relation.to/marko-bekhta/</url> |
| 85 | + </developer> |
| 86 | + </developers> |
76 | 87 |
|
77 | 88 | <modules> |
78 | 89 | <module>orm</module> |
|
87 | 98 |
|
88 | 99 | <properties> |
89 | 100 |
|
| 101 | + <maven.version>3.9.11</maven.version> |
| 102 | + |
90 | 103 | <ant.version>1.10.15</ant.version> |
91 | 104 | <antlr.version>4.13.2</antlr.version> |
92 | 105 | <commons-collections.version>4.5.0</commons-collections.version> |
|
105 | 118 | <jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version> |
106 | 119 |
|
107 | 120 | <!-- Plugins not managed by the JBoss parent POM: --> |
| 121 | + <maven-plugin-api.version>3.9.11</maven-plugin-api.version> |
| 122 | + <maven-plugin-annotations.version>3.15.1</maven-plugin-annotations.version> |
108 | 123 | <maven-wrapper-plugin.version>3.3.3</maven-wrapper-plugin.version> |
109 | 124 | <flatten-maven-plugin.version>1.7.2</flatten-maven-plugin.version> |
110 | 125 | <maven-invoker-plugin.version>3.9.1</maven-invoker-plugin.version> |
| 126 | + <github-site-maven-plugin.version>0.12</github-site-maven-plugin.version> |
| 127 | + <maven-project-info-reports-plugin.version>3.9.0</maven-project-info-reports-plugin.version> |
| 128 | + <maven-site-plugin.version>3.21.0</maven-site-plugin.version> |
111 | 129 |
|
112 | 130 | <!-- |
113 | 131 | We don't want to publish or sign any modules by default. |
|
131 | 149 |
|
132 | 150 | <maven.compiler.target>17</maven.compiler.target> |
133 | 151 | <maven.compiler.source>17</maven.compiler.source> |
134 | | - <maven.min.version>3.9.11</maven.min.version> |
| 152 | + <maven.min.version>${maven.version}</maven.min.version> |
| 153 | + <maven-core.version>${maven.version}</maven-core.version> |
| 154 | + |
135 | 155 | </properties> |
136 | 156 |
|
137 | 157 | <dependencyManagement> |
|
191 | 211 | <artifactId>commons-collections4</artifactId> |
192 | 212 | <version>${commons-collections.version}</version> |
193 | 213 | </dependency> |
| 214 | + <dependency> |
| 215 | + <groupId>org.apache.maven</groupId> |
| 216 | + <artifactId>maven-core</artifactId> |
| 217 | + <version>${maven-core.version}</version> |
| 218 | + </dependency> |
| 219 | + <dependency> |
| 220 | + <groupId>org.apache.maven</groupId> |
| 221 | + <artifactId>maven-plugin-api</artifactId> |
| 222 | + <version>${maven-plugin-api.version}</version> |
| 223 | + </dependency> |
| 224 | + <dependency> |
| 225 | + <groupId>org.apache.maven.plugin-tools</groupId> |
| 226 | + <artifactId>maven-plugin-annotations</artifactId> |
| 227 | + <version>${maven-plugin-annotations.version}</version> |
| 228 | + </dependency> |
194 | 229 | <dependency> |
195 | 230 | <groupId>org.freemarker</groupId> |
196 | 231 | <artifactId>freemarker</artifactId> |
|
0 commit comments