Skip to content

Commit 2a10e28

Browse files
committed
[maven-release-plugin] prepare release really-executable-jar-maven-plugin-2.1.0
1 parent 3882b84 commit 2a10e28

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
~ See the License for the specific language governing permissions and
1212
~ limitations under the License.
1313
-->
14-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14+
<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/xsd/maven-4.0.0.xsd">
1615
<modelVersion>4.0.0</modelVersion>
1716

1817
<parent>
@@ -23,7 +22,7 @@
2322

2423
<groupId>org.skife.maven</groupId>
2524
<artifactId>really-executable-jar-maven-plugin</artifactId>
26-
<version>2.1.0-SNAPSHOT</version>
25+
<version>2.1.0</version>
2726
<packaging>maven-plugin</packaging>
2827

2928
<name>Really Executable Jar Maven Plugin</name>
@@ -50,7 +49,7 @@
5049
<connection>scm:git:git://github.com/brianm/really-executable-jars-maven-plugin.git</connection>
5150
<developerConnection>scm:git:[email protected]:brianm/really-executable-jars-maven-plugin.git</developerConnection>
5251
<url>https://github.com/brianm/really-executable-jars-maven-plugin</url>
53-
<tag>HEAD</tag>
52+
<tag>really-executable-jar-maven-plugin-2.1.0</tag>
5453
</scm>
5554

5655
<properties>

0 commit comments

Comments
 (0)