File tree Expand file tree Collapse file tree 6 files changed +16
-8
lines changed Expand file tree Collapse file tree 6 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.0 .0"
2
+ "." : " 0.1 .0"
3
3
}
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 0.1.0 (2024-04-09)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** codegen:** Generate and publish Java Proto generated artifacts ([ #2 ] ( https://github.com/opentdf/java-sdk/issues/2 ) ) ([ 2328fd2] ( https://github.com/opentdf/java-sdk/commit/2328fd2bec21fb6060beca2b1bac34550eadca4e ) )
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.opentdf.platform</groupId >
8
8
<artifactId >sdk-pom</artifactId >
9
- <version >0.1.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
9
+ <version >0.1.0</version ><!-- {x-version-update:java-sdk:current} -->
10
10
<name >sdk-pom</name >
11
11
<packaging >pom</packaging >
12
12
<properties >
27
27
<dependency >
28
28
<groupId >io.opentdf.platform</groupId >
29
29
<artifactId >platform-client</artifactId >
30
- <version >0.1.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
30
+ <version >0.1.0</version ><!-- {x-version-update:java-sdk:current} -->
31
31
</dependency >
32
32
<dependency >
33
33
<groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change 6
6
<groupId >io.opentdf.platform</groupId >
7
7
<name >protocol</name >
8
8
<artifactId >protocol</artifactId >
9
- <version >0.1.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
9
+ <version >0.1.0</version ><!-- {x-version-update:java-sdk:current} -->
10
10
<parent >
11
11
<artifactId >sdk-pom</artifactId >
12
12
<groupId >io.opentdf.platform</groupId >
13
- <version >0.1.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
13
+ <version >0.1.0</version ><!-- {x-version-update:java-sdk:current} -->
14
14
</parent >
15
15
<packaging >jar</packaging >
16
16
<dependencies >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<artifactId >sdk-pom</artifactId >
11
11
<groupId >io.opentdf.platform</groupId >
12
- <version >0.1.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
12
+ <version >0.1.0</version ><!-- {x-version-update:java-sdk:current} -->
13
13
</parent >
14
14
<packaging >jar</packaging >
15
15
<dependencies >
16
16
<dependency >
17
17
<groupId >io.opentdf.platform</groupId >
18
18
<artifactId >protocol</artifactId >
19
- <version >0.1.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
19
+ <version >0.1.0</version ><!-- {x-version-update:java-sdk:current} -->
20
20
</dependency >
21
21
<dependency >
22
22
<groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- java-sdk:0.0 .0:0.1.0-SNAPSHOT
4
+ java-sdk:0.1 .0:0.1.0
You can’t perform that action at this time.
0 commit comments