Skip to content

Commit f93798f

Browse files
committed
Bump version to 6.3.0 and deprecate JulianDate
1 parent 2be0440 commit f93798f

File tree

4 files changed

+4
-334
lines changed

4 files changed

+4
-334
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939

4040
group = 'org.jodd'
4141
//version = '6.1.1-SNAPSHOT'
42-
version = '6.2.2'
42+
version = '6.3.0'
4343

4444
rootProject.description = 'Jodd Util'
4545

src/main/java/jodd/time/JulianDate.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@
6262
* the decimal point are significant.
6363
*
6464
* @see TimeUtil
65+
* @deprecated "Use <a href="https://github.com/igr/julian-day">Julian Day Library</a> instead"
6566
*/
67+
@Deprecated()
6668
public class JulianDate implements Serializable, Cloneable {
6769
/**
6870
* Julian Date for 1970-01-01T00:00:00 (Thursday).

src/main/java/jodd/time/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
/**
2727
* Precise and powerful Julian Date. It's not a LocalDate replacement, it's more an add-on.
2828
*/
29-
package jodd.time;
29+
package jodd.time;

src/test/java/jodd/time/JulianDateTest.java

Lines changed: 0 additions & 332 deletions
This file was deleted.

0 commit comments

Comments
 (0)