|
18 | 18 | <http.port>9080</http.port>
|
19 | 19 | <https.port>9443</https.port>
|
20 | 20 | <liberty.var.app.context.root>/</liberty.var.app.context.root>
|
| 21 | + |
| 22 | + <hibernate.version>7.0.0.Beta1</hibernate.version> |
21 | 23 | </properties>
|
22 | 24 |
|
23 | 25 | <dependencies>
|
|
38 | 40 | <dependency>
|
39 | 41 | <groupId>org.hibernate.orm</groupId>
|
40 | 42 | <artifactId>hibernate-core</artifactId>
|
41 |
| - <version>7.0.0.Beta3</version> |
| 43 | + <version>${hibernate.version}</version> |
42 | 44 | <exclusions>
|
43 | 45 | <exclusion>
|
44 | 46 | <groupId>jakarta.activation</groupId>
|
|
61 | 63 | <dependency>
|
62 | 64 | <groupId>org.hibernate.orm</groupId>
|
63 | 65 | <artifactId>hibernate-processor</artifactId>
|
64 |
| - <version>7.0.0.Beta3</version> |
| 66 | + <version>${hibernate.version}</version> |
65 | 67 | <exclusions>
|
66 | 68 | <exclusion>
|
67 | 69 | <groupId>jakarta.activation</groupId>
|
|
84 | 86 | <dependency>
|
85 | 87 | <groupId>org.hibernate.orm</groupId>
|
86 | 88 | <artifactId>hibernate-community-dialects</artifactId>
|
87 |
| - <version>7.0.0.Beta3</version> |
| 89 | + <version>${hibernate.version}</version> |
88 | 90 | </dependency>
|
89 | 91 | </dependencies>
|
90 | 92 |
|
|
148 | 150 | <dependency>
|
149 | 151 | <groupId>org.hibernate.orm</groupId>
|
150 | 152 | <artifactId>hibernate-core</artifactId>
|
151 |
| - <version>7.0.0.Beta1</version> |
| 153 | + <version>${hibernate.version}</version> |
152 | 154 | </dependency>
|
153 | 155 | <dependency>
|
154 | 156 | <groupId>org.hibernate.orm</groupId>
|
155 | 157 | <artifactId>hibernate-processor</artifactId>
|
156 |
| - <version>7.0.0.Beta1</version> |
| 158 | + <version>${hibernate.version}</version> |
157 | 159 | </dependency>
|
158 | 160 | <dependency>
|
159 | 161 | <groupId>org.hibernate.orm</groupId>
|
160 | 162 | <artifactId>hibernate-community-dialects</artifactId>
|
161 |
| - <version>7.0.0.Beta1</version> |
| 163 | + <version>${hibernate.version}</version> |
162 | 164 | </dependency>
|
163 | 165 | </dependencyGroup>
|
164 | 166 | </copyDependencies>
|
|
173 | 175 | <annotationProcessorPath>
|
174 | 176 | <groupId>org.hibernate.orm</groupId>
|
175 | 177 | <artifactId>hibernate-processor</artifactId>
|
176 |
| - <version>7.0.0.Beta3</version> |
| 178 | + <version>${hibernate.version}</version> |
177 | 179 | </annotationProcessorPath>
|
178 | 180 | </annotationProcessorPaths>
|
179 | 181 | </configuration>
|
|
0 commit comments