Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 3, 2024
1 parent 5abfae3 commit d0f1790
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion alias-fastinstall-quickly-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.l2x6.cq</groupId>
<artifactId>cq</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.9.1</version>
</parent>

<artifactId>cq-alias-fastinstall-quickly-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camel-prod-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.l2x6.cq</groupId>
<artifactId>cq</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.9.1</version>
</parent>

<artifactId>cq-camel-prod-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camel-spring-boot-prod-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.l2x6.cq</groupId>
<artifactId>cq</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.9.1</version>
</parent>

<artifactId>cq-camel-spring-boot-prod-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.l2x6.cq</groupId>
<artifactId>cq</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.9.1</version>
</parent>

<artifactId>cq-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion filtered-external-enforcer-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.l2x6.cq</groupId>
<artifactId>cq</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.9.1</version>
</parent>

<artifactId>cq-filtered-external-enforcer-rules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.l2x6.cq</groupId>
<artifactId>cq</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.9.1</version>
</parent>

<artifactId>cq-maven-plugin</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.l2x6.cq</groupId>
<artifactId>cq</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.9.1</version>
<packaging>pom</packaging>

<name>CQ</name>
Expand Down Expand Up @@ -53,7 +53,7 @@
<connection>scm:git:[email protected]:l2x6/cq-maven-plugin.git</connection>
<developerConnection>scm:git:[email protected]:l2x6/cq-maven-plugin.git</developerConnection>
<url>https://github.com/l2x6/cq-maven-plugin</url>
<tag>head</tag>
<tag>4.9.1</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
Expand Down Expand Up @@ -215,17 +215,17 @@
<dependency>
<groupId>org.l2x6.cq</groupId>
<artifactId>cq-common</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.9.1</version>
</dependency>
<dependency>
<groupId>org.l2x6.cq</groupId>
<artifactId>cq-test-utils</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.9.1</version>
</dependency>
<dependency>
<groupId>org.l2x6.cq</groupId>
<artifactId>cq-maven-plugin</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.9.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion prod-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.l2x6.cq</groupId>
<artifactId>cq</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.9.1</version>
</parent>

<artifactId>cq-prod-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.l2x6.cq</groupId>
<artifactId>cq</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.9.1</version>
</parent>

<artifactId>cq-test-utils</artifactId>
Expand Down

0 comments on commit d0f1790

Please sign in to comment.