Skip to content

Commit

Permalink
[skip ci] [maven-release-plugin]prepare release 3_6_0
Browse files Browse the repository at this point in the history
  • Loading branch information
jahia-ci committed Feb 20, 2023
1 parent f71514e commit 007ba97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<parent>
<groupId>org.jahia.modules</groupId>
<artifactId>site-settings-seo-parent</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
</parent>
<artifactId>site-settings-seo</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
<packaging>bundle</packaging>
<name>Site Settings - SEO Project</name>
<description>This is the custom module (Site Settings - SEO) for running on a Digital Experience Manager server.</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
</parent>
<artifactId>site-settings-seo-parent</artifactId>
<name>Site Settings - SEO Parent Project</name>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
<packaging>pom</packaging>
<description>Site settings seo parent</description>

<scm>
<connection>scm:git:git@github.com:Jahia/site-settings-seo.git</connection>
<developerConnection>scm:git:git@github.com:Jahia/site-settings-seo.git</developerConnection>
<url>scm:git:git@github.com:Jahia/site-settings-seo.git</url>
<tag>HEAD</tag>
<tag>3_6_0</tag>
</scm>

<modules>
Expand Down
11 changes: 4 additions & 7 deletions test-module/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,20 +44,17 @@
please contact the sales department at sales@jahia.com.
-->
<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>site-settings-seo-parent</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
</parent>
<groupId>org.jahia.test</groupId>
<artifactId>site-settings-seo-test-module</artifactId>
<name>Test module for site settings seo</name>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
<packaging>bundle</packaging>
<description>This is the custom profile module (templateSiteSettingsSEO) for running on a Jahia server.</description>

Expand Down

0 comments on commit 007ba97

Please sign in to comment.