Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Automation Server committed Feb 28, 2021
1 parent 7295b2e commit a038940
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.5</version>
<packaging>pom</packaging>
<name>Spring openapi documentation generator</name>
<description>Spring openapi documentation generator</description>
Expand Down Expand Up @@ -36,7 +36,7 @@
<connection>scm:git:[email protected]:springdoc/springdoc-openapi.git</connection>
<developerConnection>scm:git:[email protected]:springdoc/springdoc-openapi.git
</developerConnection>
<tag>HEAD</tag>
<tag>v1.5.5</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down
2 changes: 1 addition & 1 deletion springdoc-openapi-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.5</version>
</parent>
<artifactId>springdoc-openapi-common</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion springdoc-openapi-data-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>springdoc-openapi</artifactId>
<groupId>org.springdoc</groupId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.5</version>
</parent>
<artifactId>springdoc-openapi-data-rest</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion springdoc-openapi-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>springdoc-openapi</artifactId>
<groupId>org.springdoc</groupId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.5</version>
</parent>
<artifactId>springdoc-openapi-groovy</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion springdoc-openapi-hateoas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>springdoc-openapi</artifactId>
<groupId>org.springdoc</groupId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.5</version>
</parent>
<artifactId>springdoc-openapi-hateoas</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion springdoc-openapi-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.5</version>
</parent>
<artifactId>springdoc-openapi-kotlin</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion springdoc-openapi-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>springdoc-openapi</artifactId>
<groupId>org.springdoc</groupId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.5</version>
</parent>
<artifactId>springdoc-openapi-security</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion springdoc-openapi-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.5</version>
</parent>
<artifactId>springdoc-openapi-ui</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion springdoc-openapi-webflux-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.5</version>
</parent>
<artifactId>springdoc-openapi-webflux-core</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion springdoc-openapi-webflux-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.5</version>
</parent>
<artifactId>springdoc-openapi-webflux-ui</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion springdoc-openapi-webmvc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.5</version>
</parent>
<artifactId>springdoc-openapi-webmvc-core</artifactId>
<dependencies>
Expand Down

0 comments on commit a038940

Please sign in to comment.