Skip to content

Commit

Permalink
SAK-28016 remove java 1.6 profiles in search
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/search/trunk@315021 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
ern committed Oct 30, 2014
1 parent 8de0f02 commit 0d94540
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
21 changes: 0 additions & 21 deletions search/search-impl/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,6 @@
<packaging>jar</packaging>

<profiles>
<profile>
<id>1.6</id>
<activation>
<activeByDefault>true</activeByDefault>
<jdk>1.6</jdk>
</activation>
<dependencies>
<dependency>
<groupId>org.sakaiproject.search</groupId>
<artifactId>search-test-1.6</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<maven.test.jvmargs />
<poi.version>3.10-FINAL</poi.version>
<lucene.version>4.5.0</lucene.version>
<bouncycastle.artifact.version>jdk16</bouncycastle.artifact.version>
</properties>
</profile>
<profile>
<id>1.7</id>
<activation>
Expand Down
9 changes: 0 additions & 9 deletions search/search-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
<description>This is in a separate POM to allow standard profile handling in the toplevel POM. This activates the correct test related
project depending on which JVM is in use.</description>
<profiles>
<profile>
<id>1.6</id>
<activation>
<jdk>1.6</jdk>
</activation>
<modules>
<module>test-1.6</module>
</modules>
</profile>
<profile>
<!-- 1.7 and newer -->
<id>1.7</id>
Expand Down

0 comments on commit 0d94540

Please sign in to comment.