Skip to content

Commit 030804b

Browse files
Version 4.2.3
1 parent d790c8c commit 030804b

File tree

34 files changed

+44
-44
lines changed

34 files changed

+44
-44
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>org.structr</groupId>
1313
<artifactId>structr</artifactId>
1414
<packaging>pom</packaging>
15-
<version>4.2.2</version>
15+
<version>4.2.3</version>
1616

1717
<url>https://structr.com</url>
1818

structr-binaries/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.structr</groupId>
66
<artifactId>structr-binaries</artifactId>
7-
<version>4.2.2</version>
7+
<version>4.2.3</version>
88

99
<parent>
1010
<groupId>org.structr</groupId>
1111
<artifactId>structr</artifactId>
12-
<version>4.2.2</version>
12+
<version>4.2.3</version>
1313
</parent>
1414

1515
<build>

structr-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<parent>
88
<groupId>org.structr</groupId>
99
<artifactId>structr-test-configuration</artifactId>
10-
<version>4.2.2</version>
10+
<version>4.2.3</version>
1111
<relativePath>../structr-test-configuration</relativePath>
1212
</parent>
1313

1414
<groupId>org.structr</groupId>
1515
<artifactId>structr-core</artifactId>
1616
<packaging>jar</packaging>
17-
<version>4.2.2</version>
17+
<version>4.2.3</version>
1818

1919
<dependencies>
2020
<dependency>

structr-db-driver-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>org.structr</groupId>
99
<artifactId>structr</artifactId>
10-
<version>4.2.2</version>
10+
<version>4.2.3</version>
1111
</parent>
1212

1313
<groupId>org.structr</groupId>
1414
<artifactId>structr-db-driver-api</artifactId>
1515
<packaging>jar</packaging>
16-
<version>4.2.2</version>
16+
<version>4.2.3</version>
1717

1818
<dependencies>
1919
<dependency>

structr-memgraph-driver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>org.structr</groupId>
66
<artifactId>structr</artifactId>
7-
<version>4.2.2</version>
7+
<version>4.2.3</version>
88
</parent>
99
<artifactId>structr-memgraph-driver</artifactId>
10-
<version>4.2.2</version>
10+
<version>4.2.3</version>
1111
<packaging>jar</packaging>
1212

1313
<name>Structr Memgraph Driver</name>

structr-memory-driver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>org.structr</groupId>
99
<artifactId>structr</artifactId>
10-
<version>4.2.2</version>
10+
<version>4.2.3</version>
1111
</parent>
1212

1313
<artifactId>structr-memory-driver</artifactId>
14-
<version>4.2.2</version>
14+
<version>4.2.3</version>
1515
<packaging>jar</packaging>
1616

1717
<properties>

structr-modules/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.structr</groupId>
66
<artifactId>structr-modules</artifactId>
7-
<version>4.2.2</version>
7+
<version>4.2.3</version>
88

99
<parent>
1010
<groupId>org.structr</groupId>
1111
<artifactId>structr-test-configuration</artifactId>
12-
<version>4.2.2</version>
12+
<version>4.2.3</version>
1313
<relativePath>../structr-test-configuration</relativePath>
1414
</parent>
1515

structr-modules/structr-advanced-mail-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.structr</groupId>
77
<artifactId>structr-modules</artifactId>
8-
<version>4.2.2</version>
8+
<version>4.2.3</version>
99
</parent>
1010
<artifactId>structr-advanced-mail-module</artifactId>
1111
<packaging>jar</packaging>

structr-modules/structr-api-builder-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.structr</groupId>
77
<artifactId>structr-modules</artifactId>
8-
<version>4.2.2</version>
8+
<version>4.2.3</version>
99
</parent>
1010
<artifactId>structr-api-builder-module</artifactId>
1111
<packaging>jar</packaging>

structr-modules/structr-crawler-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.structr</groupId>
77
<artifactId>structr-modules</artifactId>
8-
<version>4.2.2</version>
8+
<version>4.2.3</version>
99
</parent>
1010
<artifactId>structr-crawler-module</artifactId>
1111
<packaging>jar</packaging>

0 commit comments

Comments
 (0)