Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Apr 4, 2022
1 parent 09b7d94 commit 8ca9f51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -11,14 +11,14 @@
<packaging>jar</packaging>
<groupId>org.webjars</groupId>
<artifactId>swagger-ui</artifactId>
<version>4.10.3</version>
<version>4.10.4-SNAPSHOT</version>
<name>Swagger UI</name>
<description>WebJar for Swagger UI</description>
<url>http://webjars.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>1649103080</project.build.outputTimestamp>
<project.build.outputTimestamp>1649103097</project.build.outputTimestamp>
<upstream.url>https://github.com/swagger-api/swagger-ui/archive/v${version.unrevise}.zip</upstream.url>
<destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${project.version}</destDir>
<requirejs>
Expand Down Expand Up @@ -48,7 +48,7 @@
<url>http://github.com/webjars/swagger-ui</url>
<connection>scm:git:https://github.com/webjars/swagger-ui.git</connection>
<developerConnection>scm:git:https://github.com/webjars/swagger-ui.git</developerConnection>
<tag>swagger-ui-4.10.3</tag>
<tag>HEAD</tag>
</scm>

<build>
Expand Down

0 comments on commit 8ca9f51

Please sign in to comment.