Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ethlo committed Apr 7, 2017
1 parent 7c75b14 commit de8781e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dachs-audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ethlo.dachs</groupId>
<artifactId>dachs</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>
<name>Dachs - Audit</name>
<description>Dachs - Data Change Snitch - Audit module</description>
Expand Down
2 changes: 1 addition & 1 deletion dachs-common-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ethlo.dachs</groupId>
<artifactId>dachs</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>
<artifactId>dachs-common-jpa</artifactId>
<name>Dachs - Common JPA</name>
Expand Down
2 changes: 1 addition & 1 deletion dachs-common-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ethlo.dachs</groupId>
<artifactId>dachs</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>
<artifactId>dachs-common-test</artifactId>
<name>Dachs - Common Test</name>
Expand Down
2 changes: 1 addition & 1 deletion dachs-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ethlo.dachs</groupId>
<artifactId>dachs</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>
<artifactId>dachs-common</artifactId>
<name>Dachs - Common</name>
Expand Down
2 changes: 1 addition & 1 deletion dachs-eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ethlo.dachs</groupId>
<artifactId>dachs</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>
<artifactId>dachs-eclipselink</artifactId>
<name>Dachs - EclipseLink</name>
Expand Down
2 changes: 1 addition & 1 deletion dachs-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ethlo.dachs</groupId>
<artifactId>dachs</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>
<artifactId>dachs-hibernate</artifactId>
<name>Dachs - Hibernate</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ethlo.dachs</groupId>
<artifactId>dachs</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
<name>Dachs - Data Change Snitch</name>
<packaging>pom</packaging>
<parent>
Expand Down

0 comments on commit de8781e

Please sign in to comment.