Author: lewismc
Date: Sat Jun  8 20:43:53 2013
New Revision: 1491059

URL: http://svn.apache.org/r1491059
Log:
Set defaults for 2.3 development drive

Modified:
    nutch/branches/2.x/CHANGES.txt
    nutch/branches/2.x/build.xml
    nutch/branches/2.x/conf/nutch-default.xml
    nutch/branches/2.x/default.properties

Modified: nutch/branches/2.x/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1491059&r1=1491058&r2=1491059&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Sat Jun  8 20:43:53 2013
@@ -1,5 +1,9 @@
 Nutch Change Log
 
+Current Development
+
+* NUTCH-
+
 Release 2.2 - 05/31/2013 (mm/yy/dddd)
 Jira Release Report - http://s.apache.org/LPB
 

Modified: nutch/branches/2.x/build.xml
URL: 
http://svn.apache.org/viewvc/nutch/branches/2.x/build.xml?rev=1491059&r1=1491058&r2=1491059&view=diff
==============================================================================
--- nutch/branches/2.x/build.xml (original)
+++ nutch/branches/2.x/build.xml Sat Jun  8 20:43:53 2013
@@ -230,7 +230,7 @@
   <!-- sign and deploy the main artifact -->
   <artifact:mvn>
    <arg
-    value="org.apache.maven.plugins:maven-gpg-plugin:1.1:sign-and-deploy-file" 
/>
+    value="org.apache.maven.plugins:maven-gpg-plugin:1.4:sign-and-deploy-file" 
/>
    <arg value="-Durl=${maven-repository-url}" />
    <arg value="-DrepositoryId=${maven-repository-id}" />
    <arg value="-DpomFile=pom.xml" />
@@ -240,7 +240,7 @@
 
   <!-- sign and deploy the sources artifact -->
   <artifact:mvn>
-   <arg 
value="org.apache.maven.plugins:maven-gpg-plugin:1.1:sign-and-deploy-file" />
+   <arg 
value="org.apache.maven.plugins:maven-gpg-plugin:1.4:sign-and-deploy-file" />
    <arg value="-Durl=${maven-repository-url}" />
    <arg value="-DrepositoryId=${maven-repository-id}" />
    <arg value="-DpomFile=pom.xml" />
@@ -251,7 +251,7 @@
 
   <!-- sign and deploy the javadoc artifact -->
   <artifact:mvn>
-   <arg 
value="org.apache.maven.plugins:maven-gpg-plugin:1.1:sign-and-deploy-file" />
+   <arg 
value="org.apache.maven.plugins:maven-gpg-plugin:1.4:sign-and-deploy-file" />
    <arg value="-Durl=${maven-repository-url}" />
    <arg value="-DrepositoryId=${maven-repository-id}" />
    <arg value="-DpomFile=pom.xml" />

Modified: nutch/branches/2.x/conf/nutch-default.xml
URL: 
http://svn.apache.org/viewvc/nutch/branches/2.x/conf/nutch-default.xml?rev=1491059&r1=1491058&r2=1491059&view=diff
==============================================================================
--- nutch/branches/2.x/conf/nutch-default.xml (original)
+++ nutch/branches/2.x/conf/nutch-default.xml Sat Jun  8 20:43:53 2013
@@ -125,7 +125,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-2.2</value>
+  <value>Nutch-2.3-SNAPSHOT</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>

Modified: nutch/branches/2.x/default.properties
URL: 
http://svn.apache.org/viewvc/nutch/branches/2.x/default.properties?rev=1491059&r1=1491058&r2=1491059&view=diff
==============================================================================
--- nutch/branches/2.x/default.properties (original)
+++ nutch/branches/2.x/default.properties Sat Jun  8 20:43:53 2013
@@ -15,7 +15,7 @@
 
 
 name=apache-nutch
-version=2.2
+version=2.3-SNAPSHOT
 final.name=${name}-${version}
 year=2013
 


Reply via email to