Skip to content

Commit

Permalink
[maven-release-plugin] prepare release bugclerk-1.0.4.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Jan 14, 2019
1 parent 1c01180 commit f4e202e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.jboss.jbossset</groupId>
<artifactId>bugclerk</artifactId>
<version>1.0.4.Final-SNAPSHOT</version>
<version>1.0.4.Final</version>
<!--relativePath /-->
</parent>

<groupId>org.jboss.jbossset</groupId>
<artifactId>bugclerk-core</artifactId>
<version>1.0.4.Final-SNAPSHOT</version>
<version>1.0.4.Final</version>
<packaging>jar</packaging>
<description>Bugclerk - Core</description>

Expand Down
6 changes: 3 additions & 3 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<parent>
<groupId>org.jboss.jbossset</groupId>
<artifactId>bugclerk</artifactId>
<version>1.0.4.Final-SNAPSHOT</version>
<version>1.0.4.Final</version>
<!--relativePath /-->
</parent>

<groupId>org.jboss.jbossset</groupId>
<artifactId>bugclerk-dist</artifactId>
<version>1.0.4.Final-SNAPSHOT</version>
<version>1.0.4.Final</version>
<packaging>jar</packaging>
<name>Bug Clerk - Dist</name>

<dependencies>
<dependency>
<groupId>org.jboss.jbossset</groupId>
<artifactId>bugclerk-core</artifactId>
<version>1.0.4.Final-SNAPSHOT</version>
<version>1.0.4.Final</version>
</dependency>

<!-- Others deps -->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.jboss.jbossset</groupId>
<artifactId>bugclerk</artifactId>
<version>1.0.4.Final-SNAPSHOT</version>
<version>1.0.4.Final</version>
<packaging>pom</packaging>
<name>Bug Clerk</name>
<description>A inspection tool for bug/task entry, to check the quality of it and ensures it complies to defines rules and processes</description>
Expand Down Expand Up @@ -39,7 +39,7 @@
<connection>scm:git:github.com/jboss-set/bug-clerk</connection>
<developerConnection>scm:git:git@github.com:jboss-set/bug-clerk</developerConnection>
<url>https://github.com/jboss-set/bug-clerk</url>
<tag>HEAD</tag>
<tag>bugclerk-1.0.4.Final</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit f4e202e

Please sign in to comment.