Skip to content

Commit e838f26

Browse files
committed
[maven-release-plugin] prepare release openapi-dart-generator-6.1
1 parent 3a2cb04 commit e838f26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>openapi-dart-generator</artifactId>
55
<packaging>jar</packaging>
66
<name>openapi-dart-generator</name>
7-
<version>6.1-SNAPSHOT</version>
7+
<version>6.1</version>
88

99
<description>
1010
dart2 generator from openapi 3.x spec files. Changing to openapitools dependencies.
@@ -30,7 +30,7 @@
3030
<connection>scm:git:[email protected]:dart-ogurets/dart-openapi-maven.git</connection>
3131
<developerConnection>scm:git:[email protected]:dart-ogurets/dart-openapi-maven.git</developerConnection>
3232
<url>[email protected]:dart-ogurets/dart-openapi-maven.git</url>
33-
<tag>HEAD</tag>
33+
<tag>openapi-dart-generator-6.1</tag>
3434
</scm>
3535

3636
<properties>
@@ -168,13 +168,13 @@
168168
<execution>
169169
<id>default-compile</id>
170170
<phase>none</phase>
171-
<configuration/>
171+
<configuration />
172172
</execution>
173173
<!-- Replacing default-testCompile as it is treated specially by maven -->
174174
<execution>
175175
<id>default-testCompile</id>
176176
<phase>none</phase>
177-
<configuration/>
177+
<configuration />
178178
</execution>
179179
<execution>
180180
<id>java-compile</id>

0 commit comments

Comments
 (0)