Skip to content

Commit 7e44dc0

Browse files
author
GitHub Actions
committed
[Release] Release 0.0.8
1 parent a1b66c3 commit 7e44dc0

File tree

71 files changed

+237
-237
lines changed

Some content is hidden

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

71 files changed

+237
-237
lines changed

bom/pom.xml

Lines changed: 71 additions & 71 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.8</version>
1010
</parent>
1111

1212
<artifactId>tnb-common</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.8</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.8</version>
1010
</parent>
1111

1212
<artifactId>fuse-products</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.8</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.8</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.apache.maven.shared</groupId>

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.8</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.8</version>
1010
</parent>
1111
<artifactId>system-x-common</artifactId>
12-
<version>1.0-SNAPSHOT</version>
12+
<version>0.0.8</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.8</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.8</version>
1010
</parent>
1111

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

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.8</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.8</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.8</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>software.amazon.awssdk</groupId>

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

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

1212
<artifactId>system-x-aws-common</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.8</version>
1414
<name>TNB :: System-X :: Services :: AWS :: Common</name>
1515

1616
<dependencies>

system-x/services/aws/dynamo-db/pom.xml

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

1313
<artifactId>system-x-aws-dynamo-db</artifactId>
14-
<version>1.0-SNAPSHOT</version>
14+
<version>0.0.8</version>
1515
<name>TNB :: System-X :: Services :: AWS :: DynamoDB</name>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>software.tnb</groupId>
2020
<artifactId>system-x-aws-common</artifactId>
21-
<version>1.0-SNAPSHOT</version>
21+
<version>0.0.8</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>software.amazon.awssdk</groupId>

system-x/services/aws/iam/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.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>system-x-aws-iam</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.8</version>
1414
<name>TNB :: System-X :: Services :: AWS :: IAM</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.8</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>software.amazon.awssdk</groupId>

system-x/services/aws/kinesis-firehose/pom.xml

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

1212
<artifactId>system-x-aws-kinesis-firehose</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.8</version>
1414
<name>TNB :: System-X :: Services :: AWS :: Kinesis Firehose</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.8</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>software.tnb</groupId>
2424
<artifactId>system-x-aws-iam</artifactId>
25-
<version>1.0-SNAPSHOT</version>
25+
<version>0.0.8</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>software.amazon.awssdk</groupId>

system-x/services/aws/kinesis/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.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>system-x-aws-kinesis</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.8</version>
1414
<name>TNB :: System-X :: Services :: AWS :: Kinesis</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.8</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>software.amazon.awssdk</groupId>

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

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

1212
<artifactId>system-x-aws-lambda</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.8</version>
1414
<name>TNB :: System-X :: Services :: AWS :: Lambda</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.8</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>software.tnb</groupId>
2424
<artifactId>system-x-aws-iam</artifactId>
25-
<version>1.0-SNAPSHOT</version>
25+
<version>0.0.8</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>software.amazon.awssdk</groupId>

system-x/services/aws/pom.xml

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

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
<parent>
1010
<artifactId>system-x-aws</artifactId>
1111
<groupId>software.tnb</groupId>
12-
<version>1.0-SNAPSHOT</version>
12+
<version>0.0.8</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

1616
<artifactId>system-x-aws-redshift</artifactId>
17-
<version>1.0-SNAPSHOT</version>
17+
<version>0.0.8</version>
1818
<name>TNB :: System-X :: Services :: AWS :: Redshift</name>
1919

2020
<dependencies>
2121
<dependency>
2222
<groupId>software.tnb</groupId>
2323
<artifactId>system-x-aws-common</artifactId>
24-
<version>1.0-SNAPSHOT</version>
24+
<version>0.0.8</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>software.amazon.awssdk</groupId>

system-x/services/aws/s3/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.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>system-x-aws-s3</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.8</version>
1414
<name>TNB :: System-X :: Services :: AWS :: S3</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.8</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>software.amazon.awssdk</groupId>

system-x/services/aws/ses/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.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>system-x-aws-ses</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.8</version>
1414
<name>TNB :: System-X :: Services :: AWS :: SES</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.8</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>software.amazon.awssdk</groupId>

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

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

1212
<artifactId>system-x-aws-sns</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.8</version>
1414
<name>TNB :: System-X :: Services :: AWS :: SNS</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.8</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>software.tnb</groupId>
2424
<artifactId>system-x-aws-sqs</artifactId>
25-
<version>1.0-SNAPSHOT</version>
25+
<version>0.0.8</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>software.amazon.awssdk</groupId>

system-x/services/aws/sqs/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.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>system-x-aws-sqs</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.8</version>
1414
<name>TNB :: System-X :: Services :: AWS :: SQS</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.8</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>software.amazon.awssdk</groupId>

system-x/services/azure/common/pom.xml

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

1212
<artifactId>system-x-azure-common</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.0.8</version>
1414
<name>TNB :: System-X :: Services :: Azure :: Common</name>
1515

1616
</project>

0 commit comments

Comments
 (0)