Skip to content

Commit

Permalink
[maven-release-plugin] prepare release recog-parent-0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
camci-r7 committed May 26, 2022
1 parent 48962db commit e9a2ec0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.rapid7.recog</groupId>
<artifactId>build-tools</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<description>Maven plugins build tools</description>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.rapid7.recog</groupId>
<artifactId>recog-parent</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
<packaging>pom</packaging>
<name>Recog Parent</name>
<url>https://github.com/rapid7/recog-java</url>
Expand All @@ -14,7 +14,7 @@
<connection>scm:git:[email protected]:rapid7/recog-java.git</connection>
<developerConnection>scm:git:[email protected]:rapid7/recog-java.git</developerConnection>
<url>https://github.com/rapid7/recog-java</url>
<tag>recog-parent-0.8.1</tag>
<tag>recog-parent-0.8.2</tag>
</scm>

<developers>
Expand Down Expand Up @@ -201,7 +201,7 @@
<dependency>
<groupId>com.rapid7.recog</groupId>
<artifactId>build-tools</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion recog-verify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.rapid7.recog</groupId>
<artifactId>recog-parent</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion recog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.rapid7.recog</groupId>
<artifactId>recog-parent</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
</parent>

<properties>
Expand Down

0 comments on commit e9a2ec0

Please sign in to comment.