Skip to content

Commit

Permalink
LPS-61278 Gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyangzhou committed Dec 12, 2015
1 parent 4f2711f commit 9955074
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
Binary file not shown.
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.liferay</groupId>
<artifactId>org.phidias</artifactId>
<version>0.3.7.LIFERAY-PATCHED-4</version>
<licenses>
<license>
<name>LGPL 2.1</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Brian Wing Shun Chan</name>
<organization>Liferay, Inc.</organization>
<organizationUrl>http://www.liferay.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:liferay/liferay-plugins.git</connection>
<developerConnection>scm:git:git@github.com:liferay/liferay-plugins.git</developerConnection>
<url>http://github.com/liferay/liferay-plugins</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.rotty3000</groupId>
<artifactId>phidias</artifactId>
<version>0.3.7</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>

0 comments on commit 9955074

Please sign in to comment.