Skip to content

Commit

Permalink
Updating version numbers for 1.4.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Grant committed Jan 15, 2018
1 parent 05c2a2e commit 073f0db
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion elucidate-common-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.digirati.elucidate</groupId>
<artifactId>elucidate-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions elucidate-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.digirati.elucidate</groupId>
<artifactId>elucidate-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>

<build>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.digirati.elucidate</groupId>
<artifactId>elucidate-common-lib</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</dependency>
<!-- Apache Commons Dependencies -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion elucidate-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.digirati.elucidate</groupId>
<artifactId>elucidate-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
<packaging>pom</packaging>
<name>Elucidate Parent</name>

Expand Down
6 changes: 3 additions & 3 deletions elucidate-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.digirati.elucidate</groupId>
<artifactId>elucidate-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>

<build>
Expand All @@ -31,12 +31,12 @@
<dependency>
<groupId>com.digirati.elucidate</groupId>
<artifactId>elucidate-common-lib</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</dependency>
<dependency>
<groupId>com.digirati.elucidate</groupId>
<artifactId>elucidate-converter</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</dependency>
<!-- JSON-LD Dependencies -->
<dependency>
Expand Down

0 comments on commit 073f0db

Please sign in to comment.