File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
net.sourceforge.pmd.eclipse.plugin Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ This is a minor release.
1313
1414### New and noteworthy
1515
16+ * Updated to PMD 6.48.0-SNAPSHOT.
17+
1618### Fixed Issues
1719
1820* [ #163 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/163 ) : Bump tycho from 2.6.0 to 2.7.4
Original file line number Diff line number Diff line change 6262 <plugin >
6363 <groupId >org.apache.maven.plugins</groupId >
6464 <artifactId >maven-dependency-plugin</artifactId >
65- <version >2.7 </version >
65+ <version >3.3.0 </version >
6666 <configuration >
6767 <stripVersion >true</stripVersion >
6868 <prependGroupId >false</prependGroupId >
8787 <artifactItems >
8888 <artifactItem >
8989 <groupId >net.sourceforge.pmd</groupId >
90- <artifactId >pmd-test</artifactId >
90+ <artifactId >pmd-test-schema </artifactId >
9191 <version >${pmd.version} </version >
92- <includes >rule-tests_1_0_0.xsd</includes >
92+ <includes >net/sourceforge/pmd/test/schema/rule-tests_1_0_0.xsd</includes >
93+ <fileMappers >
94+ <org .codehaus.plexus.components.io.filemappers.RegExpFileMapper>
95+ <pattern >^\Qnet/sourceforge/pmd/test/schema/\E</pattern >
96+ <replacement >./</replacement >
97+ </org .codehaus.plexus.components.io.filemappers.RegExpFileMapper>
98+ </fileMappers >
9399 </artifactItem >
94100 </artifactItems >
95101 <outputDirectory >${project.build.directory} /schema</outputDirectory >
Original file line number Diff line number Diff line change 2222 <!-- https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md -->
2323 <tycho .version>2.7.4</tycho .version>
2424 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
25- <pmd .version>6.47.0 </pmd .version>
25+ <pmd .version>6.48.0-SNAPSHOT </pmd .version>
2626 <maven-antrun-plugin .version>1.8</maven-antrun-plugin .version>
2727 <pmd .build-tools.version>18</pmd .build-tools.version>
2828 <checkstyle .version>9.3</checkstyle .version>
You can’t perform that action at this time.
0 commit comments