Skip to content

Commit 92b392f

Browse files
author
That is Mister Jenkins to you
committed
Cut REL-1.4.58
1 parent 041a5a4 commit 92b392f

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

amazonaws-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>commons</artifactId>
1010
<groupId>com.comoyo</groupId>
11-
<version>1.4-SNAPSHOT</version>
11+
<version>1.4.58</version>
1212
</parent>
1313

1414
<name>amazonaws-utils - Tools for AWS</name>

emjar-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>commons</artifactId>
1010
<groupId>com.comoyo</groupId>
11-
<version>1.4-SNAPSHOT</version>
11+
<version>1.4.58</version>
1212
</parent>
1313

1414
<name>emjar-maven-plugin -- for building executable embedded jar files</name>

emjar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>commons</artifactId>
1010
<groupId>com.comoyo</groupId>
11-
<version>1.4-SNAPSHOT</version>
11+
<version>1.4.58</version>
1212
</parent>
1313

1414
<name>emjar -- for loading dependencies from embedded jar files</name>

logging-context-gelf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>commons</artifactId>
1010
<groupId>com.comoyo</groupId>
11-
<version>1.4-SNAPSHOT</version>
11+
<version>1.4.58</version>
1212
</parent>
1313

1414
<name>logging-context-gelf - Logging with context to GELF</name>

logging-context-json/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.comoyo</groupId>
77
<artifactId>commons</artifactId>
8-
<version>1.4-SNAPSHOT</version>
8+
<version>1.4.58</version>
99
</parent>
1010
<groupId>com.comoyo.commons</groupId>
1111
<artifactId>logging-context-json</artifactId>
12-
<version>1.4-SNAPSHOT</version>
12+
<version>1.4.58</version>
1313
<name>logging-context-json - Logging with context to json-event logs for logstash</name>
1414
<url>http://github.com/comoyo/commons/</url>
1515
<build>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.comoyo.commons</groupId>
5252
<artifactId>logging-context</artifactId>
53-
<version>1.4-SNAPSHOT</version>
53+
<version>1.4.58</version>
5454
</dependency>
5555
</dependencies>
5656
</project>

logging-context/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>commons</artifactId>
1010
<groupId>com.comoyo</groupId>
11-
<version>1.4-SNAPSHOT</version>
11+
<version>1.4.58</version>
1212
</parent>
1313

1414
<name>logging-context - Tools for logging with context</name>

logging-utilities/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>commons</artifactId>
77
<groupId>com.comoyo</groupId>
8-
<version>1.4-SNAPSHOT</version>
8+
<version>1.4.58</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pb-json/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>commons</artifactId>
1010
<groupId>com.comoyo</groupId>
11-
<version>1.4-SNAPSHOT</version>
11+
<version>1.4.58</version>
1212
</parent>
1313

1414
<name>pb-json - Tools for working with Protobuf and Json</name>
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>com.comoyo.maven.plugins</groupId>
4343
<artifactId>protoc-bundled-plugin</artifactId>
44-
<version>1.4-SNAPSHOT</version>
44+
<version>1.4.58</version>
4545
<executions>
4646
<execution>
4747
<goals>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<name>Comoyo Commons Multi-Module POM</name>
1717
<groupId>com.comoyo</groupId>
1818
<artifactId>commons</artifactId>
19-
<version>1.4-SNAPSHOT</version>
19+
<version>1.4.58</version>
2020
<description>Collection of utility components</description>
2121

2222
<url>https://github.com/comoyo/commons</url>

protoc-bundled-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>commons</artifactId>
77
<groupId>com.comoyo</groupId>
8-
<version>1.4-SNAPSHOT</version>
8+
<version>1.4.58</version>
99
</parent>
1010

1111
<groupId>com.comoyo.maven.plugins</groupId>

0 commit comments

Comments
 (0)