|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | | - <groupId>org.hibernate.search.develocity</groupId> |
4 | | - <artifactId>hibernate-search-develocity-extension</artifactId> |
| 3 | + <groupId>org.hibernate.infra.develocity</groupId> |
| 4 | + <artifactId>hibernate-develocity-maven-extension</artifactId> |
5 | 5 | <packaging>jar</packaging> |
6 | 6 | <version>2.0.1-SNAPSHOT</version> |
7 | | - <name>Hibernate Search Develocity extension</name> |
8 | | - <description>A Maven extension to configure the Develocity build cache for the Hibernate Search project</description> |
9 | | - <url>https://github.com/hibernate/hibernate-search-develocity-extension</url> |
| 7 | + <name>Hibernate Develocity extension for Maven Projects</name> |
| 8 | + <description>A Maven extension to configure the Develocity build cache for the Hibernate projects using Maven as a build tool.</description> |
| 9 | + <url>https://github.com/hibernate/hibernate-develocity-maven-extension</url> |
10 | 10 | <properties> |
11 | 11 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
12 | 12 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
13 | 13 |
|
14 | | - <develocity-maven-extension.version>1.21</develocity-maven-extension.version> |
| 14 | + <develocity-maven-extension.version>1.22.2</develocity-maven-extension.version> |
15 | 15 | <maven-core.version>3.9.6</maven-core.version> |
16 | 16 | <plexus-component.version>2.2.0</plexus-component.version> |
17 | 17 | <sisu-inject.version>0.3.5</sisu-inject.version> |
|
192 | 192 | </distributionManagement> |
193 | 193 |
|
194 | 194 | <scm> |
195 | | - <url>https://github.com/hibernate/hibernate-search-develocity-extension</url> |
196 | | - < connection>scm:git: [email protected]:hibernate/hibernate- search-develocity-extension.git</ connection> |
197 | | - < developerConnection>scm:git: [email protected]:hibernate/hibernate- search-develocity-extension.git</ developerConnection> |
| 195 | + <url>https://github.com/hibernate/hibernate-develocity-maven-extension</url> |
| 196 | + < connection>scm:git: [email protected]:hibernate/hibernate-develocity -maven-extension.git</ connection> |
| 197 | + < developerConnection>scm:git: [email protected]:hibernate/hibernate-develocity -maven-extension.git</ developerConnection> |
198 | 198 | <tag>HEAD</tag> |
199 | 199 | </scm> |
200 | 200 |
|
201 | 201 | <issueManagement> |
202 | 202 | <system>GitHub</system> |
203 | | - <url>https://github.com/hibernate/hibernate-search-develocity-extension/issues</url> |
| 203 | + <url>https://github.com/hibernate/hibernate-develocity-maven-extension/issues</url> |
204 | 204 | </issueManagement> |
205 | 205 |
|
206 | 206 | <profiles> |
|
0 commit comments