Skip to content

Commit

Permalink
added jgitver
Browse files Browse the repository at this point in the history
  • Loading branch information
cecom committed Jan 11, 2018
1 parent 4a1d914 commit ac9bf59
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
<extension>
<groupId>fr.brouillard.oss</groupId>
<artifactId>jgitver-maven-plugin</artifactId>
<version>1.1.5</version>
</extension>
</extensions>
25 changes: 25 additions & 0 deletions .mvn/jgitver.config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns="http://jgitver.github.io/maven/configuration/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jgitver.github.io/maven/configuration/1.0.0 https://jgitver.github.io/maven/configuration/jgitver-configuration-v1_0_0.xsd">
<mavenLike>false</mavenLike>
<!-- wenn nicht auf einem Tag dann wird der Patch Level um 1 erhöht -->
<autoIncrementPatch>true</autoIncrementPatch>
<!-- wenn nicht auf einem Tag dann wird angegeben, wie weit man weg ist bis zum letzten Tag -->
<useCommitDistance>true</useCommitDistance>
<!-- sollte der Workspace verändert sein, gibt es einen DIRTY Flag -->
<useDirty>true</useDirty>
<!-- es wird noch der SHA1 mit im Build aufgenommen -->
<useGitCommitId>true</useGitCommitId>
<!-- nur 8 Zeichen des SHA1 -->
<gitCommitIdLength>8</gitCommitIdLength>
<!-- diese Branches werden nicht separat am Tag namen angehogen. -->
<!-- 0.0.2-13-67bad713-dirty vs 0.0.2-13-67bad713-feature_35-dirty -->
<nonQualifierBranches>master,develop</nonQualifierBranches>

<!-- HINWEIS -->
<!-- Um die Version zu berechnen, wird der letzte Tag herangezogen. Dieser Tag muss der https://semver.org/ entsprechen. -->
<!-- Sprich MAJOR.MINOR.PATCH. Standardmäßig darf ein TAG also 1.1.0 bzw. v1.1.0 heißen. -->
<!-- Andere TAGs werden nicht in die Berechnung einbezogen! -->
<!-- Via <regexVersionTag> kann man sein eigenes Layout definieren via RegEx Gruppen. Es muss aber immernoch der https://semver.org/ entsprechen. -->
<!-- z.B. <regexVersionTag>r([0-9]+)m([0-9]+)p([0-9]+)</regexVersionTag> für r10m1p2 und ergibt dann also 10.1.2 -->

</configuration>
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify</artifactId>
<version>develop</version>
<version>0</version>
</parent>
<artifactId>pacify.api</artifactId>
<name>com.geewhiz.pacify.api</name>
Expand Down
2 changes: 1 addition & 1 deletion assembly/full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify.assembly</artifactId>
<version>develop</version>
<version>0</version>
</parent>
<artifactId>pacify.assembly.full</artifactId>
<name>com.geewhiz.pacify.assembly.full</name>
Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify</artifactId>
<version>develop</version>
<version>0</version>
</parent>
<artifactId>pacify.assembly</artifactId>
<name>com.geewhiz.pacify.assembly</name>
Expand Down
2 changes: 1 addition & 1 deletion assembly/shaded-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify.assembly</artifactId>
<version>develop</version>
<version>0</version>
</parent>
<artifactId>pacify.assembly.shaded-jar</artifactId>
<name>com.geewhiz.pacify.assembly.shaded-jar</name>
Expand Down
2 changes: 1 addition & 1 deletion commandline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify</artifactId>
<version>develop</version>
<version>0</version>
</parent>
<artifactId>pacify.commandline</artifactId>
<name>com.geewhiz.pacify.commandline</name>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify</artifactId>
<version>develop</version>
<version>0</version>
</parent>
<artifactId>pacify.common</artifactId>
<name>com.geewhiz.pacify.common</name>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify</artifactId>
<version>develop</version>
<version>0</version>
</parent>
<artifactId>pacify.impl</artifactId>
<name>com.geewhiz.pacify.impl</name>
Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify</artifactId>
<version>develop</version>
<version>0</version>
</parent>
<artifactId>pacify.model</artifactId>
<name>com.geewhiz.pacify.model</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>pacify</artifactId>
<packaging>pom</packaging>
<name>com.geewhiz.pacify</name>
<version>develop</version>
<version>0</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion resolver/cmd-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify.resolver</artifactId>
<version>develop</version>
<version>0</version>
</parent>
<artifactId>pacify.resolver.cmd-resolver</artifactId>
<name>com.geewhiz.pacify.resolver.cmd-resolver</name>
Expand Down
2 changes: 1 addition & 1 deletion resolver/file-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify.resolver</artifactId>
<version>develop</version>
<version>0</version>
</parent>
<artifactId>pacify.resolver.file-resolver</artifactId>
<name>com.geewhiz.pacify.resolver.file-resolver</name>
Expand Down
2 changes: 1 addition & 1 deletion resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.geewhiz.pacify</groupId>
<artifactId>pacify</artifactId>
<version>develop</version>
<version>0</version>
</parent>
<artifactId>pacify.resolver</artifactId>
<name>com.geewhiz.pacify.resolver</name>
Expand Down

0 comments on commit ac9bf59

Please sign in to comment.