This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] [maven-release-plugin]prepare release 4_0_0
- Loading branch information
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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> | ||
|