|
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> |
|
86 | 97 |
|
87 | 98 | <properties> |
88 | 99 |
|
| 100 | + <maven.version>3.9.11</maven.version> |
| 101 | + |
89 | 102 | <ant.version>1.10.15</ant.version> |
90 | 103 | <antlr.version>4.13.2</antlr.version> |
91 | 104 | <commons-collections.version>4.5.0</commons-collections.version> |
|
104 | 117 | <sqlserver.version>9.2.1.jre8</sqlserver.version> |
105 | 118 |
|
106 | 119 | <!-- Plugins not managed by the JBoss parent POM: --> |
| 120 | + <maven-plugin-api.version>3.9.11</maven-plugin-api.version> |
| 121 | + <maven-plugin-annotations.version>3.15.1</maven-plugin-annotations.version> |
107 | 122 | <maven-wrapper-plugin.version>3.3.3</maven-wrapper-plugin.version> |
108 | 123 | <flatten-maven-plugin.version>1.7.2</flatten-maven-plugin.version> |
109 | 124 | <maven-invoker-plugin.version>3.9.1</maven-invoker-plugin.version> |
| 125 | + <github-site-maven-plugin.version>0.12</github-site-maven-plugin.version> |
| 126 | + <maven-project-info-reports-plugin.version>3.9.0</maven-project-info-reports-plugin.version> |
| 127 | + <maven-site-plugin.version>3.21.0</maven-site-plugin.version> |
110 | 128 |
|
111 | 129 | <!-- |
112 | 130 | We don't want to publish or sign any modules by default. |
|
127 | 145 | <central.snapshots.repo.name>Maven Central Snapshots Repository</central.snapshots.repo.name> |
128 | 146 | <central.snapshots.repo.url>https://central.sonatype.com/repository/maven-snapshots/</central.snapshots.repo.url> |
129 | 147 |
|
130 | | - |
131 | 148 | <maven.compiler.target>11</maven.compiler.target> |
132 | 149 | <maven.compiler.source>11</maven.compiler.source> |
133 | | - <maven.min.version>3.9.11</maven.min.version> |
| 150 | + <maven.min.version>${maven.version}</maven.min.version> |
| 151 | + <maven-core.version>${maven.version}</maven-core.version> |
134 | 152 |
|
135 | 153 | </properties> |
136 | 154 |
|
|
186 | 204 | <artifactId>commons-collections4</artifactId> |
187 | 205 | <version>${commons-collections.version}</version> |
188 | 206 | </dependency> |
| 207 | + <dependency> |
| 208 | + <groupId>org.apache.maven</groupId> |
| 209 | + <artifactId>maven-core</artifactId> |
| 210 | + <version>${maven-core.version}</version> |
| 211 | + </dependency> |
| 212 | + <dependency> |
| 213 | + <groupId>org.apache.maven</groupId> |
| 214 | + <artifactId>maven-plugin-api</artifactId> |
| 215 | + <version>${maven-plugin-api.version}</version> |
| 216 | + </dependency> |
| 217 | + <dependency> |
| 218 | + <groupId>org.apache.maven.plugin-tools</groupId> |
| 219 | + <artifactId>maven-plugin-annotations</artifactId> |
| 220 | + <version>${maven-plugin-annotations.version}</version> |
| 221 | + </dependency> |
189 | 222 | <dependency> |
190 | 223 | <groupId>org.freemarker</groupId> |
191 | 224 | <artifactId>freemarker</artifactId> |
|
0 commit comments