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