Skip to content

Commit

Permalink
[maven-release-plugin] prepare release args4j-site-2.36
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Mar 6, 2024
1 parent 81a8344 commit 03c5e05
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion args4j-maven-plugin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>args4j</groupId>
<artifactId>args4j-site</artifactId>
<version>2.36-SNAPSHOT</version>
<version>2.36</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>args4j-maven-plugin-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion args4j-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>args4j</groupId>
<artifactId>args4j-site</artifactId>
<version>2.36-SNAPSHOT</version>
<version>2.36</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.kohsuke.args4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion args4j-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>args4j</groupId>
<artifactId>args4j-site</artifactId>
<version>2.36-SNAPSHOT</version>
<version>2.36</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>args4j-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion args4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>args4j</groupId>
<artifactId>args4j-site</artifactId>
<version>2.36-SNAPSHOT</version>
<version>2.36</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>args4j</artifactId>
Expand Down
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>org.kohsuke</groupId>
Expand All @@ -11,7 +10,7 @@
<groupId>args4j</groupId>
<artifactId>args4j-site</artifactId>
<name>args4j parent</name>
<version>2.36-SNAPSHOT</version>
<version>2.36</version>
<packaging>pom</packaging>
<description>args4j : Java command line arguments parser</description>
<url>http://args4j.kohsuke.org/</url>
Expand Down Expand Up @@ -66,7 +65,7 @@
<connection>scm:git:[email protected]/kohsuke/args4j.git</connection>
<developerConnection>scm:git:ssh://[email protected]/kohsuke/args4j.git</developerConnection>
<url>http://args4j.kohsuke.org/</url>
<tag>HEAD</tag>
<tag>args4j-site-2.36</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -146,7 +145,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -159,7 +158,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 03c5e05

Please sign in to comment.