Skip to content

Commit

Permalink
[exo-release](exo-swf) continuous-release-template-exo: social prepar…
Browse files Browse the repository at this point in the history
…e release 7.0.0-exo-20240925
  • Loading branch information
exo-swf committed Sep 25, 2024
1 parent f2f771b commit fd622b5
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion component/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-component</artifactId>
<groupId>io.meeds.social</groupId>
<version>7.0.x-exo-SNAPSHOT</version>
<version>7.0.0-exo-20240925</version>
</parent>
<artifactId>social-component-api</artifactId>
<name>Meeds:: PLF:: Social API</name>
Expand Down
2 changes: 1 addition & 1 deletion component/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-component</artifactId>
<groupId>io.meeds.social</groupId>
<version>7.0.x-exo-SNAPSHOT</version>
<version>7.0.0-exo-20240925</version>
</parent>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-component</artifactId>
<groupId>io.meeds.social</groupId>
<version>7.0.x-exo-SNAPSHOT</version>
<version>7.0.0-exo-20240925</version>
</parent>
<artifactId>social-component-core</artifactId>
<name>Meeds:: PLF:: Social Core Component</name>
Expand Down
2 changes: 1 addition & 1 deletion component/notification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-component</artifactId>
<groupId>io.meeds.social</groupId>
<version>7.0.x-exo-SNAPSHOT</version>
<version>7.0.0-exo-20240925</version>
</parent>
<artifactId>social-component-notification</artifactId>
<name>Meeds:: PLF:: Social Notification Component</name>
Expand Down
2 changes: 1 addition & 1 deletion component/oauth-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>social-component</artifactId>
<groupId>io.meeds.social</groupId>
<version>7.0.x-exo-SNAPSHOT</version>
<version>7.0.0-exo-20240925</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>social</artifactId>
<groupId>io.meeds.social</groupId>
<version>7.0.x-exo-SNAPSHOT</version>
<version>7.0.0-exo-20240925</version>
</parent>
<artifactId>social-component</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion component/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-component</artifactId>
<groupId>io.meeds.social</groupId>
<version>7.0.x-exo-SNAPSHOT</version>
<version>7.0.0-exo-20240925</version>
</parent>
<artifactId>social-component-service</artifactId>
<name>Meeds:: PLF:: Social Service Component</name>
Expand Down
2 changes: 1 addition & 1 deletion component/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-component</artifactId>
<groupId>io.meeds.social</groupId>
<version>7.0.x-exo-SNAPSHOT</version>
<version>7.0.0-exo-20240925</version>
</parent>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>social</artifactId>
<groupId>io.meeds.social</groupId>
<version>7.0.x-exo-SNAPSHOT</version>
<version>7.0.0-exo-20240925</version>
</parent>
<artifactId>social-extension</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion extension/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-extension</artifactId>
<groupId>io.meeds.social</groupId>
<version>7.0.x-exo-SNAPSHOT</version>
<version>7.0.0-exo-20240925</version>
</parent>
<artifactId>social-extension-war</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>
<groupId>io.meeds.social</groupId>
<artifactId>social</artifactId>
<version>7.0.x-exo-SNAPSHOT</version>
<version>7.0.0-exo-20240925</version>
<packaging>pom</packaging>
<name>Meeds:: PLF:: Social</name>
<description>Meeds Social - Enterprise Social Networking</description>
Expand All @@ -39,7 +39,7 @@
<scm>
<connection>scm:git:git://github.com/exoplatform/social.git</connection>
<developerConnection>scm:git:[email protected]:exoplatform/social.git</developerConnection>
<tag>HEAD</tag>
<tag>7.0.0-exo-20240925</tag>
<url>http://fisheye.exoplatform.org/browse/social</url>
</scm>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>social</artifactId>
<groupId>io.meeds.social</groupId>
<version>7.0.x-exo-SNAPSHOT</version>
<version>7.0.0-exo-20240925</version>
</parent>
<artifactId>social-webapp</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp/portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>social-webapp</artifactId>
<groupId>io.meeds.social</groupId>
<version>7.0.x-exo-SNAPSHOT</version>
<version>7.0.0-exo-20240925</version>
</parent>
<artifactId>social-webapp-portlet</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit fd622b5

Please sign in to comment.