Skip to content

Commit 108eb53

Browse files
author
GitHub Actions
committed
[Release] Release 0.0.14
1 parent fa6321c commit 108eb53

83 files changed

Lines changed: 272 additions & 272 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bom/pom.xml

Lines changed: 82 additions & 82 deletions
Large diffs are not rendered by default.

common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>software.tnb</groupId>
88
<artifactId>tnb-parent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.0.14</version>
1010
</parent>
1111

1212
<artifactId>tnb-common</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.14</version>
1414
<name>TNB :: Common</name>
1515

1616
<properties>

fuse-products/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>software.tnb</groupId>
88
<artifactId>tnb-parent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.0.14</version>
1010
</parent>
1111

1212
<artifactId>fuse-products</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.14</version>
1414
<name>TNB :: Fuse Products</name>
1515

1616
<properties>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>software.tnb</groupId>
2727
<artifactId>tnb-common</artifactId>
28-
<version>1.0-SNAPSHOT</version>
28+
<version>0.0.14</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.apache.maven.shared</groupId>

jbang/tnb.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///usr/bin/env jbang "$0" "$@" ; exit $?
2-
//DEPS software.tnb:system-x-all:1.0-SNAPSHOT
2+
//DEPS software.tnb:system-x-all:0.0.14
33
//DEPS org.jline:jline-groovy:3.22.0
44
//DEPS org.slf4j:slf4j-nop:1.7.36
55
//RUNTIME_OPTIONS --add-opens java.base/java.lang=ALL-UNNAMED

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>software.tnb</groupId>
77
<artifactId>tnb-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.0.14</version>
99
<packaging>pom</packaging>
1010
<name>TNB :: Parent</name>
1111
<description>The New Beginning Framework</description>

system-x/common/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
<parent>
77
<groupId>software.tnb</groupId>
88
<artifactId>system-x-parent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.0.14</version>
1010
</parent>
1111
<artifactId>system-x-common</artifactId>
12-
<version>1.0-SNAPSHOT</version>
12+
<version>0.0.14</version>
1313
<name>TNB :: System-X :: Common</name>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>software.tnb</groupId>
1818
<artifactId>tnb-common</artifactId>
19-
<version>1.0-SNAPSHOT</version>
19+
<version>0.0.14</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.assertj</groupId>

system-x/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>software.tnb</groupId>
88
<artifactId>tnb-parent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.0.14</version>
1010
</parent>
1111

1212
<artifactId>system-x-parent</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.14</version>
1414
<packaging>pom</packaging>
1515
<name>TNB :: System-X :: Parent</name>
1616

system-x/services/all/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>system-x-services</artifactId>
55
<groupId>software.tnb</groupId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>0.0.14</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<properties>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>software.tnb</groupId>
2020
<artifactId>bom</artifactId>
21-
<version>1.0-SNAPSHOT</version>
21+
<version>0.0.14</version>
2222
<scope>import</scope>
2323
<type>pom</type>
2424
</dependency>

system-x/services/apicurio-registry/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>software.tnb</groupId>
88
<artifactId>system-x-services</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.0.14</version>
1010
</parent>
1111

1212
<artifactId>system-x-apicurio-registry</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.14</version>
1414
<name>TNB :: System-X :: Services :: Apicurio Registry</name>
1515

1616
<properties>

system-x/services/aws/cloudwatch/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
<parent>
66
<artifactId>system-x-aws</artifactId>
77
<groupId>software.tnb</groupId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.0.14</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>system-x-aws-cloudwatch</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.14</version>
1414
<name>TNB :: System-X :: Services :: AWS :: CloudWatch</name>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>software.tnb</groupId>
1919
<artifactId>system-x-aws-common</artifactId>
20-
<version>1.0-SNAPSHOT</version>
20+
<version>0.0.14</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>software.amazon.awssdk</groupId>

0 commit comments

Comments
 (0)