Skip to content

Commit 831a9e1

Browse files
authored
Merge pull request #7 from clean-arch-enablers-project/refact/naming-convention
refact: new trier lib version
2 parents 1543ec0 + 07e51b2 commit 831a9e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<name>CAE EnvVars</name>
6+
<name>CAE Env Vars</name>
77
<description>CAE EnvVars library</description>
88
<url>https://github.com/clean-arch-enablers-project/cae-utils-env-vars/blob/main/README.md</url>
99
<groupId>com.clean-arch-enablers</groupId>
1010
<artifactId>cae-env-vars</artifactId>
11-
<version>3.0.0</version>
11+
<version>4.0.0</version>
1212
<packaging>jar</packaging>
1313
<licenses>
1414
<license>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.clean-arch-enablers</groupId>
3939
<artifactId>cae-trier</artifactId>
40-
<version>3.0.0</version>
40+
<version>4.0.0</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
<dependency>

0 commit comments

Comments
 (0)