Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clun committed Jul 10, 2023
1 parent 773f9dd commit d7e139e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ff4j-spring-boot-autoconfigure-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-spring-boot-starter-parent</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion ff4j-spring-boot-autoconfigure-webflux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-spring-boot-starter-parent</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>ff4j-spring-boot-autoconfigure-webflux</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion ff4j-spring-boot-autoconfigure-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-spring-boot-starter-parent</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>ff4j-spring-boot-autoconfigure-webmvc</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion ff4j-spring-boot-starter-webflux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-spring-boot-starter-parent</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>ff4j-spring-boot-starter-webflux</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion ff4j-spring-boot-starter-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-spring-boot-starter-parent</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>ff4j-spring-boot-starter-webmvc</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion ff4j-spring-rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-spring-boot-starter-parent</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<properties>
<license.path>${project.baseUri}../src/license</license.path>
Expand Down
2 changes: 1 addition & 1 deletion ff4j-spring-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-spring-boot-starter-parent</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<properties>
<license.path>${project.baseUri}../src/license</license.path>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-spring-boot-starter-parent</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- ~ MAIN INFO ~ -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
Expand Down Expand Up @@ -48,7 +48,7 @@
<developerConnection>scm:git:[email protected]:ff4j/ff4j-spring-boot-starter-parent.git
</developerConnection>
<url>[email protected]:ff4j/ff4j-spring-boot-starter-parent.git</url>
<tag>HEAD</tag>
<tag>2.0.0</tag>
</scm>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- ~ LICENSE (APACHE2) ~ -->
Expand Down

0 comments on commit d7e139e

Please sign in to comment.