Skip to content

Commit

Permalink
SAK-48998 Footer build info is missing (sakaiproject#11659)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored Jun 11, 2023
1 parent 12b7718 commit 8b5931c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<versionRange>[1.6,)</versionRange>
<goals>
<goal>run</goal>
</goals>
Expand Down
5 changes: 5 additions & 0 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2679,6 +2679,11 @@
<artifactId>buildnumber-maven-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down
1 change: 0 additions & 1 deletion pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.6</version>
</plugin>
<plugin>
<inherited>true</inherited>
Expand Down
1 change: 0 additions & 1 deletion webjars/ckeditor-a11ychecker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<phase>process-resources</phase>
Expand Down
1 change: 0 additions & 1 deletion webjars/ckeditor-balloonpanel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<phase>process-resources</phase>
Expand Down

0 comments on commit 8b5931c

Please sign in to comment.