Skip to content

Commit

Permalink
Updated to coderad 2.0-pre4 and cn1 7.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Jul 17, 2021
1 parent 7a2b7a1 commit 9f22026
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
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-PREVIEW2</version>
<version>2.0-pre4</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down
14 changes: 11 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
</modules>

<properties>
<cn1.plugin.version>7.0.29</cn1.plugin.version>
<cn1.version>7.0.29</cn1.version>
<cn1.plugin.version>7.0.33</cn1.plugin.version>
<cn1.version>7.0.33</cn1.version>
<coderad.version>2.0-pre4</coderad.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<java.version>1.8</java.version>
Expand All @@ -44,6 +45,12 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.codenameone</groupId>
<artifactId>coderad-lib</artifactId>
<type>pom</type>
<version>${coderad.version}</version>
</dependency>
<dependency>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-core</artifactId>
Expand All @@ -66,11 +73,12 @@

</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.codenameone</groupId>
<artifactId>coderad-annotation-processor</artifactId>
<version>2.0-PREVIEW2</version>
<version>2.0-pre4</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9f22026

Please sign in to comment.