[maven-release-plugin] prepare release tiles-maven-plugin-2.40

Change-Id: Ibd80cbc89e17cc5d07ff83007f625d6224ec50e9
This commit is contained in:
Mark Derricutt 2023-12-12 11:10:53 +13:00
parent b570011662
commit f3cf8b96cd
No known key found for this signature in database
GPG Key ID: 0DFEAD8DBB8FAC31

View File

@ -12,13 +12,12 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. See accompanying LICENSE file. limitations under the License. See accompanying LICENSE file.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" <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/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.repaint.maven</groupId> <groupId>io.repaint.maven</groupId>
<artifactId>tiles-maven-plugin</artifactId> <artifactId>tiles-maven-plugin</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<version>2.40-SNAPSHOT</version> <version>2.40</version>
<name>Tiles Maven Plugin</name> <name>Tiles Maven Plugin</name>
<description>Provides composition support for Maven composition support for Maven</description> <description>Provides composition support for Maven composition support for Maven</description>
@ -53,14 +52,14 @@
<mavenVersion>3.9.5</mavenVersion> <mavenVersion>3.9.5</mavenVersion>
<groovyVersion>4.0.15</groovyVersion> <groovyVersion>4.0.15</groovyVersion>
<repaint.release>dev</repaint.release> <repaint.release>dev</repaint.release>
<project.build.outputTimestamp>2023-11-20T07:02:26Z</project.build.outputTimestamp> <project.build.outputTimestamp>2023-12-11T22:10:38Z</project.build.outputTimestamp>
</properties> </properties>
<scm> <scm>
<connection>scm:git:git@github.com:repaint-io/maven-tiles</connection> <connection>scm:git:git@github.com:repaint-io/maven-tiles</connection>
<developerConnection>scm:git:git@github.com:repaint-io/maven-tiles</developerConnection> <developerConnection>scm:git:git@github.com:repaint-io/maven-tiles</developerConnection>
<url>https://github.com/repaint-io/maven-tiles</url> <url>https://github.com/repaint-io/maven-tiles</url>
<tag>HEAD</tag> <tag>tiles-maven-plugin-2.40</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>