Skip to content

Commit 05b9825

Browse files
committed
* Initial release
1 parent de3855c commit 05b9825

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<relativePath>../pom.xml</relativePath>
1010
<groupId>org.echocat.tjl</groupId>
1111
<artifactId>parent</artifactId>
12-
<version>1.0</version>
12+
<version>0.1</version>
1313
</parent>
1414

1515
<dependencies>

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<relativePath>../pom.xml</relativePath>
1111
<groupId>org.echocat.tjl</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>1.0</version>
13+
<version>0.1</version>
1414
</parent>
1515

1616
<modules>

dist/tomcat-8.0.53/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<relativePath>../pom.xml</relativePath>
1010
<groupId>org.echocat.tjl</groupId>
1111
<artifactId>dist</artifactId>
12-
<version>1.0</version>
12+
<version>0.1</version>
1313
</parent>
1414

1515
<properties>

dist/tomcat-8.5.32/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<relativePath>../pom.xml</relativePath>
1010
<groupId>org.echocat.tjl</groupId>
1111
<artifactId>dist</artifactId>
12-
<version>1.0</version>
12+
<version>0.1</version>
1313
</parent>
1414

1515
<properties>

pom.xml

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

77
<groupId>org.echocat.tjl</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.0</version>
9+
<version>0.1</version>
1010
<packaging>pom</packaging>
1111
<url>https://github.com/echocat/tomcat-json-logging</url>
1212

0 commit comments

Comments
 (0)