Skip to content

Commit

Permalink
SAK-40004 - Update Maven Plugins (sakaiproject#5786)
Browse files Browse the repository at this point in the history
* maven-compiler -> 3.7

* maven-enforcer-plugin -> 1.4.1

* groupId redundat, cause it is inheret from parent

* fixed warning
  • Loading branch information
Raul Hidalgo Caballero authored and ern committed Jul 11, 2018
1 parent 21589c9 commit 8ce4c47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2178,7 +2178,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4</version>
<version>1.4.1</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand Down Expand Up @@ -2223,7 +2223,7 @@
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<version>3.7.0</version>
<configuration>
<!-- <compilerArguments> <verbose /> </compilerArguments> -->
<source>${sakai.jdk.version}</source>
Expand Down
2 changes: 1 addition & 1 deletion rubrics/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</parent>

<name>Sakai Rubrics - Manager Tool</name>
<groupId>org.sakaiproject.rubrics</groupId>
<artifactId>rubrics-service</artifactId>
<packaging>war</packaging>

Expand Down Expand Up @@ -215,6 +214,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
Expand Down

0 comments on commit 8ce4c47

Please sign in to comment.