Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
[skip ci] [maven-release-plugin]prepare release 4_0_0
Browse files Browse the repository at this point in the history
  • Loading branch information
jahia-ci committed Jan 16, 2024
1 parent 88535ef commit 6ac6d52
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses />.
2/ JSEL - Commercial and Supported Versions of the program
Expand All @@ -44,25 +44,24 @@
please contact the sales department at [email protected].
-->
<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.3.0</version>
<relativePath/>
<relativePath />
</parent>
<artifactId>formbuilder</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>bundle</packaging>
<name>Jahia Form Builder</name>
<description>These are the custom module (Jahia Form Builder) for running on a Jahia server.</description>
<scm>
<connection>scm:git:[email protected]:Jahia/formbuilder.git</connection>
<developerConnection>scm:git:[email protected]:Jahia/formbuilder.git</developerConnection>
<url>scm:git:[email protected]:Jahia/formbuilder.git</url>
<tag>HEAD</tag>
<tag>4_0_0</tag>
</scm>
<properties>
<require-capability>osgi.extender;filter:="(osgi.extender=org.jahia.bundles.blueprint.extender.config)"</require-capability>
Expand Down

0 comments on commit 6ac6d52

Please sign in to comment.