Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rapkalya committed Oct 31, 2023
1 parent 359ca79 commit 7ee8b78
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 39 deletions.
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>common</artifactId>
<groupId>com.publicissapient.kpidashboard</groupId>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>
<packaging>jar</packaging>
<description>Common package used by all microservices</description>

Expand Down Expand Up @@ -259,6 +259,6 @@
</build>

<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions customapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>com.publicissapient.kpidashboard</groupId>
<artifactId>customapi</artifactId>
<description>Rest API Layer</description>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>
<packaging>jar</packaging>


Expand Down Expand Up @@ -460,7 +460,7 @@
</profiles>

<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>

4 changes: 2 additions & 2 deletions kafka-consumers/notification-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.publicissapient.kpidashboard</groupId>
<artifactId>notification-consumer</artifactId>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>
<name>notification-consumer</name>
<description>Notification consumer for Apache Kafka</description>
<properties>
Expand Down Expand Up @@ -136,7 +136,7 @@
</build>

<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<packaging>pom</packaging>
<groupId>com.publicissapient.kpidashboard</groupId>
<artifactId>Kpidashboard</artifactId>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<properties>
<docker.useConfigFile>false</docker.useConfigFile>
Expand All @@ -32,7 +32,7 @@
<connection>scm:git:https://github.com/PublicisSapient/PSknowHOW.git</connection>
<developerConnection>scm:git:https://github.com/PublicisSapient/PSknowHOW.git</developerConnection>
<url>https://github.com/PublicisSapient/PSknowHOW.git</url>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>

<profiles>
Expand Down
4 changes: 2 additions & 2 deletions processors/azure-boards/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>com.publicissapient.kpidashboard</groupId>
<artifactId>azure-processor</artifactId>
<description>Azure processor fetches data from Azure api</description>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -308,6 +308,6 @@
</build>

<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions processors/azure-pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>com.publicissapient.kpidashboard</groupId>
<description>Azure Pipeline Build Processor Microservice</description>
<packaging>jar</packaging>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -179,6 +179,6 @@


<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions processors/azure-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<description>Azure Repo processor service</description>
<packaging>jar</packaging>
<artifactId>azurerepo-processor</artifactId>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -229,6 +229,6 @@


<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions processors/bamboo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<description>bamboo processor</description>
<packaging>jar</packaging>
<artifactId>bamboo-processor</artifactId>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -222,6 +222,6 @@


<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions processors/bitbucket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<description>Bitbucket processor service</description>
<packaging>jar</packaging>
<artifactId>bitbucket-processor</artifactId>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -247,7 +247,7 @@


<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>

4 changes: 2 additions & 2 deletions processors/github-action/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<description>Github Actions processor service</description>
<packaging>jar</packaging>
<artifactId>githubaction-processor</artifactId>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -236,7 +236,7 @@


<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>

4 changes: 2 additions & 2 deletions processors/github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<description>Github processor service</description>
<packaging>jar</packaging>
<artifactId>github-processor</artifactId>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -234,7 +234,7 @@


<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>

4 changes: 2 additions & 2 deletions processors/gitlab/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<description>GitLab processor service</description>
<packaging>jar</packaging>
<artifactId>gitlab-processor</artifactId>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -239,6 +239,6 @@


<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions processors/jenkins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<groupId>com.publicissapient.kpidashboard</groupId>
<description>Jenkins Build Processor Microservice</description>
<packaging>jar</packaging>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -160,7 +160,7 @@


<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>

4 changes: 2 additions & 2 deletions processors/jira-xray-zephyr-squad/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>com.publicissapient.kpidashboard</groupId>
<description>Jira Test Processor Microservice</description>
<packaging>jar</packaging>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -304,6 +304,6 @@
</build>

<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions processors/jira-zephyr-scale/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>com.publicissapient.kpidashboard</groupId>
<description>Zephyr Processor Microservice</description>
<packaging>jar</packaging>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -180,6 +180,6 @@
</build>

<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>
8 changes: 3 additions & 5 deletions processors/jira/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
the specific language governing permissions and limitations under the License.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.publicissapient.kpidashboard</groupId>
<artifactId>jira-processor</artifactId>
<description>Jira processor fetches data from JIRA api</description>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -359,6 +357,6 @@
</build>

<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions processors/sonar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>com.publicissapient.kpidashboard</groupId>
<description>CodeQuality Processor Microservice</description>
<packaging>jar</packaging>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -225,6 +225,6 @@


<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions processors/teamcity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>com.publicissapient.kpidashboard</groupId>
<description>Teamcity Build Processor Microservice</description>
<packaging>jar</packaging>
<version>7.10.0-SNAPSHOT</version>
<version>8.0.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -199,6 +199,6 @@


<scm>
<tag>4.6.1</tag>
<tag>8.0.0</tag>
</scm>
</project>

0 comments on commit 7ee8b78

Please sign in to comment.