Skip to content

Commit

Permalink
Release 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jxblum committed Jul 4, 2023
1 parent 60d720b commit a5faac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ junitVersion=4.13.2
lombokVersion=1.18.28
mockitoVersion=4.11.0
multithreadedtcVersion=1.01
version=1.0.3-SNAPSHOT
version=1.0.3
2 changes: 1 addition & 1 deletion ivy.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="org.codeprimate" module="cp-elements" revision="1.0.3-SNAPSHOT" branch="trunk" status="integration">
<info organisation="org.codeprimate" module="cp-elements" revision="1.0.3" branch="trunk" status="integration">

<ivyauthor name="Codeprimate, LLC" url="www.codeprimate.org"/>
<description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.codeprimate</groupId>
<artifactId>cp-elements</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<name>Elements</name>
Expand Down

0 comments on commit a5faac8

Please sign in to comment.