Skip to content

Commit

Permalink
Version 2.0.a.37
Browse files Browse the repository at this point in the history
  • Loading branch information
isidroDspot committed Aug 25, 2021
1 parent 216d225 commit 93fd9e3
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: 'java'
def DECLEX_VERSION = '2.0.a.35'
def DECLEX_VERSION = '2.0.a.37'

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
Expand Down
2 changes: 1 addition & 1 deletion declex-actions-bundle/declex-actions-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.dspot</groupId>
<artifactId>declex-actions-bundle</artifactId>
<version>2.0.a.35</version>
<version>2.0.a.37</version>
</parent>

<artifactId>declex-actions-processors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion declex-actions-bundle/declex-actions/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'maven'

def DECLEX_VERSION = '2.0.a.35'
def DECLEX_VERSION = '2.0.a.37'

android {
compileSdkVersion 27
Expand Down
2 changes: 1 addition & 1 deletion declex-actions-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.dspot</groupId>
<artifactId>declex-parent</artifactId>
<version>2.0.a.35</version>
<version>2.0.a.37</version>
</parent>

<artifactId>declex-actions-bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion declex-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.dspot</groupId>
<artifactId>declex-parent</artifactId>
<version>2.0.a.35</version>
<version>2.0.a.37</version>
</parent>

<artifactId>declex-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion declex-api/resources/declex-api.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=2.0.a.35
version=2.0.a.37
4 changes: 2 additions & 2 deletions declex-test/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

annotationProcessor 'com.dspot:declex:2.0.a.35'
implementation 'com.dspot:declex-api:2.0.a.35'
annotationProcessor 'com.dspot:declex:2.0.a.37'
implementation 'com.dspot:declex-api:2.0.a.37'
implementation 'com.dspot:declex-actions:2.0.a.21'

implementation 'com.android.support:appcompat-v7:27.1.1'
Expand Down
2 changes: 1 addition & 1 deletion declex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.dspot</groupId>
<artifactId>declex-parent</artifactId>
<version>2.0.a.35</version>
<version>2.0.a.37</version>
</parent>

<artifactId>declex</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion declex/resources/declex.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=2.0.a.35
version=2.0.a.37
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.dspot</groupId>
<artifactId>declex-parent</artifactId>
<version>2.0.a.35</version>
<version>2.0.a.37</version>
<packaging>pom</packaging>

<name>DecleX Parent</name>
Expand Down

0 comments on commit 93fd9e3

Please sign in to comment.