|
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 |
|
88 |
| - <ant.version>1.10.14</ant.version> |
89 |
| - <antlr.version>4.13.1</antlr.version> |
| 99 | + <maven.version>3.9.11</maven.version> |
| 100 | + |
| 101 | + <ant.version>1.10.15</ant.version> |
| 102 | + <antlr.version>4.13.2</antlr.version> |
90 | 103 | <commons-collections.version>4.5.0</commons-collections.version>
|
91 | 104 | <freemarker.version>2.3.32</freemarker.version>
|
92 | 105 | <google-java-format.version>1.19.1</google-java-format.version>
|
|
102 | 115 | <sqlserver.version>9.2.1.jre8</sqlserver.version>
|
103 | 116 |
|
104 | 117 | <!-- Plugins not managed by the JBoss parent POM: -->
|
| 118 | + <maven-plugin-api.version>3.9.11</maven-plugin-api.version> |
| 119 | + <maven-plugin-annotations.version>3.15.1</maven-plugin-annotations.version> |
105 | 120 | <maven-wrapper-plugin.version>3.3.3</maven-wrapper-plugin.version>
|
106 |
| - <flatten-maven-plugin.version>1.7.0</flatten-maven-plugin.version> |
| 121 | + |
| 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> |
107 | 127 |
|
108 | 128 | <!--
|
109 | 129 | We don't want to publish or sign any modules by default.
|
|
124 | 144 | <central.snapshots.repo.name>Maven Central Snapshots Repository</central.snapshots.repo.name>
|
125 | 145 | <central.snapshots.repo.url>https://central.sonatype.com/repository/maven-snapshots/</central.snapshots.repo.url>
|
126 | 146 |
|
127 |
| - |
128 | 147 | <maven.compiler.target>11</maven.compiler.target>
|
129 | 148 | <maven.compiler.source>11</maven.compiler.source>
|
130 |
| - <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> |
131 | 151 |
|
132 | 152 | </properties>
|
133 | 153 |
|
|
183 | 203 | <artifactId>commons-collections4</artifactId>
|
184 | 204 | <version>${commons-collections.version}</version>
|
185 | 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> |
186 | 221 | <dependency>
|
187 | 222 | <groupId>org.freemarker</groupId>
|
188 | 223 | <artifactId>freemarker</artifactId>
|
|
0 commit comments