Skip to content

Commit 6c45c3e

Browse files
committed
Bump version
1 parent cbd46ee commit 6c45c3e

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

annotations/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>chimera</artifactId>
55
<groupId>com.karuslabs</groupId>
6-
<version>5.1.0-SNAPSHOT</version>
6+
<version>5.1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>annotations</artifactId>

annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.karuslabs</groupId>
66
<artifactId>chimera</artifactId>
7-
<version>5.1.0-SNAPSHOT</version>
7+
<version>5.1.0</version>
88
</parent>
99

1010
<artifactId>annotations</artifactId>

commons/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>chimera</artifactId>
55
<groupId>com.karuslabs</groupId>
6-
<version>5.1.0-SNAPSHOT</version>
6+
<version>5.1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>commons</artifactId>

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.karuslabs</groupId>
66
<artifactId>chimera</artifactId>
7-
<version>5.1.0-SNAPSHOT</version>
7+
<version>5.1.0</version>
88
</parent>
99

1010
<artifactId>commons</artifactId>

pom.xml

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

55
<groupId>com.karuslabs</groupId>
66
<artifactId>chimera</artifactId>
7-
<version>5.1.0-SNAPSHOT</version>
7+
<version>5.1.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Chimera</name>

typist-example-plugin/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>chimera</artifactId>
55
<groupId>com.karuslabs</groupId>
6-
<version>5.1.0-SNAPSHOT</version>
6+
<version>5.1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>typist-example-plugin</artifactId>

typist-example-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.karuslabs</groupId>
66
<artifactId>chimera</artifactId>
7-
<version>5.1.0-SNAPSHOT</version>
7+
<version>5.1.0</version>
88
</parent>
99

1010
<artifactId>typist-example-plugin</artifactId>

typist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.karuslabs</groupId>
66
<artifactId>chimera</artifactId>
7-
<version>5.1.0-SNAPSHOT</version>
7+
<version>5.1.0</version>
88
</parent>
99

1010
<artifactId>typist</artifactId>

typist/src/main/java/com/karuslabs/typist/generation/chunks/Constants.java

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

2828
@Static interface Constants<T> {
2929

30-
static final String VERSION = "5.1.0-SNAPSHOT";
30+
static final String VERSION = "5.1.0";
3131
static final String SOURCE = "source";
3232
static final String REQUIREMENT = "REQUIREMENT";
3333
static final String NULL = "null";

0 commit comments

Comments
 (0)