Skip to content

Commit

Permalink
set pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
nazoking committed Dec 1, 2014
1 parent 0c2dd80 commit af085ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<groupId>net.logstash.log4j</groupId>
<artifactId>jsonevent-layout</artifactId>
<packaging>jar</packaging>
<version>1.8-SNAPSHOT</version>
<version>1.8-log4j1.2.14-SNAPSHOT</version>
<name>jsonevent-layout</name>
<description>Log4j pattern layout that conforms to the logstash json_event format</description>
<description>Log4j pattern layout that conforms to the logstash json_event format for log4j1.2.14</description>
<url>http://logstash.net</url>
<licenses>
<license>
Expand Down Expand Up @@ -36,9 +36,9 @@
<version>7</version>
</parent>
<scm>
<connection>scm:git:[email protected]:[email protected]:logstash/log4j-jsonevent-layout.git</connection>
<developerConnection>scm:git:[email protected]:logstash/log4j-jsonevent-layout.git</developerConnection>
<url>[email protected]:logstash/log4j-jsonevent-layout.git</url>
<connection>scm:git:[email protected]:[email protected]:team-lab/log4j-jsonevent-layout.git</connection>
<developerConnection>scm:git:[email protected]:team-lab/log4j-jsonevent-layout.git</developerConnection>
<url>[email protected]:team-lab/log4j-jsonevent-layout.git</url>
</scm>
<build>
<pluginManagement>
Expand Down

0 comments on commit af085ec

Please sign in to comment.