Skip to content

Commit

Permalink
build number set
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Feb 25, 2016
1 parent c49a5f8 commit f43a13e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netbout-web/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Netbout-Version: ${project.version}
Netbout-Date: ${timestamp}
Netbout-Revision: BUILD
Netbout-Revision: c49a5f8
Netbout-FbId: ${fb.id}
Netbout-FbSecret: ${fb.secret}
Netbout-GoogleId: ${google.id}
Expand Down
2 changes: 1 addition & 1 deletion netbout-web/src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ log4j.appender.SYSLOG.facilityPrinting=true
log4j.appender.SYSLOG.syslogHost=${syslogHost}
log4j.appender.SYSLOG.header=true
log4j.appender.SYSLOG.layout=org.apache.log4j.PatternLayout
log4j.appender.SYSLOG.layout.ConversionPattern=%p BUILD %c: %m%n
log4j.appender.SYSLOG.layout.ConversionPattern=%p c49a5f8 %c: %m%n

# Application-specific logging
log4j.logger.com.netbout=INFO
Expand Down

0 comments on commit f43a13e

Please sign in to comment.