
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Logback: the generic, reliable, fast and flexible logging framework.". The branch, master has been updated via 7286a1b515a98ff515e663f2d4cec776337bee81 (commit) from 1d85c612f3b275b0afeb90d9c9b038ef4e1f5c8c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=7286a1b515a98ff515e663f2d... http://github.com/ceki/logback/commit/7286a1b515a98ff515e663f2d4cec776337bee... commit 7286a1b515a98ff515e663f2d4cec776337bee81 Author: Ceki Gulcu <ceki@qos.ch> Date: Thu Apr 26 15:20:26 2012 +0200 1.0.2 release diff --git a/logback-access/pom.xml b/logback-access/pom.xml index 18c768c..86648b5 100644 --- a/logback-access/pom.xml +++ b/logback-access/pom.xml @@ -7,19 +7,16 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>logback-access</artifactId> <packaging>jar</packaging> <name>Logback Access Module</name> + <description>logback-access module</description> <url>http://logback.qos.ch</url> - <description> - Logback: the reliable, generic, fast and flexible logging library for Java. - </description> - <licenses> <license> <name>Eclipse Public License - v 1.0</name> diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml index 68f2b9a..589d126 100644 --- a/logback-classic/pom.xml +++ b/logback-classic/pom.xml @@ -7,17 +7,15 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>logback-classic</artifactId> <packaging>jar</packaging> <name>Logback Classic Module</name> + <description>logback-classic module</description> <url>http://logback.qos.ch</url> - <description> - Logback: the reliable, generic, fast and flexible logging library for Java. - </description> <licenses> <license> diff --git a/logback-core/pom.xml b/logback-core/pom.xml index c7f01a7..bab53ff 100644 --- a/logback-core/pom.xml +++ b/logback-core/pom.xml @@ -7,22 +7,16 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>logback-core</artifactId> <packaging>jar</packaging> <name>Logback Core Module</name> + <description>logback-core module</description> <url>http://logback.qos.ch</url> - <description> - <!-- - Never _never_ let Eclipse's auto format function add - a line return in the description. - The generated jar will contain a corrupt MANIFEST file. - --> - Logback: the generic, reliable, fast and flexible logging library for Java. - </description> + <licenses> <license> diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml index f33b201..682ad74 100644 --- a/logback-examples/pom.xml +++ b/logback-examples/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -14,6 +14,7 @@ <artifactId>logback-examples</artifactId> <packaging>jar</packaging> <name>Logback Examples Module</name> + <description>logback-examples module</description> <url>http://logback.qos.ch</url> diff --git a/logback-site/pom.xml b/logback-site/pom.xml index e8d86e9..b29a1bd 100644 --- a/logback-site/pom.xml +++ b/logback-site/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -14,6 +14,7 @@ <artifactId>logback-site</artifactId> <packaging>jar</packaging> <name>Logback Site</name> + <description>logback-site module</description> <url>http://logback.qos.ch</url> diff --git a/pom.xml b/pom.xml index eed4f4a..1f1299c 100755 --- a/pom.xml +++ b/pom.xml @@ -6,9 +6,10 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> <packaging>pom</packaging> <name>Logback-Parent</name> + <description>logback project pom.xml file</description> <url>http://logback.qos.ch</url> @@ -18,6 +19,24 @@ </organization> <inceptionYear>2005</inceptionYear> + <licenses> + <license> + <name>Eclipse Public License - v 1.0</name> + <url>http://www.eclipse.org/legal/epl-v10.html</url> + </license> + + <license> + <name>GNU Lesser General Public License</name> + <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</url> + </license> + </licenses> + + <scm> + <url>https://github.com/ceki/logback</url> + <connection>git@github.com:ceki/logback.git</connection> + </scm> + + <modules> <module>logback-core</module> @@ -42,6 +61,21 @@ <!--<jetty.version>8.0.1.v20110908</jetty.version>--> </properties> + <developers> + <developer> + <id>ceki</id> + <name>Ceki Gulcu</name> + <email>ceki@qos.ch</email> + </developer> + + <developer> + <id>hixi</id> + <name>Joern Huxhorn</name> + <email>huxi@undisclosed.org</email> + </developer> + + </developers> + <dependencies> <dependency> <groupId>junit</groupId> @@ -354,8 +388,11 @@ </site> <repository> - <id>pixie</id> - <url>scp://pixie.qos.ch/var/mvnrepo/</url> + <id>sonatype-nexus-staging</id> + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> + + <!--<id>pixie</id>--> + <!--<url>scp://pixie.qos.ch/var/mvnrepo/</url>--> </repository> </distributionManagement> @@ -433,6 +470,30 @@ </build> </profile> + + <profile> + <id>sign-artifacts</id> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-gpg-plugin</artifactId> + <version>1.1</version> + <executions> + <execution> + <id>sign-artifacts</id> + <phase>verify</phase> + <goals> + <goal>sign</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + + </profiles> </project> diff --git a/release.sh b/release.sh index 44b5eb8..105bde3 100644 --- a/release.sh +++ b/release.sh @@ -7,7 +7,7 @@ mvn install mvn site:site #mvn javadoc:jar mvn assembly:assembly -mvn deploy -P javadocjar +mvn deploy -P javadocjar,sign-artifacts mvn site:deploy -N #git tag -a v_${VERSION_NUMBER} ----------------------------------------------------------------------- Summary of changes: logback-access/pom.xml | 7 +--- logback-classic/pom.xml | 6 +--- logback-core/pom.xml | 12 ++------ logback-examples/pom.xml | 3 +- logback-site/pom.xml | 3 +- pom.xml | 67 +++++++++++++++++++++++++++++++++++++++++++-- release.sh | 2 +- 7 files changed, 76 insertions(+), 24 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.