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.1.0
  • Loading branch information
hft-team-city committed May 24, 2022
1 parent 3f69195 commit 16ceb9a
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.1.0-SNAPSHOT</version>
<version>1.1.0</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.1.0-SNAPSHOT</version>
<version>1.1.0</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.1.0-SNAPSHOT</version>
<version>1.1.0</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.1.0-SNAPSHOT</version>
<version>1.1.0</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.1.0-SNAPSHOT</version>
<version>1.1.0</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.1.0-SNAPSHOT</version>
<version>1.1.0</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.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>

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

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

<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-release-notes-model</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</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.1.0-SNAPSHOT</version>
<version>1.1.0</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.1.0-SNAPSHOT</version>
<version>1.1.0</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.1.0-SNAPSHOT</version>
<version>1.1.0</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.1.0-SNAPSHOT</version>
<version>1.1.0</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.1.0</tag>
</scm>
</project>

0 comments on commit 16ceb9a

Please sign in to comment.