Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bnasslahsen committed May 29, 2020
1 parent 324bbf2 commit ed3b489
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 18 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi</artifactId>
<version>1.3.10-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>pom</packaging>
<name>Spring openapi documentation generator</name>
<description>Spring openapi documentation generator</description>
Expand Down Expand Up @@ -38,7 +36,7 @@
<connection>scm:git:git@github.com:springdoc/springdoc-openapi.git</connection>
<developerConnection>scm:git:git@github.com:springdoc/springdoc-openapi.git
</developerConnection>
<tag>v1.2.11-SNAPSHOT</tag>
<tag>v1.4.0</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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi</artifactId>
<version>1.3.10-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<dependencies>
<dependency>
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 @@ -3,7 +3,7 @@
<parent>
<artifactId>springdoc-openapi</artifactId>
<groupId>org.springdoc</groupId>
<version>1.3.10-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -3,7 +3,7 @@
<parent>
<artifactId>springdoc-openapi</artifactId>
<groupId>org.springdoc</groupId>
<version>1.3.10-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions springdoc-openapi-hateoas/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>springdoc-openapi</artifactId>
<groupId>org.springdoc</groupId>
<version>1.3.10-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi</artifactId>
<version>1.3.10-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<dependencies>
<!-- springdoc-common -->
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 @@ -3,7 +3,7 @@
<parent>
<artifactId>springdoc-openapi</artifactId>
<groupId>org.springdoc</groupId>
<version>1.3.10-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi</artifactId>
<version>1.3.10-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<dependencies>
<!-- springdoc-core -->
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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi</artifactId>
<version>1.3.10-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<dependencies>
<!-- springdoc-common -->
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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi</artifactId>
<version>1.3.10-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<dependencies>
<!-- springdoc-core -->
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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi</artifactId>
<version>1.3.10-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<dependencies>
<!-- springdoc-common -->
Expand Down

0 comments on commit ed3b489

Please sign in to comment.