Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christianpoitras committed Jan 29, 2014
1 parent 356d334 commit 7d83678
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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>
Expand All @@ -11,7 +10,7 @@

<groupId>org.stripesstuff</groupId>
<artifactId>stripesstuff</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>jar</packaging>

<name>StripesStuff</name>
Expand Down Expand Up @@ -68,7 +67,8 @@
<connection>scm:git:git://github.com/StripesFramework/stripes-stuff.git</connection>
<developerConnection>scm:git:[email protected]:StripesFramework/stripes-stuff.git</developerConnection>
<url>https://github.com/StripesFramework/stripes-stuff</url>
</scm>
<tag>0.4.1</tag>
</scm>

<build>
<pluginManagement>
Expand Down

0 comments on commit 7d83678

Please sign in to comment.