mirror of
https://github.com/JHUAPL/Jackfruit.git
synced 2026-01-08 20:08:02 -05:00
* pom updates * update artifactId, add gpg plugin * use oss.sonatype.org * update groupId in README * update plugins * use nexus-staging-maven-plugin * add javadoc * javadoc cleanup * update versioning * javadoc cleanup * Update demo --------- Co-authored-by: Hari Nair <hari@alumni.caltech.edu>
10 lines
227 B
Java
10 lines
227 B
Java
|
|
package jackfruit;
|
|
|
|
public class JackfruitVersion {
|
|
public final static String version = "1.0-SNAPSHOT";
|
|
public final static String packageName = "jackfruit";
|
|
public final static String dateString = "23.09.02";
|
|
}
|
|
|