Skip to content

Commit 1f32cc8

Browse files
committed
Remove old comments from pom.xml & add /tools/genCPPcrosslangFiles.sh to
gitignore.
1 parent c02b5df commit 1f32cc8

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ _*
7171
_*/
7272

7373
# Sketch binary test files
74-
*.sk
74+
*.sk
75+
/tools/genCPPcrossLangFiles.sh

pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,21 +99,20 @@ under the License.
9999
<project.reporting.outputDirectory>${project.build.directory}/site</project.reporting.outputDirectory>
100100
<maven.build.timestamp.format>yyyy-MM-dd'T'HH-mm-ss'Z'</maven.build.timestamp.format>
101101

102-
<!-- Covered by Apache Parent POM -->
103102
<!-- org.apache.maven plugins -->
104103
<maven-assembly-plugin.version>3.8.0</maven-assembly-plugin.version>
105-
<maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version> <!-- parent 37: 3.14.1 -->
104+
<maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version>
106105
<maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version>
107106
<maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version>
108107
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
109108
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
110109
<maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version>
111110
<maven-release-plugin.version>3.3.1</maven-release-plugin.version>
112111
<maven-source-plugin.version>3.4.0</maven-source-plugin.version>
113-
<maven-surefire-failsafe-plugins.version>3.5.4</maven-surefire-failsafe-plugins.version> <!-- for surefire, failsafe and surefire-report -->
112+
<maven-surefire-failsafe-plugins.version>3.5.4</maven-surefire-failsafe-plugins.version> <!-- surefire, failsafe, surefire-report -->
114113

115114
<!-- org.apache.rat plugins -->
116-
<apache-rat-plugin.version>0.17</apache-rat-plugin.version> <!-- parent 37: 0.16.1 -->
115+
<apache-rat-plugin.version>0.17</apache-rat-plugin.version>
117116

118117
<!-- Not covered by Apache Parent POM-->
119118
<maven-toolchains-plugin.version>3.2.0</maven-toolchains-plugin.version>
@@ -162,7 +161,6 @@ under the License.
162161
</plugin>
163162

164163
<plugin>
165-
<!-- Apache Parent pom: apache-release profile -->
166164
<groupId>org.apache.maven.plugins</groupId>
167165
<artifactId>maven-deploy-plugin</artifactId>
168166
<version>${maven-deploy-plugin.version}</version>
@@ -642,7 +640,6 @@ under the License.
642640
<pluginManagement>
643641
<plugins>
644642
<plugin>
645-
<!-- Apache Parent pom, pluginManagement-->
646643
<groupId>org.apache.maven.plugins</groupId>
647644
<artifactId>maven-surefire-plugin</artifactId>
648645
<configuration>
@@ -661,7 +658,6 @@ under the License.
661658
<pluginManagement>
662659
<plugins>
663660
<plugin>
664-
<!-- Apache Parent pom, pluginManagement-->
665661
<groupId>org.apache.maven.plugins</groupId>
666662
<artifactId>maven-surefire-plugin</artifactId>
667663
<configuration>
@@ -680,7 +676,6 @@ under the License.
680676
<pluginManagement>
681677
<plugins>
682678
<plugin>
683-
<!-- Apache Parent pom, pluginManagement-->
684679
<groupId>org.apache.maven.plugins</groupId>
685680
<artifactId>maven-surefire-plugin</artifactId>
686681
<configuration>
@@ -700,7 +695,6 @@ under the License.
700695
<pluginManagement>
701696
<plugins>
702697
<plugin>
703-
<!-- Apache Parent pom, pluginManagement-->
704698
<groupId>org.apache.maven.plugins</groupId>
705699
<artifactId>maven-surefire-plugin</artifactId>
706700
<configuration>

0 commit comments

Comments
 (0)