s

squirrelsql-version-plugin

This project produces a maven mojo that can set the System property "squirrelsql.version" so that it can be used globally by the installers and the update-site projects. It accepts the project version as an argument which it uses to decide what the squirrelsql.version should be. If the project version ends with "-SNAPSHOT", then the squirrelsql.version will be set to Snapshot-{timestamp} where {timestamp} is the current timestamp in the form of YYYYMMDD_HHMM. If however, the project version does not end with "-SNAPSHOT", then squirrelsql.version will be set to the value of the project version.
http://www.squirrelsql.org/
GNU Lesser
Gerd Wagner Rob Manning
Files download
File Operation
squirrelsql-version-plugin-1.0.9.jar download
squirrelsql-version-plugin-1.0.9.pom download
squirrelsql-version-plugin-1.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.squirrel-sql</groupId>
  <artifactId>squirrelsql-version-plugin</artifactId>
  <version>1.0.9</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.sf.squirrel-sql:squirrelsql-version-plugin:1.0.9'
Gradle Kotlin
implementation("net.sf.squirrel-sql:squirrelsql-version-plugin:1.0.9")
Scala SBT
libraryDependencies += "net.sf.squirrel-sql" % "squirrelsql-version-plugin" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.squirrel-sql', module='squirrelsql-version-plugin', version='1.0.9')
)
Apache Ivy
<dependency org="net.sf.squirrel-sql" name="squirrelsql-version-plugin" rev="1.0.9" />
Leiningen
[net.sf.squirrel-sql/squirrelsql-version-plugin "1.0.9"]
Apache Buildr
'net.sf.squirrel-sql:squirrelsql-version-plugin:jar:1.0.9'