Skip to content

Commit

Permalink
Merge pull request #2 from mcdan/people/mcdan/issues/1
Browse files Browse the repository at this point in the history
Remove adobe specific information
  • Loading branch information
arunpon authored Sep 9, 2016
2 parents 8e623b6 + b5cab3f commit d22dfa4
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,20 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.adobe.cq.social</groupId>
<artifactId>socialcommunities-parent</artifactId>
<version>1.2.13</version>
<relativePath />
</parent>

<groupId>com.adobe.cq.social</groupId>
<artifactId>cq-social-custom-themes-pkg</artifactId>
<groupId>org.adobe.cq.social.samples</groupId>
<artifactId>org-social-custom-themes-pkg</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>content-package</packaging>
<name>AEM Communities Thirdparty Custom Themes - Package</name>
<name>Sample Bootstrap Custom Theme - Package</name>

<scm>
<connection>scm:git:git@git.corp.adobe.com:CQ/social-console.git</connection>
<developerConnection>scm:git:git@git.corp.adobe.com:CQ/social-console.git</developerConnection>
<url>https://git.corp.adobe.com/CQ/social-console/tree/master/themes</url>
<connection>scm:git:git@github.com:arunpon/scf-custom-theme.git</connection>
<developerConnection>scm:git:git@github.com:arunpon/scf-custom-theme.git</developerConnection>
<url>https://github.com/arunpon/scf-custom-theme</url>
<tag>HEAD</tag>
</scm>

<properties>
<checkstyle.java.excludes>**/target/**,**/bootstrap-*</checkstyle.java.excludes>
</properties>

<build>
<resources>
<!-- exclude .vlt control files and tests -->
Expand Down Expand Up @@ -193,12 +183,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>jspc</id>
<build>
</build>
</profile>
</profiles>
</project>

0 comments on commit d22dfa4

Please sign in to comment.