Skip to content

Commit

Permalink
Upgrade com.github.gantsign.maven.plugin-tools:kotlin-maven-plugin-to…
Browse files Browse the repository at this point in the history
…ols (#1633)

### What's done:

 - Upgraded a `plugin` plug-in dependency (used only during a release).
  • Loading branch information
0x6675636b796f75676974687562 authored Mar 17, 2023
1 parent fceabd5 commit 08c1eda
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions diktat-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,16 +281,6 @@
<profile>
<!-- enable maven plugin documentation generation only for release builds to speed up ordinary builds -->
<id>release</id>
<pluginRepositories>
<pluginRepository>
<id>kotlin-maven-plugin-tools</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/gantsign/kotlin-maven-plugin-tools</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -322,7 +312,7 @@
<dependency>
<groupId>com.github.gantsign.maven.plugin-tools</groupId>
<artifactId>kotlin-maven-plugin-tools</artifactId>
<version>0.9.26</version>
<version>1.1.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 08c1eda

Please sign in to comment.