Skip to content

Commit

Permalink
#1092 fixed vers
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2022
1 parent c2d778d commit bae564a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
14 changes: 5 additions & 9 deletions qulice-maven-plugin/pom.xml
Expand Up @@ -38,10 +38,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<artifactId>qulice-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>qulice-maven-plugin</name>
<properties>
<maven.version>3.0.5</maven.version>
<pmd.version>6.10.0</pmd.version>
</properties>
<dependencies>
<dependency>
<groupId>org.cactoos</groupId>
Expand Down Expand Up @@ -148,22 +144,22 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven.version}</version>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${maven.version}</version>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>${maven.version}</version>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>${maven.version}</version>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down Expand Up @@ -235,7 +231,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>${pmd.version}</version>
<version>6.10.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
9 changes: 3 additions & 6 deletions qulice-pmd/pom.xml
Expand Up @@ -38,9 +38,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<artifactId>qulice-pmd</artifactId>
<packaging>jar</packaging>
<name>qulice-pmd</name>
<properties>
<pmd.version>6.10.0</pmd.version>
</properties>
<dependencies>
<dependency>
<groupId>com.qulice</groupId>
Expand All @@ -67,17 +64,17 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>${pmd.version}</version>
<version>6.10.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>${pmd.version}</version>
<version>6.10.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-jsp</artifactId>
<version>${pmd.version}</version>
<version>6.10.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit bae564a

Please sign in to comment.