Skip to content

Commit 957ecee

Browse files
committed
Lançando nova versão.
1 parent d4f0347 commit 957ecee

File tree

25 files changed

+54
-54
lines changed

25 files changed

+54
-54
lines changed

archbase-annotation-processor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>archbase-app-framework</artifactId>
77
<groupId>br.com.archbase</groupId>
8-
<version>1.0.19</version>
8+
<version>1.0.20</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>br.com.archbase</groupId>
1717
<artifactId>archbase-domain-driven-design-spec</artifactId>
18-
<version>1.0.19</version>
18+
<version>1.0.20</version>
1919
<scope>compile</scope>
2020
</dependency>
2121
<dependency>

archbase-architecture/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>br.com.archbase</groupId>
88
<artifactId>archbase-app-framework</artifactId>
9-
<version>1.0.19</version>
9+
<version>1.0.20</version>
1010
</parent>
1111

1212
<artifactId>archbase-architecture</artifactId>

archbase-codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>archbase-app-framework</artifactId>
77
<groupId>br.com.archbase</groupId>
8-
<version>1.0.19</version>
8+
<version>1.0.20</version>
99
</parent>
1010
<packaging>maven-plugin</packaging>
1111
<modelVersion>4.0.0</modelVersion>

archbase-domain-driven-design-spec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>archbase-app-framework</artifactId>
77
<groupId>br.com.archbase</groupId>
8-
<version>1.0.19</version>
8+
<version>1.0.20</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

archbase-domain-driven-design/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>archbase-app-framework</artifactId>
77
<groupId>br.com.archbase</groupId>
8-
<version>1.0.19</version>
8+
<version>1.0.20</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -14,19 +14,19 @@
1414
<dependency>
1515
<groupId>br.com.archbase</groupId>
1616
<artifactId>archbase-query</artifactId>
17-
<version>1.0.19</version>
17+
<version>1.0.20</version>
1818
<scope>compile</scope>
1919
</dependency>
2020
<dependency>
2121
<groupId>br.com.archbase</groupId>
2222
<artifactId>archbase-domain-driven-design-spec</artifactId>
23-
<version>1.0.19</version>
23+
<version>1.0.20</version>
2424
<scope>compile</scope>
2525
</dependency>
2626
<dependency>
2727
<groupId>br.com.archbase</groupId>
2828
<artifactId>archbase-error-handling</artifactId>
29-
<version>1.0.19</version>
29+
<version>1.0.20</version>
3030
<scope>compile</scope>
3131
</dependency>
3232
</dependencies>

archbase-error-handling/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>archbase-app-framework</artifactId>
77
<groupId>br.com.archbase</groupId>
8-
<version>1.0.19</version>
8+
<version>1.0.20</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

archbase-event-driven-spec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>archbase-app-framework</artifactId>
77
<groupId>br.com.archbase</groupId>
8-
<version>1.0.19</version>
8+
<version>1.0.20</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

archbase-event-driven/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>archbase-app-framework</artifactId>
77
<groupId>br.com.archbase</groupId>
8-
<version>1.0.19</version>
8+
<version>1.0.20</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -14,13 +14,13 @@
1414
<dependency>
1515
<groupId>br.com.archbase</groupId>
1616
<artifactId>archbase-event-driven-spec</artifactId>
17-
<version>1.0.19</version>
17+
<version>1.0.20</version>
1818
<scope>compile</scope>
1919
</dependency>
2020
<dependency>
2121
<groupId>br.com.archbase</groupId>
2222
<artifactId>archbase-domain-driven-design-spec</artifactId>
23-
<version>1.0.19</version>
23+
<version>1.0.20</version>
2424
<scope>compile</scope>
2525
</dependency>
2626
</dependencies>

archbase-multitenancy/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>archbase-app-framework</artifactId>
77
<groupId>br.com.archbase</groupId>
8-
<version>1.0.19</version>
8+
<version>1.0.20</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -21,18 +21,18 @@
2121
<dependency>
2222
<groupId>br.com.archbase</groupId>
2323
<artifactId>archbase-shared-kernel</artifactId>
24-
<version>1.0.19</version>
24+
<version>1.0.20</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
<dependency>
2828
<groupId>br.com.archbase</groupId>
2929
<artifactId>archbase-validation</artifactId>
30-
<version>1.0.19</version>
30+
<version>1.0.20</version>
3131
<scope>compile</scope>
3232
</dependency>
3333
<dependency>
3434
<groupId>br.com.archbase</groupId>
35-
<version>1.0.19</version>
35+
<version>1.0.20</version>
3636
<artifactId>archbase-domain-driven-design</artifactId>
3737
</dependency>
3838
<dependency>

archbase-plugin-manager/downloads/plugins.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"releases": [
66
{
77
"version": "1.0.0",
8-
"date": "Aug 31, 2024, 8:57:32 PM",
8+
"date": "Oct 1, 2024, 4:19:43 PM",
99
"url": "archbase-demo-plugin1/1.0.0/plugin1-1.0.0.zip"
1010
}
1111
]
@@ -16,7 +16,7 @@
1616
"releases": [
1717
{
1818
"version": "1.0.0",
19-
"date": "Aug 31, 2024, 8:57:32 PM",
19+
"date": "Oct 1, 2024, 4:19:43 PM",
2020
"url": "archbase-demo-plugin2/1.0.0/plugin2-1.0.0.zip"
2121
}
2222
]

0 commit comments

Comments
 (0)