Skip to content

Commit

Permalink
Release 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsitelov committed May 31, 2021
1 parent 60f9ca5 commit 2dba905
Show file tree
Hide file tree
Showing 46 changed files with 55 additions and 49 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# CHANGELOG

## 3.1 - 2021-06-01

- FIX: UI Localizer annotation processor doesn't trigger if a compilation module contains `@LocalizationProperty` only

## 3.0 - 2020-03-16

- NEW: Gradle incremental processing support
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
UI Localizer - a simple annotation processor that makes marked strings to be initialized by values from a localization file.

Copyright (C) 2015 - 2020 Devexperts, LLC
Copyright (C) 2015 - 2021 Devexperts, LLC

This product is developed at Devexperts LLC (http://devexperts.com/).
Licensed under the Mozilla Public License, Version 2.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ configure(subprojects){
}

repositories {
maven { url "https://dl.bintray.com/devexperts/Maven" }
maven { url "https://repo.maven.apache.org/maven2" }
mavenCentral()
maven { url "https://devexperts.jfrog.io/artifactory/maven" }
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.0
version=3.1
inceptionYear=2015
organization=Devexperts, LLC
junitVersion=4.12
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* UI Localizer
* %%
* Copyright (C) 2015 - 2020 Devexperts, LLC
* Copyright (C) 2015 - 2021 Devexperts, LLC
* %%
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
Loading

0 comments on commit 2dba905

Please sign in to comment.