Skip to content

Commit

Permalink
[maven-release-plugin] prepare release bootstrap5-modules-2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvollenweider committed Feb 27, 2024
1 parent 680d2dd commit c49498e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions bootstrap5-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
<parent>
<groupId>org.jahiacommunity.modules</groupId>
<artifactId>bootstrap5-modules</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<artifactId>bootstrap5-components</artifactId>
<name>Bootstrap 5 Components</name>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<packaging>bundle</packaging>
<description>This module provide a Bootstrap 5 implementation of http://getbootstrap.com for Jahia</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap5-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
<parent>
<groupId>org.jahiacommunity.modules</groupId>
<artifactId>bootstrap5-modules</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<artifactId>bootstrap5-core</artifactId>
<packaging>bundle</packaging>
Expand Down
8 changes: 4 additions & 4 deletions bootstrap5-templates-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@
<parent>
<groupId>org.jahiacommunity.modules</groupId>
<artifactId>bootstrap5-modules</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<groupId>org.jahiacommunity.modules</groupId>
<artifactId>bootstrap5-templates-starter</artifactId>
<name>Bootstrap 5 Templates Starter</name>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<packaging>bundle</packaging>
<description>This is the custom profile module (bootstrap5-templates-starter) for running on a Jahia server.</description>

<scm>
<connection>scm:dummy:uri</connection>
<developerConnection>scm:dummy:uri</developerConnection>
<tag>HEAD</tag>
<tag>bootstrap5-modules-2.3.1</tag>
</scm>

<repositories>
Expand All @@ -82,7 +82,7 @@
<dependency>
<groupId>org.jahiacommunity.modules</groupId>
<artifactId>bootstrap5-components</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
<artifactId>bootstrap5-modules</artifactId>
<name>Bootstrap 5 Modules</name>
<packaging>pom</packaging>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<groupId>org.jahiacommunity.modules</groupId>
<properties>
<jahia.package.version>1.0</jahia.package.version>
Expand All @@ -37,7 +37,7 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
<connection>scm:git:[email protected]:Jahia/bootstrap5.git</connection>
<developerConnection>scm:git:[email protected]:Jahia/bootstrap5.git</developerConnection>
<url>https://github.com/Jahia/bootstrap5.git</url>
<tag>HEAD</tag>
<tag>bootstrap5-modules-2.3.1</tag>
</scm>
<repositories>
<repository>
Expand Down

0 comments on commit c49498e

Please sign in to comment.