Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-archetype-3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 25, 2024
1 parent cb6351c commit e721b39
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion archetype-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
</parent>

<artifactId>archetype-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-models/archetype-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-models</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
</parent>

<artifactId>archetype-catalog</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-models/archetype-descriptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-models</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
</parent>

<artifactId>archetype-descriptor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
</parent>

<artifactId>archetype-models</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
</parent>

<artifactId>archetype-packaging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-archetype-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
</parent>

<!--
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<packaging>pom</packaging>

<name>Maven Archetype</name>
Expand All @@ -50,7 +50,7 @@
<scm>
<connection>${maven.archetype.scm.devConnection}</connection>
<developerConnection>${maven.archetype.scm.devConnection}</developerConnection>
<tag>HEAD</tag>
<tag>maven-archetype-3.3.1</tag>
<url>https://github.com/apache/maven-archetype/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
Expand All @@ -77,7 +77,7 @@
<javaVersion>8</javaVersion>
<netbeans.hint.useExternalMaven>true</netbeans.hint.useExternalMaven>
<maven.site.path>archetype-archives/archetype-LATEST</maven.site.path>
<project.build.outputTimestamp>2024-09-22T21:34:43Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-25T06:02:02Z</project.build.outputTimestamp>
<maven.javadoc.failOnWarnings>false</maven.javadoc.failOnWarnings>
</properties>

Expand Down

0 comments on commit e721b39

Please sign in to comment.