Skip to content

Commit 82e43a4

Browse files
author
Selfeer
committed
try to change unpacking location
1 parent ee62937 commit 82e43a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

parquetify/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.altinity.parquet.regression</groupId>
88
<artifactId>parquet-regression</artifactId>
9-
<version>0.0.6</version>
9+
<version>0.0.7</version>
1010

1111
<properties>
1212
<maven.compiler.source>11</maven.compiler.source>
@@ -67,10 +67,13 @@
6767
<type>DEB</type>
6868
<!-- Application version -->
6969
<appVersion>${project.version}</appVersion>
70+
<!-- Install directory (e.g., to /usr/bin) -->
71+
<installDir>/usr</installDir>
7072
</configuration>
7173
</execution>
7274
</executions>
7375
</plugin>
76+
7477
</plugins>
7578
</build>
7679
<dependencies>

0 commit comments

Comments
 (0)