|
48 | 48 | <version>1.7.5</version>
|
49 | 49 | </dependency>
|
50 | 50 | <dependency>
|
51 |
| - <groupId>org.apache.logging.log4j.adapters</groupId> |
| 51 | + <groupId>org.apache.logging.log4j</groupId> |
52 | 52 | <artifactId>log4j-slf4j-impl</artifactId>
|
53 |
| - <version>2.0-beta9</version> |
| 53 | + <version>2.0</version> |
54 | 54 | </dependency>
|
55 | 55 | <dependency>
|
56 | 56 | <groupId>org.slf4j</groupId>
|
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>ch.qos.logback</groupId>
|
72 | 72 | <artifactId>logback-classic</artifactId>
|
73 |
| - <version>1.0.13</version> |
| 73 | + <version>1.1.3</version> |
74 | 74 | </dependency>
|
75 | 75 | <dependency>
|
76 | 76 | <groupId>ch.qos.logback</groupId>
|
77 | 77 | <artifactId>logback-core</artifactId>
|
78 |
| - <version>1.0.13</version> |
| 78 | + <version>1.1.3</version> |
79 | 79 | </dependency>
|
80 | 80 | <dependency>
|
81 | 81 | <groupId>org.apache.logging.log4j</groupId>
|
82 | 82 | <artifactId>log4j-api</artifactId>
|
83 |
| - <version>2.0-beta9</version> |
| 83 | + <version>2.3</version> |
84 | 84 | </dependency>
|
85 | 85 | <dependency>
|
86 | 86 | <groupId>org.apache.logging.log4j</groupId>
|
87 | 87 | <artifactId>log4j-core</artifactId>
|
88 |
| - <version>2.0-beta9</version> |
| 88 | + <version>2.3</version> |
89 | 89 | </dependency>
|
90 | 90 | </dependencies>
|
91 | 91 | <repositories>
|
|
95 | 95 | </repository>
|
96 | 96 | </repositories>
|
97 | 97 | <url>https://github.com/damiendallimore/SplunkJavaLogging</url>
|
| 98 | + <distributionManagement> |
| 99 | + <snapshotRepository> |
| 100 | + <id>ossrh</id> |
| 101 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 102 | + </snapshotRepository> |
| 103 | + <repository> |
| 104 | + <id>ossrh</id> |
| 105 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 106 | + </repository> |
| 107 | + </distributionManagement> |
98 | 108 | <build>
|
99 | 109 | <pluginManagement>
|
100 | 110 | <plugins>
|
| 111 | + <plugin> |
| 112 | + <groupId>org.sonatype.plugins</groupId> |
| 113 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 114 | + <version>1.6.3</version> |
| 115 | + <extensions>true</extensions> |
| 116 | + <configuration> |
| 117 | + <serverId>ossrh</serverId> |
| 118 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 119 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 120 | + </configuration> |
| 121 | + </plugin> |
| 122 | + <plugin> |
| 123 | + <groupId>org.apache.maven.plugins</groupId> |
| 124 | + <artifactId>maven-gpg-plugin</artifactId> |
| 125 | + <version>1.5</version> |
| 126 | + <executions> |
| 127 | + <execution> |
| 128 | + <id>sign-artifacts</id> |
| 129 | + <phase>verify</phase> |
| 130 | + <goals> |
| 131 | + <goal>sign</goal> |
| 132 | + </goals> |
| 133 | + </execution> |
| 134 | + </executions> |
| 135 | + </plugin> |
| 136 | + <plugin> |
| 137 | + <groupId>org.sonatype.plugins</groupId> |
| 138 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 139 | + <version>1.6.3</version> |
| 140 | + <extensions>true</extensions> |
| 141 | + <configuration> |
| 142 | + <serverId>ossrh</serverId> |
| 143 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 144 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 145 | + </configuration> |
| 146 | + </plugin> |
101 | 147 | <plugin>
|
102 | 148 | <groupId>com.google.code.sortpom</groupId>
|
103 | 149 | <artifactId>maven-sortpom-plugin</artifactId>
|
|
0 commit comments