Skip to content

Commit

Permalink
chore: update version to 0.1.26 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryhh authored May 7, 2024
1 parent aba5588 commit b012e13
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arex-storage-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<parent>
<artifactId>arex-storage-service</artifactId>
<groupId>com.arextest</groupId>
<version>1.1.30</version>
<version>1.1.31</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion arex-storage-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>arex-storage-service</artifactId>
<groupId>com.arextest</groupId>
<version>1.1.30</version>
<version>1.1.31</version>
</parent>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion arex-storage-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<parent>
<artifactId>arex-storage-service</artifactId>
<groupId>com.arextest</groupId>
<version>1.1.30</version>
<version>1.1.31</version>
</parent>

<profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Lazy;
import org.springframework.core.annotation.Order;
import org.springframework.data.mongodb.MongoDatabaseFactory;
import org.springframework.data.mongodb.core.MongoOperations;
Expand All @@ -77,6 +78,7 @@ public class StorageAutoConfiguration {

private final StorageConfigurationProperties properties;

@Lazy
@Resource
IndexesSettingConfiguration indexesSettingConfiguration;

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -412,13 +412,13 @@
</sonar.exclusions>
<!-- Users could specify this property as true to skip the deploy process -->
<spring.boot.version>2.7.18</spring.boot.version>
<arex-common.version>0.1.24</arex-common.version>
<arex-common.version>0.1.26</arex-common.version>
</properties>
<scm>
<connection>scm:git:git://github.com/arextest/arex-storage.git</connection>
<developerConnection>scm:git:ssh://github.com:arextest/arex-storage.git</developerConnection>
<url>https://github.com/arextest/arex-storage</url>
</scm>
<url>https://github.com/arextest/arex-storage</url>
<version>1.1.30</version>
<version>1.1.31</version>
</project>

0 comments on commit b012e13

Please sign in to comment.