Skip to content

Commit

Permalink
update samples version
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Jun 2, 2024
1 parent ddf2b01 commit edb4a22
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<jetcache.version>2.7.5</jetcache.version>
<jetcache.version>2.7.6</jetcache.version>
</properties>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion samples/simple-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-bom</artifactId>
<version>2.7.6-SNAPSHOT</version>
<version>${jetcache.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
3 changes: 2 additions & 1 deletion samples/spring-boot-sample/jedis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>com.alicp.jetcache.samples</groupId>
<artifactId>samples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../samples</relativePath>
</parent>
<artifactId>spring-boot-jedis-demo</artifactId>

Expand All @@ -16,7 +17,7 @@
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-bom</artifactId>
<version>2.7.6-SNAPSHOT</version>
<version>${jetcache.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
3 changes: 2 additions & 1 deletion samples/spring-boot-sample/lettuce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
<groupId>com.alicp.jetcache.samples</groupId>
<artifactId>samples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../samples</relativePath>
</parent>
<artifactId>spring-boot-lettuce-demo</artifactId>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-bom</artifactId>
<version>2.7.6-SNAPSHOT</version>
<version>${jetcache.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
3 changes: 2 additions & 1 deletion samples/spring-boot-sample/redisson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
<groupId>com.alicp.jetcache.samples</groupId>
<artifactId>samples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../samples</relativePath>
</parent>
<artifactId>redisson-demo</artifactId>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-bom</artifactId>
<version>2.7.6-SNAPSHOT</version>
<version>${jetcache.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
3 changes: 2 additions & 1 deletion samples/spring-boot-sample/spring-boot-sample-codes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
<groupId>com.alicp.jetcache.samples</groupId>
<artifactId>samples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../samples</relativePath>
</parent>
<artifactId>spring-boot-sample-codes</artifactId>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-bom</artifactId>
<version>2.7.6-SNAPSHOT</version>
<version>${jetcache.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
3 changes: 2 additions & 1 deletion samples/spring-boot-sample/springdata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
<groupId>com.alicp.jetcache.samples</groupId>
<artifactId>samples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../samples</relativePath>
</parent>
<artifactId>spring-data-demo</artifactId>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-bom</artifactId>
<version>2.7.6-SNAPSHOT</version>
<version>${jetcache.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/spring-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-bom</artifactId>
<version>2.7.6-SNAPSHOT</version>
<version>${jetcache.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit edb4a22

Please sign in to comment.