Skip to content

Commit

Permalink
[skip ci] [maven-release-plugin]prepare release 4_1_0
Browse files Browse the repository at this point in the history
  • Loading branch information
jahia-ci committed Mar 30, 2022
1 parent 68fa82c commit 6f1f6bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jahia.modules</groupId>
<artifactId>jahia-modules</artifactId>
<version>8.1.0.0</version>
</parent>
<artifactId>sitemap</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<packaging>bundle</packaging>
<name>Jahia Sitemap</name>
<description>These are the custom module (Jahia Sitemap) for running on a Jahia server.</description>
<scm>
<connection>scm:git:[email protected]:Jahia/sitemap.git</connection>
<developerConnection>scm:git:[email protected]:Jahia/sitemap.git</developerConnection>
<url>scm:git:[email protected]:Jahia/sitemap.git</url>
<tag>HEAD</tag>
<tag>4_1_0</tag>
</scm>
<properties>
<require-capability>osgi.extender;filter:="(osgi.extender=org.jahia.bundles.blueprint.extender.config)"
Expand Down

0 comments on commit 6f1f6bf

Please sign in to comment.