Skip to content

Commit

Permalink
[maven-release-plugin] prepare release openapi-dart-generator-6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvowles committed Jul 16, 2022
1 parent 3a2cb04 commit e838f26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>openapi-dart-generator</artifactId>
<packaging>jar</packaging>
<name>openapi-dart-generator</name>
<version>6.1-SNAPSHOT</version>
<version>6.1</version>

<description>
dart2 generator from openapi 3.x spec files. Changing to openapitools dependencies.
Expand All @@ -30,7 +30,7 @@
<connection>scm:git:[email protected]:dart-ogurets/dart-openapi-maven.git</connection>
<developerConnection>scm:git:[email protected]:dart-ogurets/dart-openapi-maven.git</developerConnection>
<url>[email protected]:dart-ogurets/dart-openapi-maven.git</url>
<tag>HEAD</tag>
<tag>openapi-dart-generator-6.1</tag>
</scm>

<properties>
Expand Down Expand Up @@ -168,13 +168,13 @@
<execution>
<id>default-compile</id>
<phase>none</phase>
<configuration/>
<configuration />
</execution>
<!-- Replacing default-testCompile as it is treated specially by maven -->
<execution>
<id>default-testCompile</id>
<phase>none</phase>
<configuration/>
<configuration />
</execution>
<execution>
<id>java-compile</id>
Expand Down

0 comments on commit e838f26

Please sign in to comment.