Skip to content

Commit e30fe89

Browse files
committed
Re-release of 3.2.0 with 2 fixes
1 parent b418b29 commit e30fe89

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

eppic-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eppic-web</groupId>
55
<artifactId>eppic</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.0</version>
77
</parent>
88
<artifactId>eppic-cli</artifactId>
99

eppic-dbtools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eppic-web</groupId>
66
<artifactId>eppic</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
</parent>
99

1010
<artifactId>eppic-dbtools</artifactId>

eppic-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eppic-web</groupId>
66
<artifactId>eppic</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
</parent>
99

1010
<artifactId>eppic-model</artifactId>

eppic-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eppic-web</groupId>
88
<artifactId>eppic</artifactId>
9-
<version>3.2.1-SNAPSHOT</version>
9+
<version>3.2.0</version>
1010
</parent>
1111

1212
<artifactId>eppic-rest</artifactId>

eppic-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>eppic</artifactId>
77
<groupId>org.eppic-web</groupId>
8-
<version>3.2.1-SNAPSHOT</version>
8+
<version>3.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

eppic-wui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eppic-web</groupId>
66
<artifactId>eppic</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
</parent>
99

1010
<artifactId>eppic-wui</artifactId>

pom.xml

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

44
<groupId>org.eppic-web</groupId>
55
<artifactId>eppic</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.0</version>
77
<packaging>pom</packaging>
88

99
<modules>

0 commit comments

Comments
 (0)