|
7 | 7 | <parent>
|
8 | 8 | <groupId>org.jboss</groupId>
|
9 | 9 | <artifactId>jboss-parent</artifactId>
|
10 |
| - <version>48</version> |
| 10 | + <version>49</version> |
11 | 11 | </parent>
|
12 | 12 |
|
13 | 13 | <groupId>org.hibernate</groupId>
|
|
18 | 18 |
|
19 | 19 | <name>Hibernate Tools Parent Project</name>
|
20 | 20 |
|
| 21 | + <url>http://hibernate.org/tools/</url> |
| 22 | + |
| 23 | + <issueManagement> |
| 24 | + <system>JIRA</system> |
| 25 | + <url>http://hibernate.atlassian.net/projects/HBX</url> |
| 26 | + </issueManagement> |
| 27 | + |
| 28 | + <scm> |
| 29 | + <connection>scm:git:git://github.com/hibernate/hibernate-tools.git</connection> |
| 30 | + < developerConnection>scm:git: [email protected]:hibernate/hibernate-tools.git</ developerConnection> |
| 31 | + <url>http://github.com/hibernate/hibernate-tools</url> |
| 32 | + </scm> |
| 33 | + |
| 34 | + <organization> |
| 35 | + <name>Hibernate</name> |
| 36 | + <url>http://www.hibernate.org</url> |
| 37 | + </organization> |
| 38 | + |
| 39 | + <licenses> |
| 40 | + <license> |
| 41 | + <name>GNU Lesser General Public License</name> |
| 42 | + <url>http://www.gnu.org/licenses/lgpl-2.1.html</url> |
| 43 | + </license> |
| 44 | + </licenses> |
| 45 | + |
| 46 | + <developers> |
| 47 | + <developer> |
| 48 | + <id>maxandersen</id> |
| 49 | + <name>Max Andersen</name> |
| 50 | + |
| 51 | + <url>http://in.relation.to/Bloggers/Max</url> |
| 52 | + </developer> |
| 53 | + <developer> |
| 54 | + <id>koentsje</id> |
| 55 | + <name>Koen Aers</name> |
| 56 | + |
| 57 | + <url>http://koentsje.blogspot.be</url> |
| 58 | + </developer> |
| 59 | + <developer> |
| 60 | + <id>stadler</id> |
| 61 | + <name>Jacques Stadler</name> |
| 62 | + |
| 63 | + </developer> |
| 64 | + <developer> |
| 65 | + <id>marko.bekhta</id> |
| 66 | + <name>Marko Bekhta</name> |
| 67 | + |
| 68 | + <url>http://in.relation.to/marko-bekhta/</url> |
| 69 | + </developer> |
| 70 | + </developers> |
| 71 | + |
21 | 72 | <modules>
|
22 | 73 | <module>main</module>
|
23 | 74 | <module>maven-plugin</module>
|
24 | 75 | <module>test</module>
|
25 | 76 | </modules>
|
26 | 77 |
|
27 | 78 | <properties>
|
28 |
| - <ant.version>1.10.15</ant.version> |
29 |
| - <commons-collections.version>4.4</commons-collections.version> |
30 |
| - <freemarker.version>2.3.34</freemarker.version> |
| 79 | + |
| 80 | + <maven.version>3.9.11</maven.version> |
| 81 | + |
| 82 | + <ant.version>1.10.15</ant.version> |
| 83 | + <commons-collections.version>4.5.0</commons-collections.version> |
| 84 | + <freemarker.version>2.3.34</freemarker.version> |
31 | 85 | <!-- 1.7 is the last google-java-format version that is compiled against Java 1.8 -->
|
32 | 86 | <google-java-format.version>1.7</google-java-format.version>
|
33 | 87 | <h2.version>1.4.199</h2.version>
|
34 |
| - <hibernate-commons-annotations.version>5.1.2.Final</hibernate-commons-annotations.version> |
| 88 | + <hibernate-commons-annotations.version>5.1.2.Final</hibernate-commons-annotations.version> |
35 | 89 | <hibernate-core.version>5.3.37.Final</hibernate-core.version>
|
36 |
| - <hsqldb.version>2.5.2</hsqldb.version> |
| 90 | + <hsqldb.version>2.6.1</hsqldb.version> |
37 | 91 | <javaee-api.version>8.0.1</javaee-api.version>
|
38 | 92 | <javax.activation-api.version>1.2.0</javax.activation-api.version>
|
39 | 93 | <javax.persistence-api.version>2.2</javax.persistence-api.version>
|
|
45 | 99 | <sqlserver.version>9.2.1.jre8</sqlserver.version>
|
46 | 100 |
|
47 | 101 | <!-- Plugins not managed by the JBoss parent POM: -->
|
| 102 | + <maven-plugin-api.version>3.9.11</maven-plugin-api.version> |
| 103 | + <maven-plugin-annotations.version>3.15.1</maven-plugin-annotations.version> |
48 | 104 | <maven-wrapper-plugin.version>3.3.3</maven-wrapper-plugin.version>
|
49 |
| - <flatten-maven-plugin.version>1.7.0</flatten-maven-plugin.version> |
| 105 | + <flatten-maven-plugin.version>1.7.2</flatten-maven-plugin.version> |
| 106 | + <maven-invoker-plugin.version>3.9.1</maven-invoker-plugin.version> |
| 107 | + <github-site-maven-plugin.version>0.12</github-site-maven-plugin.version> |
| 108 | + <maven-project-info-reports-plugin.version>3.9.0</maven-project-info-reports-plugin.version> |
| 109 | + <maven-site-plugin.version>3.21.0</maven-site-plugin.version> |
50 | 110 |
|
51 | 111 | <!--
|
52 | 112 | We don't want to publish or sign any modules by default.
|
|
67 | 127 | <central.snapshots.repo.name>Maven Central Snapshots Repository</central.snapshots.repo.name>
|
68 | 128 | <central.snapshots.repo.url>https://central.sonatype.com/repository/maven-snapshots/</central.snapshots.repo.url>
|
69 | 129 |
|
70 |
| - |
71 | 130 | <maven.compiler.target>1.8</maven.compiler.target>
|
72 | 131 | <maven.compiler.source>1.8</maven.compiler.source>
|
73 |
| - <maven.min.version>3.9.11</maven.min.version> |
| 132 | + <maven.min.version>${maven.version}</maven.min.version> |
| 133 | + <maven-core.version>${maven.version}</maven-core.version> |
74 | 134 |
|
75 | 135 | </properties>
|
76 | 136 |
|
|
87 | 147 | <version>${h2.version}</version>
|
88 | 148 | <scope>test</scope>
|
89 | 149 | </dependency>
|
90 |
| - <dependency> |
91 |
| - <groupId>com.microsoft.sqlserver</groupId> |
92 |
| - <artifactId>mssql-jdbc</artifactId> |
93 |
| - <version>${sqlserver.version}</version> |
94 |
| - <scope>test</scope> |
95 |
| - </dependency> |
96 |
| - <dependency> |
97 |
| - <groupId>com.oracle.ojdbc</groupId> |
98 |
| - <artifactId>ojdbc8</artifactId> |
99 |
| - <version>${oracle.version}</version> |
100 |
| - <scope>test</scope> |
101 |
| - </dependency> |
102 |
| - <dependency> |
103 |
| - <groupId>org.apache.commons</groupId> |
104 |
| - <artifactId>commons-collections4</artifactId> |
105 |
| - <version>${commons-collections.version}</version> |
106 |
| - </dependency> |
107 |
| - <dependency> |
108 |
| - <groupId>javax</groupId> |
109 |
| - <artifactId>javaee-api</artifactId> |
110 |
| - <version>${javaee-api.version}</version> |
111 |
| - <scope>test</scope> |
112 |
| - </dependency> |
113 |
| - <dependency> |
114 |
| - <groupId>javax.persistence</groupId> |
115 |
| - <artifactId>javax.persistence-api</artifactId> |
116 |
| - <version>${javax.persistence-api.version}</version> |
117 |
| - </dependency> |
118 |
| - <dependency> |
119 |
| - <groupId>javax.xml.bind</groupId> |
120 |
| - <artifactId>jaxb-api</artifactId> |
121 |
| - <version>${jaxb-api.version}</version> |
122 |
| - <scope>runtime</scope> |
123 |
| - </dependency> |
| 150 | + <dependency> |
| 151 | + <groupId>org.apache.maven</groupId> |
| 152 | + <artifactId>maven-core</artifactId> |
| 153 | + <version>${maven-core.version}</version> |
| 154 | + </dependency> |
| 155 | + <dependency> |
| 156 | + <groupId>org.apache.maven</groupId> |
| 157 | + <artifactId>maven-plugin-api</artifactId> |
| 158 | + <version>${maven-plugin-api.version}</version> |
| 159 | + </dependency> |
| 160 | + <dependency> |
| 161 | + <groupId>org.apache.maven.plugin-tools</groupId> |
| 162 | + <artifactId>maven-plugin-annotations</artifactId> |
| 163 | + <version>${maven-plugin-annotations.version}</version> |
| 164 | + </dependency> |
| 165 | + <dependency> |
| 166 | + <groupId>com.microsoft.sqlserver</groupId> |
| 167 | + <artifactId>mssql-jdbc</artifactId> |
| 168 | + <version>${sqlserver.version}</version> |
| 169 | + <scope>test</scope> |
| 170 | + </dependency> |
| 171 | + <dependency> |
| 172 | + <groupId>com.oracle.ojdbc</groupId> |
| 173 | + <artifactId>ojdbc8</artifactId> |
| 174 | + <version>${oracle.version}</version> |
| 175 | + <scope>test</scope> |
| 176 | + </dependency> |
| 177 | + <dependency> |
| 178 | + <groupId>org.apache.commons</groupId> |
| 179 | + <artifactId>commons-collections4</artifactId> |
| 180 | + <version>${commons-collections.version}</version> |
| 181 | + </dependency> |
| 182 | + <dependency> |
| 183 | + <groupId>javax</groupId> |
| 184 | + <artifactId>javaee-api</artifactId> |
| 185 | + <version>${javaee-api.version}</version> |
| 186 | + <scope>test</scope> |
| 187 | + </dependency> |
| 188 | + <dependency> |
| 189 | + <groupId>javax.persistence</groupId> |
| 190 | + <artifactId>javax.persistence-api</artifactId> |
| 191 | + <version>${javax.persistence-api.version}</version> |
| 192 | + </dependency> |
124 | 193 | <dependency>
|
125 | 194 | <groupId>mysql</groupId>
|
126 | 195 | <artifactId>mysql-connector-java</artifactId>
|
|
0 commit comments