Skip to content

Commit

Permalink
bump version to 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lfcnassif committed Oct 4, 2023
1 parent 146459c commit 7a7bc48
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion iped-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>

<artifactId>iped-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>

<artifactId>iped-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-carvers/iped-ahocorasick/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-carvers</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>
<artifactId>iped-ahocorasick</artifactId>
<version>1.1</version>
Expand Down
2 changes: 1 addition & 1 deletion iped-carvers/iped-carvers-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-carvers</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>
<artifactId>iped-carvers-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion iped-carvers/iped-carvers-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-carvers</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>

<artifactId>iped-carvers-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-carvers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>

<artifactId>iped-carvers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>

<artifactId>iped-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-engine/src/main/java/iped/engine/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
public class Version {

public static String APP_VERSION = "4.1.4"; //$NON-NLS-1$
public static String APP_VERSION = "4.1.5"; //$NON-NLS-1$
public static String APP_NAME_PREFIX = "Indexador e Processador de Evidências Digitais"; //$NON-NLS-1$
public static String APP_NAME = APP_NAME_PREFIX + " " + APP_VERSION; //$NON-NLS-1$
public static String APP_EXT = "IPED"; //$NON-NLS-1$
Expand Down
2 changes: 1 addition & 1 deletion iped-geo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>

<artifactId>iped-geo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-parsers/iped-parsers-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parsers</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>
<artifactId>iped-parsers-impl</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion iped-parsers/java-dbf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parsers</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>
<artifactId>java-dbf</artifactId>
<version>1.0-patched</version>
Expand Down
2 changes: 1 addition & 1 deletion iped-parsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>

<artifactId>iped-parsers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>

<artifactId>iped-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-viewers/iped-viewers-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-viewers</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>

<artifactId>iped-viewers-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-viewers/iped-viewers-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-viewers</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>
<artifactId>iped-viewers-impl</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion iped-viewers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</parent>

<artifactId>iped-viewers</artifactId>
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>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 7a7bc48

Please sign in to comment.