File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 4
4
<groupId >com.iopipe</groupId >
5
5
<artifactId >iopipe-logger-log4j2</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.0.2 </version >
7
+ <version >1.0.3 </version >
8
8
<properties >
9
- <revision >1.0.2 </revision >
9
+ <revision >1.0.3 </revision >
10
10
</properties >
11
11
<name >IOpipe Java Log4j2 Logger Adapter</name >
12
12
<url >https://www.iopipe.com/</url >
13
13
<scm >
14
14
<connection >scm:git:https://github.com/iopipe/iopipe-java-logger-log4j2</connection >
15
15
<url >https://github.com/iopipe/iopipe-java-logger-log4j2</url >
16
- <tag >1.0.2 </tag >
16
+ <tag >1.0.3 </tag >
17
17
</scm >
18
18
<developers >
19
19
<developer >
148
148
149
149
<build >
150
150
<plugins >
151
+ <plugin >
152
+ <groupId >org.apache.maven.plugins</groupId >
153
+ <artifactId >maven-javadoc-plugin</artifactId >
154
+ <executions >
155
+ <execution >
156
+ <id >attach-javadocs</id >
157
+ <goals >
158
+ <goal >jar</goal >
159
+ </goals >
160
+ </execution >
161
+ </executions >
162
+ </plugin >
151
163
<plugin >
152
164
<groupId >org.apache.maven.plugins</groupId >
153
165
<artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments