Skip to content

Commit

Permalink
Minor change in files header generation
Browse files Browse the repository at this point in the history
  • Loading branch information
darkman97i committed Apr 22, 2019
1 parent 5b3d5b2 commit 6c5f214
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<packaging>jar</packaging>
<groupId>com.openkm</groupId>
<artifactId>time-control</artifactId>
<version>1.0</version>
<version>1.1</version>

<scm>
<connection>scm:git:git@github.com:openkm/timecontrol.git</connection>
Expand Down Expand Up @@ -112,13 +112,6 @@
<roots>
<root>src/main/java</root>
</roots>
<excludes>
<exclude>**/kea/filter/**</exclude>
<exclude>**/kea/stemmers/**</exclude>
<exclude>**/kea/stopwords/**</exclude>
<exclude>**/kea/util/**</exclude>
<exclude>**/kea/vocab/**</exclude>
</excludes>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 6c5f214

Please sign in to comment.