Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit f4e202e

Browse files
committed
[maven-release-plugin] prepare release bugclerk-1.0.4.Final
1 parent 1c01180 commit f4e202e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.jboss.jbossset</groupId>
77
<artifactId>bugclerk</artifactId>
8-
<version>1.0.4.Final-SNAPSHOT</version>
8+
<version>1.0.4.Final</version>
99
<!--relativePath /-->
1010
</parent>
1111

1212
<groupId>org.jboss.jbossset</groupId>
1313
<artifactId>bugclerk-core</artifactId>
14-
<version>1.0.4.Final-SNAPSHOT</version>
14+
<version>1.0.4.Final</version>
1515
<packaging>jar</packaging>
1616
<description>Bugclerk - Core</description>
1717

dist/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<parent>
66
<groupId>org.jboss.jbossset</groupId>
77
<artifactId>bugclerk</artifactId>
8-
<version>1.0.4.Final-SNAPSHOT</version>
8+
<version>1.0.4.Final</version>
99
<!--relativePath /-->
1010
</parent>
1111

1212
<groupId>org.jboss.jbossset</groupId>
1313
<artifactId>bugclerk-dist</artifactId>
14-
<version>1.0.4.Final-SNAPSHOT</version>
14+
<version>1.0.4.Final</version>
1515
<packaging>jar</packaging>
1616
<name>Bug Clerk - Dist</name>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>org.jboss.jbossset</groupId>
2121
<artifactId>bugclerk-core</artifactId>
22-
<version>1.0.4.Final-SNAPSHOT</version>
22+
<version>1.0.4.Final</version>
2323
</dependency>
2424

2525
<!-- Others deps -->

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.jboss.jbossset</groupId>
1313
<artifactId>bugclerk</artifactId>
14-
<version>1.0.4.Final-SNAPSHOT</version>
14+
<version>1.0.4.Final</version>
1515
<packaging>pom</packaging>
1616
<name>Bug Clerk</name>
1717
<description>A inspection tool for bug/task entry, to check the quality of it and ensures it complies to defines rules and processes</description>
@@ -39,7 +39,7 @@
3939
<connection>scm:git:github.com/jboss-set/bug-clerk</connection>
4040
<developerConnection>scm:git:[email protected]:jboss-set/bug-clerk</developerConnection>
4141
<url>https://github.com/jboss-set/bug-clerk</url>
42-
<tag>HEAD</tag>
42+
<tag>bugclerk-1.0.4.Final</tag>
4343
</scm>
4444

4545
<dependencies>

0 commit comments

Comments
 (0)