File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.github.wassertim</groupId >
8
8
<artifactId >dynamodb-toolkit-integration-tests</artifactId >
9
- <version >1.0.0-SNAPSHOT </version >
9
+ <version >${dynamodb-toolkit.version} </version >
10
10
11
11
<name >DynamoDB Toolkit Integration Tests</name >
12
12
<description >Integration tests for DynamoDB Toolkit library with real entities and annotation processing</description >
17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
18
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
19
19
20
+ <!-- Project version -->
21
+ <dynamodb-toolkit .version>1.0.0-SNAPSHOT</dynamodb-toolkit .version>
22
+
20
23
<!-- Dependency versions -->
21
24
<aws .sdk.version>2.29.39</aws .sdk.version>
22
25
<jakarta .enterprise.version>4.1.0</jakarta .enterprise.version>
30
33
<dependency >
31
34
<groupId >io.github.wassertim</groupId >
32
35
<artifactId >dynamodb-toolkit</artifactId >
33
- <version >1.0.0-SNAPSHOT </version >
36
+ <version >${dynamodb-toolkit.version} </version >
34
37
</dependency >
35
38
36
39
<!-- Core dependencies needed for test entities -->
85
88
<path >
86
89
<groupId >io.github.wassertim</groupId >
87
90
<artifactId >dynamodb-toolkit</artifactId >
88
- <version >1.0.0-SNAPSHOT </version >
91
+ <version >${dynamodb-toolkit.version} </version >
89
92
</path >
90
93
</annotationProcessorPaths >
91
94
</configuration >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.github.wassertim</groupId >
8
8
<artifactId >dynamodb-toolkit</artifactId >
9
- <version >1.0.0-SNAPSHOT </version >
9
+ <version >${dynamodb-toolkit.version} </version >
10
10
11
11
<name >DynamoDB Toolkit</name >
12
12
<description >Comprehensive DynamoDB toolkit with annotation-driven mapping, automatic dependency resolution, and utilities</description >
17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
18
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
19
19
20
+ <!-- Project version -->
21
+ <dynamodb-toolkit .version>1.0.0-SNAPSHOT</dynamodb-toolkit .version>
22
+
20
23
<!-- Dependency versions -->
21
24
<aws .sdk.version>2.29.39</aws .sdk.version>
22
25
<jakarta .enterprise.version>4.1.0</jakarta .enterprise.version>
87
90
<artifactId >maven-surefire-plugin</artifactId >
88
91
<version >3.5.3</version >
89
92
</plugin >
93
+
94
+ <plugin >
95
+ <groupId >org.apache.maven.plugins</groupId >
96
+ <artifactId >maven-release-plugin</artifactId >
97
+ <version >3.1.1</version >
98
+ <configuration >
99
+ <tagNameFormat >v@{project.version}</tagNameFormat >
100
+ <autoVersionSubmodules >true</autoVersionSubmodules >
101
+ <releaseProfiles >release</releaseProfiles >
102
+ </configuration >
103
+ </plugin >
90
104
</plugins >
91
105
</build >
92
106
</project >
You can’t perform that action at this time.
0 commit comments