Skip to content

Commit

Permalink
Merge branch 'master' of github.com:entando/entando-core-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
ampie committed Aug 6, 2020
2 parents dfa18b9 + 11c0766 commit cb79241
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
4 changes: 4 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- entando-jx
reviewers:
- entando-jx
6 changes: 6 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
aliases:
- entando-jx
best-approvers:
- entando-jx
best-reviewers:
- entando-jx
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,18 @@
</dependency>
</dependencies>
</dependencyManagement>
</project>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version></plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M1</version></plugin>
</plugins>
</build>
</project>

0 comments on commit cb79241

Please sign in to comment.