You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by io...@apache.org on 2014/04/01 21:01:08 UTC

svn commit: r1583753 - /manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/pom.xml

Author: iorixxx
Date: Tue Apr  1 19:01:08 2014
New Revision: 1583753

URL: http://svn.apache.org/r1583753
Log:
rename project name and groupid. add version to maven plugins

Modified:
    manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/pom.xml

Modified: manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/pom.xml?rev=1583753&r1=1583752&r2=1583753&view=diff
==============================================================================
--- manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/pom.xml (original)
+++ manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/pom.xml Tue Apr  1 19:01:08 2014
@@ -18,9 +18,9 @@
 <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/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.solr.mcf</groupId>
+  <groupId>org.apache.manifoldcf.solr</groupId>
 
-  <name>ManifoldCF Solr3x Plugin</name>
+  <name>ManifoldCF Solr 3.x Plugin</name>
   <artifactId>solr3x-plugin-mcf</artifactId>
   <version>2.1-SNAPSHOT</version>
   <packaging>jar</packaging>
@@ -33,6 +33,7 @@
   </organization>
 
   <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <solr.version>3.6.2</solr.version>
     <jetty.version>6.1.9</jetty.version>
   </properties>
@@ -71,6 +72,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.17</version>
         <configuration>
           <argLine>-Xmx1024m</argLine>
         </configuration>
@@ -79,7 +81,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.3.2</version>
+        <version>3.1</version>
         <configuration>
           <encoding>utf-8</encoding>
           <source>1.6</source>
@@ -89,6 +91,7 @@
 
       <plugin>
         <artifactId>maven-jar-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <archive>
             <manifestEntries>
@@ -107,6 +110,7 @@
 
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <descriptors>
             <descriptor>src/main/assembly/bin.xml</descriptor>