Displaying differences for changeset
 
display as  

src/java/d/crlmod/crop/V4_0.java

@@ -16,6 +16,8 @@
 import csip.annotations.*;
 import static csip.annotations.State.RELEASED;
 import java.sql.Connection;
+import java.util.LinkedHashMap;
+import java.util.Map;
 import javax.ws.rs.Path;
 
 @Name("crops")
@@ -30,4 +32,13 @@
   protected Connection getConnection() throws ServiceException {
     return resources().getJDBC(CR_LMOD_2021_ID);
   }
+
+  @Override
+  protected Map<String, Object> getConfigInfo() {
+    return new LinkedHashMap<String, Object>() {
+      {
+        put(CR_LMOD_2021_ID, resources().getResolved(CR_LMOD_2021_ID));
+      }
+    };
+  }
 }

src/java/d/crlmod/rusle2/V1_0.java

@@ -1,17 +1,11 @@
 /*
- * Copyright 2024 <a href="mailto:shaun.case@colostate.edu">Shaun Case</a>.
+ * This file is part of the Cloud Services Integration Platform (CSIP),
+ * a Model-as-a-Service framework, API, and application suite.
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 2012-2024, OMSLab, Colorado State University.
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * OMSLab licenses this file to you under the MIT license.
+ * See the LICENSE file in the project root for more information.
  */
 package d.crlmod.rusle2;
 

web/WEB-INF/csip-defaults.json

@@ -1,4 +1,4 @@
 {
- "csip-lmod.version": "$version: 1.0.67 default 135 292b09310bf7 2022-01-11 lyaege, built at 2022-12-14 11:33 by Lucas$",
+ "csip-lmod.version": "$version: 1.2.6 default 149 8c257e86b950 2024-04-17 casesp, built at 2024-05-06 09:46 by od$",
  "lmod.db": "jdbc:sqlserver://129.82.20.242:1433;databaseName=LMOD_dev;user=lmod-rw;password=?"
 }