1 package org.kuali.common; 2 3 /** 4 * ############################# WARNING ############################## 5 * 6 * This is a generated file. Do NOT edit. 7 * 8 * Automated process keeps this source file in sync with the Maven POM. 9 */ 10 public abstract class TorqueTemplatesGAV { 11 12 public static final String GROUP_ID = "org.kuali.common"; 13 public static final String ARTIFACT_ID = "torque-templates"; 14 public static final String VERSION = "2.1.0-SNAPSHOT"; 15 16 }