{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.scm.SubversionTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 13,
      "urlName" : "testReport"
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#92",
  "duration" : 16613,
  "estimatedDuration" : 19433,
  "executor" : None,
  "fullDisplayName" : "d1_cn_index_common #92",
  "id" : "92",
  "keepLog" : False,
  "number" : 92,
  "queueId" : 1721,
  "result" : "SUCCESS",
  "timestamp" : 1537475074406,
  "url" : "http://jenkins-ucsb-1.dataone.org/jenkins/view/DEV%20-%20trunk/job/d1_cn_index_common/92/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.scm.SubversionChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "/software/cicore/trunk/cn/d1_cn_common/pom.xml",
          "/software/cicore/trunk/cn/d1_cn_common/src/main/java/org/dataone/cn/log/AuditLogClientSolrImpl.java",
          "pom.xml",
          "/software/cicore/trunk/cn/d1_cn_index_generator/pom.xml",
          "/software/cicore/trunk/cn/d1_cn_index_generator/src/main/java/org/dataone/cn/index/generator/filter/HZEventFilter.java",
          "/software/cicore/trunk/cn/d1_cn_index_processor/pom.xml",
          "/software/cicore/trunk/cn/d1_cn_index_processor/src/main/java/org/dataone/cn/indexer/solrhttp/SolrJClient.java",
          "/software/cicore/trunk/cn/d1_cn_index_processor/src/main/resources/index-parser-context.xml",
          "/software/cicore/trunk/cn/d1_cn_index_processor/src/test/java/org/dataone/cn/index/BaseSolrFieldXPathTest.java",
          "/software/cicore/trunk/cn/d1_cn_index_processor/src/test/java/org/dataone/cn/index/DataONESolrJettyTestBase.java",
          "/software/cicore/trunk/cn/d1_cn_index_processor/src/test/java/org/dataone/cn/index/SolrIndexDeleteTest.java",
          "/software/cicore/trunk/cn/d1_cn_index_processor/src/test/java/org/dataone/cn/indexer/processor/ResourceMapSubprocessorTest.java",
          "/software/cicore/trunk/cn/d1_cn_index_processor/src/test/java/org/dataone/cn/indexer/solrhttp/SolrJClientIT.java",
          "/software/cicore/trunk/cn/d1_cn_index_processor/src/test/java/org/dataone/cn/indexer/solrhttp/SolrUpdatePerformanceIT.java",
          "/software/cicore/trunk/cn/d1_cn_index_processor/src/test/resources/org/dataone/cn/index/test-messaging-context.xml"
        ],
        "author" : {
          "absoluteUrl" : "http://jenkins-ucsb-1.dataone.org/jenkins/user/rnahf",
          "fullName" : "rnahf"
        },
        "commitId" : "19339",
        "timestamp" : 1537474860551,
        "date" : "2018-09-20T20:21:00.551063Z",
        "msg" : "refs: #8700: downgrading spring, solr, solrj, compiler, and httpClient dependency versions to what's in the 2.3 branch and production. Changes made across the d1_cn_common, d1_cn_index_common, d1_cn_index_generator, and d1_cn_index_processor components.  There is a refactored HttpSolrClient construction method that needed refactoring.  Downgrading loses the builder in favor of the \"new\" method.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/software/cicore/trunk/cn/d1_cn_common/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "/software/cicore/trunk/cn/d1_cn_common/src/main/java/org/dataone/cn/log/AuditLogClientSolrImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "/software/cicore/trunk/cn/d1_cn_index_common/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "/software/cicore/trunk/cn/d1_cn_index_generator/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "/software/cicore/trunk/cn/d1_cn_index_generator/src/main/java/org/dataone/cn/index/generator/filter/HZEventFilter.java"
          },
          {
            "editType" : "edit",
            "file" : "/software/cicore/trunk/cn/d1_cn_index_processor/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "/software/cicore/trunk/cn/d1_cn_index_processor/src/main/java/org/dataone/cn/indexer/solrhttp/SolrJClient.java"
          },
          {
            "editType" : "edit",
            "file" : "/software/cicore/trunk/cn/d1_cn_index_processor/src/main/resources/index-parser-context.xml"
          },
          {
            "editType" : "edit",
            "file" : "/software/cicore/trunk/cn/d1_cn_index_processor/src/test/java/org/dataone/cn/index/BaseSolrFieldXPathTest.java"
          },
          {
            "editType" : "edit",
            "file" : "/software/cicore/trunk/cn/d1_cn_index_processor/src/test/java/org/dataone/cn/index/DataONESolrJettyTestBase.java"
          },
          {
            "editType" : "edit",
            "file" : "/software/cicore/trunk/cn/d1_cn_index_processor/src/test/java/org/dataone/cn/index/SolrIndexDeleteTest.java"
          },
          {
            "editType" : "edit",
            "file" : "/software/cicore/trunk/cn/d1_cn_index_processor/src/test/java/org/dataone/cn/indexer/processor/ResourceMapSubprocessorTest.java"
          },
          {
            "editType" : "edit",
            "file" : "/software/cicore/trunk/cn/d1_cn_index_processor/src/test/java/org/dataone/cn/indexer/solrhttp/SolrJClientIT.java"
          },
          {
            "editType" : "edit",
            "file" : "/software/cicore/trunk/cn/d1_cn_index_processor/src/test/java/org/dataone/cn/indexer/solrhttp/SolrUpdatePerformanceIT.java"
          },
          {
            "editType" : "delete",
            "file" : "/software/cicore/trunk/cn/d1_cn_index_processor/src/test/resources/org/dataone/cn/index/test-messaging-context.xml"
          }
        ],
        "revision" : 19339,
        "user" : "rnahf"
      }
    ],
    "kind" : "svn",
    "revisions" : [
      {
        "module" : "https://repository.dataone.org/software/cicore/trunk/cn/d1_cn_index_common",
        "revision" : 19339
      }
    ]
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://jenkins-ucsb-1.dataone.org/jenkins/user/rnahf",
      "fullName" : "rnahf"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.0.4"
}