Skip to content

Commit

Permalink
[maven-release-plugin] prepare release nuts-and-bolts-parent-3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Mar 23, 2018
1 parent 4c670d8 commit dc1bd0e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion nab-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ru.hh.nab</groupId>
<artifactId>nuts-and-bolts-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.6.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nab-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ru.hh.nab</groupId>
<artifactId>nuts-and-bolts-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.6.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nab-data-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ru.hh.nab</groupId>
<artifactId>nuts-and-bolts-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.6.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nab-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ru.hh.nab</groupId>
<artifactId>nuts-and-bolts-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.6.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nab-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ru.hh.nab</groupId>
<artifactId>nuts-and-bolts-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.6.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nab-testbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>ru.hh.nab</groupId>
<artifactId>nuts-and-bolts-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.6.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>ru.hh.nab</groupId>
<artifactId>nuts-and-bolts-parent</artifactId>
<packaging>pom</packaging>
<version>3.5.2-SNAPSHOT</version>
<version>3.6.0</version>

<name>nuts'n'bolts parent module</name>

Expand Down Expand Up @@ -140,6 +140,6 @@
<scm>
<connection>scm:git:git@github.com:hhru/nuts-and-bolts.git</connection>
<developerConnection>scm:git:git@github.com:hhru/nuts-and-bolts.git</developerConnection>
<tag>HEAD</tag>
<tag>nuts-and-bolts-parent-3.6.0</tag>
</scm>
</project>

0 comments on commit dc1bd0e

Please sign in to comment.