Skip to content

Commit

Permalink
[maven-release-plugin] prepare release chronicle-release-notes-parent…
Browse files Browse the repository at this point in the history
…-1.0.7
  • Loading branch information
teamcity_hft committed Oct 7, 2021
1 parent 3fa11c5 commit e44403d
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.openhft</groupId>
<artifactId>chronicle-release-notes-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<artifactId>chronicle-release-notes-cli</artifactId>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-release-notes-connector-all</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion connector/connector-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.openhft</groupId>
<artifactId>chronicle-release-notes-connector-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<artifactId>chronicle-release-notes-connector-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connector/connector-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.openhft</groupId>
<artifactId>chronicle-release-notes-connector-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<artifactId>chronicle-release-notes-connector-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connector/connector-github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.openhft</groupId>
<artifactId>chronicle-release-notes-connector-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<artifactId>chronicle-release-notes-connector-github</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.openhft</groupId>
<artifactId>chronicle-release-notes-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<artifactId>chronicle-release-notes-connector-parent</artifactId>
Expand All @@ -24,25 +24,25 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-release-notes-connector-api</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</dependency>

<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-release-notes-connector-github</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</dependency>

<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-release-notes-creator</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</dependency>

<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-release-notes-model</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions creator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.openhft</groupId>
<artifactId>chronicle-release-notes-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<artifactId>chronicle-release-notes-creator</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-release-notes-model</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.openhft</groupId>
<artifactId>chronicle-release-notes-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<artifactId>chronicle-release-notes-model</artifactId>
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 @@
</parent>

<artifactId>chronicle-release-notes-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<packaging>pom</packaging>

<name>Chronicle Release Notes</name>
Expand Down Expand Up @@ -247,6 +247,6 @@
<url>scm:git:[email protected]:OpenHFT/Chronicle-Release-Notes.git</url>
<connection>scm:git:[email protected]:OpenHFT/Chronicle-Release-Notes.git</connection>
<developerConnection>scm:git:[email protected]:OpenHFT/Chronicle-Release-Notes.git</developerConnection>
<tag>develop</tag>
<tag>chronicle-release-notes-parent-1.0.7</tag>
</scm>
</project>

0 comments on commit e44403d

Please sign in to comment.