Skip to content

Commit 22dd0a3

Browse files
authored
Merge pull request #7 from GibraltarSoftware/release/1.0.2
release/1.0.2
2 parents 277baf6 + 128e9d6 commit 22dd0a3

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.onloupe</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0.1</version>
8+
<version>1.0.2</version>
99
</parent>
1010

1111
<artifactId>core</artifactId>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.onloupe</groupId>
6969
<artifactId>model</artifactId>
70-
<version>1.0.1</version>
70+
<version>1.0.2</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>javax.xml.bind</groupId>

loupe-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.onloupe</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.0.2</version>
88
</parent>
99

1010
<artifactId>loupe-api</artifactId>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.onloupe</groupId>
5959
<artifactId>core</artifactId>
60-
<version>1.0.1</version>
60+
<version>1.0.2</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>

loupe-log4j-support/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.onloupe</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.0.2</version>
88
</parent>
99

1010
<artifactId>loupe-log4j-support</artifactId>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.onloupe</groupId>
5959
<artifactId>core</artifactId>
60-
<version>1.0.1</version>
60+
<version>1.0.2</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>

loupe-log4j2-support/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.onloupe</groupId>
55
<artifactId>parent</artifactId>
6-
<version>1.0.1</version>
6+
<version>1.0.2</version>
77
</parent>
88
<artifactId>loupe-log4j2-support</artifactId>
99

@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.onloupe</groupId>
5353
<artifactId>core</artifactId>
54-
<version>1.0.1</version>
54+
<version>1.0.2</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>

loupe-logback-support/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.onloupe</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.0.2</version>
88
</parent>
99

1010
<artifactId>loupe-logback-support</artifactId>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.onloupe</groupId>
5959
<artifactId>core</artifactId>
60-
<version>1.0.1</version>
60+
<version>1.0.2</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>

model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.onloupe</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.0.2</version>
88
</parent>
99
<artifactId>model</artifactId>
1010

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.onloupe</groupId>
55
<artifactId>parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.0.1</version>
7+
<version>1.0.2</version>
88

99
<name>Loupe</name>
1010
<description>Loupe. Log, Monitor, Resolve.</description>

0 commit comments

Comments
 (0)