Commit Graph

183 Commits

Author SHA1 Message Date
Robinson
f91e742615
updated build dpes 2022-12-06 01:11:30 +01:00
Robinson
6322dbac40
Updated version 2022-03-07 21:58:53 +01:00
Robinson
1ebee0af9c
bump dep version info 2022-03-07 19:44:54 +01:00
Robinson
53d64deda9
Updated gradle 2022-03-07 18:34:39 +01:00
Robinson
6b17c1ee4c
Cleaned up warnings 2022-03-07 18:33:29 +01:00
Robinson
7cb996e08a
updated build dependencies + license info 2022-02-02 16:19:31 +01:00
Robinson
8080d18529
Renamed parameter to 'char', as that makes more sense in the implementation classes 2022-02-02 16:18:10 +01:00
Robinson
88da905b87
Converted project to kotlin 2022-02-02 14:51:12 +01:00
Robinson
16f08dad93
Added JPMS 2021-10-08 15:06:14 +02:00
Robinson
cfd60f2e02 Removed static methods to create a version object. It now uses the constructor. 2021-08-15 10:47:02 -06:00
Robinson
b094557268 Changed package structure to the same as other projects 2021-04-16 16:38:23 +02:00
Robinson
d39d8873d3 Added gradle.properties 2021-04-16 16:36:48 +02:00
Robinson
e18cfe6e79 updated libraries 2021-04-14 14:46:24 +02:00
Robinson
9efd9caa99 updated copyright 2021-04-14 14:46:05 +02:00
Robinson
d44ba89396 updated gradle 2021-04-14 14:45:56 +02:00
Robinson
2ca31e0bc5 Modified to permit reading pre-release information following '_' (in addition to '-') 2021-04-14 14:45:37 +02:00
Robinson
e07e3d14ed Added safe vararg annotations 2021-04-14 14:41:41 +02:00
nathan
3f05733be1 Updated version info 2020-08-09 13:51:21 +02:00
nathan
b5c5dddc25 Updated version. 2020-08-07 00:11:24 +02:00
nathan
7f4bd62368 Updated license build. Now follow USC 17.4 regarding copyright 2020-08-06 23:22:38 +02:00
nathan
a153c3061d Added license blob 2020-08-06 15:10:22 +02:00
nathan
3ed3d6a1e7 Updated version to match official SEMVER revision. Added extra info, fixed typo. 2020-08-06 15:10:10 +02:00
nathan
e1a8278cd5 Added exceptions for minor version number. A single major version number can be parsed, but will not be output in toString(). 2020-08-06 15:09:23 +02:00
nathan
561f050df1 Updated version info 2020-08-05 10:34:01 +02:00
nathan
276e8fa12b updated gradle 2020-08-05 02:37:02 +02:00
nathan
447cdfb68e Added additional exception to parsing for SEMVER, so build information can be following the version numbers using '.'.
Not all projects follow semver in their version information, and if we are to use any sort of enforcable semantics for versioning, we have to permit PARSING more relaxed formats (using sensible defaults).  When *writing* this information, it will be compatible and correct
2020-08-05 02:36:49 +02:00
nathan
2a76324345 Exposed if patch was specified during object construction 2020-08-05 02:33:26 +02:00
nathan
7cb19bbe2f Removed @since, because that is only necessary when matching against an external API. This is self-contained, so it is not necessary 2020-08-04 17:00:14 +02:00
nathan
4f1e804d3c Updated gradle 2020-06-06 15:18:32 +02:00
nathan
ff53e181b7 Suppressed expected warnings 2020-05-07 14:34:36 +02:00
nathan
503701c520 Renamed 'build' -> 'metaData' 2020-05-07 14:34:25 +02:00
nathan
0c52e4cdba Merge remote-tracking branch 'origin/master'
# Conflicts:
#	build.gradle
2018-08-28 09:52:52 +02:00
nathan
f6208215c6 Fixed issue when custom build props are not available 2018-08-28 09:50:00 +02:00
nathan
dffadbe1ca Fixed issue when custom build props are not available 2018-08-27 23:12:24 +02:00
nathan
580c3caecd Updated VersionUpdate version 2018-08-18 14:32:21 +02:00
nathan
b00e972a9f Removed ext.id (now uses ext.name) 2018-08-18 11:31:20 +02:00
nathan
10476c5f88 Updated comments and version plugin info 2018-08-13 15:23:36 +02:00
nathan
4c4e1536b2 Added output to console of release URL when done releasing 2018-08-05 17:16:13 +02:00
nathan
1ca8218807 Added nexus staging config 2018-08-05 17:05:24 +02:00
nathan
bf1548b85b Updated version number 2018-08-05 16:52:49 +02:00
nathan
d03fef2f8d Updated readme 2018-08-05 16:40:35 +02:00
nathan
a8d519825c Updated library name 2018-08-05 16:39:32 +02:00
nathan
24587c24dc Updated readme 2018-08-05 15:42:55 +02:00
nathan
d3582f5074 Updated changelog to be more specific about patch information 2018-08-05 15:39:25 +02:00
nathan
994e3995b1 Added tests to make sure patch info is removed/kept appropriately 2018-08-05 15:38:37 +02:00
nathan
2c6aca86e3 Updated tests to also test for version string path info exclusion when incrementing major/minor 2018-08-05 15:34:36 +02:00
nathan
27bce2ffde Updated build. 2018-08-05 15:25:53 +02:00
nathan
9500b3e465 Updated license files 2018-08-05 15:25:34 +02:00
nathan
ef011766fa Refactored package name from semver -> version 2018-08-05 15:10:01 +02:00
nathan
85cf5f3901 Added META-INF 2018-08-03 05:13:41 +02:00