Skip to content

Commit

Permalink
[maven-release-plugin] prepare release tiles-maven-plugin-2.40
Browse files Browse the repository at this point in the history
Change-Id: Ibd80cbc89e17cc5d07ff83007f625d6224ec50e9
  • Loading branch information
talios committed Dec 11, 2023
1 parent b570011 commit f3cf8b9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
See the License for the specific language governing permissions and
limitations under the License. See accompanying LICENSE file.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.repaint.maven</groupId>
<artifactId>tiles-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>2.40-SNAPSHOT</version>
<version>2.40</version>
<name>Tiles Maven Plugin</name>

<description>Provides composition support for Maven composition support for Maven</description>
Expand Down Expand Up @@ -53,14 +52,14 @@
<mavenVersion>3.9.5</mavenVersion>
<groovyVersion>4.0.15</groovyVersion>
<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>

<scm>
<connection>scm:git:git@github.com:repaint-io/maven-tiles</connection>
<developerConnection>scm:git:git@github.com:repaint-io/maven-tiles</developerConnection>
<url>https://github.com/repaint-io/maven-tiles</url>
<tag>HEAD</tag>
<tag>tiles-maven-plugin-2.40</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit f3cf8b9

Please sign in to comment.