Skip to content

Commit a5faac8

Browse files
committed
Release 1.0.3.
1 parent 60d720b commit a5faac8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ junitVersion=4.13.2
44
lombokVersion=1.18.28
55
mockitoVersion=4.11.0
66
multithreadedtcVersion=1.01
7-
version=1.0.3-SNAPSHOT
7+
version=1.0.3

Diff for: ivy.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
4-
<info organisation="org.codeprimate" module="cp-elements" revision="1.0.3-SNAPSHOT" branch="trunk" status="integration">
4+
<info organisation="org.codeprimate" module="cp-elements" revision="1.0.3" branch="trunk" status="integration">
55

66
<ivyauthor name="Codeprimate, LLC" url="www.codeprimate.org"/>
77
<description>

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>org.codeprimate</groupId>
1515
<artifactId>cp-elements</artifactId>
16-
<version>1.0.3-SNAPSHOT</version>
16+
<version>1.0.3</version>
1717
<packaging>jar</packaging>
1818

1919
<name>Elements</name>

0 commit comments

Comments
 (0)