Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Dec 21, 2015
1 parent f297c13 commit 30f297f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
8 changes: 3 additions & 5 deletions logsniffer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@
PURPOSE. See the GNU General Public License for more details. You should
have received a copy of the GNU General Public License along with this program.
If not, see <http://www.gnu.org/licenses />. -->
<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>
<artifactId>logsniffer-core</artifactId>
<packaging>jar</packaging>
<name>Logsniffer Core Module</name>
<parent>
<groupId>com.logsniffer</groupId>
<artifactId>logsniffer-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -76,8 +75,7 @@
</goals>
<configuration>
<tasks>
<move file="${project.build.directory}/web.xml"
tofile="${project.build.outputDirectory}/META-INF/web-fragment.xml" />
<move file="${project.build.directory}/web.xml" tofile="${project.build.outputDirectory}/META-INF/web-fragment.xml" />
</tasks>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion logsniffer-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.logsniffer</groupId>
<artifactId>logsniffer-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
PURPOSE. See the GNU General Public License for more details. You should
have received a copy of the GNU General Public License along with this program.
If not, see <http://www.gnu.org/licenses />. -->
<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>com.logsniffer</groupId>
<artifactId>logsniffer-parent</artifactId>
<packaging>pom</packaging>
<name>LogSniffer Parent POM</name>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
<description>logsniffer is a sophisticated open source web tool for viewing, monitoring and analysing log data - smarter and easier.</description>

<properties>
Expand All @@ -28,7 +27,7 @@
<connection>scm:git:git://github.com:logsniffer/logsniffer.git</connection>
<developerConnection>scm:git:git@github.com:logsniffer/logsniffer.git</developerConnection>
<url>https://github.com/logsniffer/logsniffer.git</url>
<tag>0.2.1</tag>
<tag>0.5.1</tag>
</scm>

<developers>
Expand Down

0 comments on commit 30f297f

Please sign in to comment.