Skip to content

Commit

Permalink
Bumped coderad version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Jan 15, 2023
1 parent 21bc86e commit b3fa99b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .idea/libraries/Maven__com_codenameone_coderad_common_2_0_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>com.codenameone</groupId>
<artifactId>coderad-lib</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions generate-app-project.rpf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ template.packageName=com.example.tweetapp
<dependency>
<groupId>com.codenameone</groupId>
<artifactId>coderad-lib</artifactId>
<version>2.0-pre4</version>
<version>2.0.5</version>
<type>pom</type>
</dependency>
<dependency>
Expand All @@ -26,7 +26,7 @@ template.packageName=com.example.tweetapp
<dependency>
<groupId>com.codenameone</groupId>
<artifactId>coderad-annotation-processor</artifactId>
<version>2.0-pre4</version>
<version>2.0.5</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<properties>
<cn1.plugin.version>7.0.33</cn1.plugin.version>
<cn1.version>7.0.33</cn1.version>
<coderad.version>2.0.3</coderad.version>
<coderad.version>2.0.5</coderad.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<java.version>1.8</java.version>
Expand Down

0 comments on commit b3fa99b

Please sign in to comment.