Skip to content

Commit

Permalink
Upgrade pom to LTS2025
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelva committed Dec 17, 2024
1 parent 341012f commit de334e2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 deletions.
9 changes: 3 additions & 6 deletions nuxeo-thumbnail-ext-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
<?xml version="1.0"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.nuxeo.labs.thumbnail.ext</groupId>
<artifactId>nuxeo-thumbnail-ext-parent</artifactId>
<version>2023.1.0-SNAPSHOT</version>
<version>2025.0.0-SNAPSHOT</version>
</parent>
<artifactId>nuxeo-thumbnail-ext-core</artifactId>
<name>Nuxeo thumbnail ext core</name>
<description></description>
<description/>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions nuxeo-thumbnail-ext-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo.labs.thumbnail.ext</groupId>
<artifactId>nuxeo-thumbnail-ext-parent</artifactId>
<version>2023.1.0-SNAPSHOT</version>
<version>2025.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -42,4 +42,4 @@
</build>


</project>
</project>
23 changes: 11 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
<?xml version="1.0"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.nuxeo</groupId>
<artifactId>nuxeo-parent</artifactId>
<version>2023.0</version>
<version>2025.0.102</version>
</parent>

<groupId>org.nuxeo.labs.thumbnail.ext</groupId>
<artifactId>nuxeo-thumbnail-ext-parent</artifactId>
<version>2023.1.0-SNAPSHOT</version>
<version>2025.0.0-SNAPSHOT</version>
<name>Nuxeo thumbnail ext parent</name>
<description>An extension for better thumbnail generation</description>
<packaging>pom</packaging>

<properties>
<!-- Skip Nuxeo enforcer rules by default -->
<nuxeo.skip.enforcer>true</nuxeo.skip.enforcer>
<nuxeo.target.version>2023.*</nuxeo.target.version>
<nuxeo.target.version>2025.*</nuxeo.target.version>
</properties>

<modules>
<module>nuxeo-thumbnail-ext-core</module>
<module>nuxeo-thumbnail-ext-package</module>
</modules>

<scm />
<licenses />
<mailingLists />
<issueManagement />
<ciManagement />
<developers />
<distributionManagement />
<scm/>
<licenses/>
<mailingLists/>
<issueManagement/>
<ciManagement/>
<developers/>
<distributionManagement/>

<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -96,4 +95,4 @@
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>
</project>

0 comments on commit de334e2

Please sign in to comment.