Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
junwei-wang committed Mar 11, 2018
1 parent 3887160 commit 179d5a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions cpabe-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
<parent>
<groupId>co.junwei.cpabe</groupId>
<artifactId>cpabe</artifactId>
<version>1.0</version>
<version>1.0.2</version>
</parent>

<groupId>co.junwei.cpabe</groupId>
<artifactId>cpabe-api</artifactId>
<version>1.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions cpabe-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,17 @@
<parent>
<groupId>co.junwei.cpabe</groupId>
<artifactId>cpabe</artifactId>
<version>1.0</version>
<version>1.0.2</version>
</parent>

<groupId>co.junwei.cpabe</groupId>
<artifactId>cpabe-demo</artifactId>
<version>1.0</version>

<dependencies>
<dependency>
<groupId>co.junwei.cpabe</groupId>
<artifactId>cpabe-api</artifactId>
<version>1.0</version>
<version>${version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>co.junwei.cpabe</groupId>
<artifactId>cpabe</artifactId>
<version>1.0</version>
<version>1.0.2</version>
<packaging>pom</packaging>

<name>CPABE</name>
Expand Down

0 comments on commit 179d5a3

Please sign in to comment.