Author: malat-guest
Date: 2011-09-20 20:43:02 +0000 (Tue, 20 Sep 2011)
New Revision: 14966

Modified:
   trunk/jmdns/debian/changelog
   trunk/jmdns/debian/control
   trunk/jmdns/debian/poms/jmdns.pom
Log:
prepare for new release

Modified: trunk/jmdns/debian/changelog
===================================================================
--- trunk/jmdns/debian/changelog        2011-09-20 17:12:03 UTC (rev 14965)
+++ trunk/jmdns/debian/changelog        2011-09-20 20:43:02 UTC (rev 14966)
@@ -1,3 +1,9 @@
+jmdns (3.4.1-1) UNRELEASED; urgency=low
+
+  * New upstream : 3.4.1
+
+ -- Mathieu Malaterre <[email protected]>  Tue, 20 Sep 2011 21:47:53 
+0200
+
 jmdns (3.4.0-2) unstable; urgency=low
 
   * Fix issue with un-resolvable parent POM:

Modified: trunk/jmdns/debian/control
===================================================================
--- trunk/jmdns/debian/control  2011-09-20 17:12:03 UTC (rev 14965)
+++ trunk/jmdns/debian/control  2011-09-20 20:43:02 UTC (rev 14966)
@@ -2,7 +2,8 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<[email protected]>
-Uploaders: Mathieu Malaterre (malat) <[email protected]>, 
+DM-Upload-Allowed: yes
+Uploaders: Mathieu Malaterre <[email protected]>, 
  James Page <[email protected]>
 Build-Depends: debhelper (>> 7), javahelper, gcj-jdk, default-jdk, 
maven-repo-helper
 Build-Depends-Indep: junit4, libeasymock-java

Modified: trunk/jmdns/debian/poms/jmdns.pom
===================================================================
--- trunk/jmdns/debian/poms/jmdns.pom   2011-09-20 17:12:03 UTC (rev 14965)
+++ trunk/jmdns/debian/poms/jmdns.pom   2011-09-20 20:43:02 UTC (rev 14966)
@@ -2,13 +2,21 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>javax.jmdns</groupId>
        <artifactId>jmdns</artifactId>
-       <version>3.4.0</version>
+       <version>3.4.1</version>
        <name>JmDNS</name>
        <packaging>jar</packaging>
        <parent>
                <groupId>org.sonatype.oss</groupId>
                <artifactId>oss-parent</artifactId>
-               <version>4</version>
+               <version>7</version>
+               <relativePath>.../parent/pom.xml</relativePath>
+               <!-- 
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
 -->
+               <!-- 
http://www.sonatype.com/people/2010/01/how-to-generate-pgp-signatures-with-maven/
 -->
+               <!-- mvn release:clean -->
+               <!-- mvn release:prepare -->
+               <!-- mvn release:perform -->
+               <!-- mvn nexus:staging-close -->
+               <!-- mvn nexus:staging-promote -->
        </parent>
        <description>JmDNS is a Java implementation of multi-cast DNS and can 
be used for service registration and discovery in local area networks. JmDNS is 
fully compatible with Apple's Bonjour.
 The project was originally started in December 2002 by Arthur van Hoff at 
Strangeberry. In November 2003 the project was moved to SourceForge, and the 
name was changed from JRendezvous to JmDNS for legal reasons.
@@ -20,14 +28,14 @@
                <url>http://jmdns.sourceforge.net/</url>
        </organization>
        <scm>
-               
<connection>scm:svn:https://jmdns.svn.sourceforge.net/svnroot/jmdns/tags/jmdns-3.4.0</connection>
-               
<developerConnection>scm:svn:https://jmdns.svn.sourceforge.net/svnroot/jmdns/tags/jmdns-3.4.0</developerConnection>
-               
<url>scm:svn:https://jmdns.svn.sourceforge.net/svnroot/jmdns/tags/jmdns-3.4.0</url>
+               
<connection>scm:svn:https://jmdns.svn.sourceforge.net/svnroot/jmdns/tags/jmdns-3.4.1</connection>
+               
<developerConnection>scm:svn:https://jmdns.svn.sourceforge.net/svnroot/jmdns/tags/jmdns-3.4.1</developerConnection>
+               
<url>scm:svn:https://jmdns.svn.sourceforge.net/svnroot/jmdns/tags/jmdns-3.4.1</url>
        </scm>
        <distributionManagement>
                <site>
                        <id>jmdns.sf.net</id>
-                       
<url>scp://shell.sourceforge.net/home/groups/j/jm/jmdns/htdocs</url>
+                       
<url>scp://shell.sourceforge.net/home/project-web/jmdns/htdocs</url>
                        <!-- 
http://maven.apache.org/plugins/maven-site-plugin/examples/site-deploy-to-sourceforge.net.html
 -->
                </site>
        </distributionManagement>
@@ -161,7 +169,7 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
-                               <version>2.3.1</version>
+                               <version>2.3.2</version>
                                <configuration>
                                        <source>${jvm.version}</source>
                                        <target>${jvm.version}</target>
@@ -170,7 +178,7 @@
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                
<artifactId>buildnumber-maven-plugin</artifactId>
-                               <version>1.0-beta-4</version>
+                               <version>1.0</version>
                                <executions>
                                        <execution>
                                                <phase>validate</phase>
@@ -240,9 +248,10 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>2.1.0</version>
+                               <version>2.3.5</version>
                                <extensions>true</extensions>
                                <configuration>
+                                       
<manifestLocation>${project.build.outputDirectory}/META-INF</manifestLocation>
                                        <instructions>
                                                
<Export-Package>javax.jmdns</Export-Package>
                                                
<Private-Package>javax.jmdns.impl,javax.jmdns.impl.*,com.strangeberry.*,samples</Private-Package>
@@ -254,7 +263,7 @@
                                <executions>
                                        <execution>
                                                <id>bundle-manifest</id>
-                                               <phase>process-classes</phase>
+                                       <phase>process-classes</phase>
                                                <goals>
                                                        <goal>manifest</goal>
                                                </goals>
@@ -264,15 +273,23 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-site-plugin</artifactId>
+                               <version>3.0</version>
                                <configuration>
                                        <locales>en</locales>
                                        
<!--<templateFile>src/site/site.vm</templateFile> -->
                                </configuration>
+                               <dependencies>
+                                       <dependency><!-- add support for 
ssh/scp -->
+                                               
<groupId>org.apache.maven.wagon</groupId>
+                                               
<artifactId>wagon-ssh</artifactId>
+                                               <version>1.0</version>
+                                       </dependency>
+                               </dependencies>
                        </plugin>
                        <plugin>
                                <groupId>com.atlassian.maven.plugins</groupId>
                                <artifactId>maven-clover2-plugin</artifactId>
-                               <version>3.0.2</version>
+                               <version>3.1.0</version>
                                <configuration>
                                        <includes>
                                                
<include>javax/**/*.java</include>
@@ -309,12 +326,49 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-release-plugin</artifactId>
-                               <version>2.0</version>
                                <configuration>
                                        
<tagBase>https://jmdns.svn.sourceforge.net/svnroot/jmdns/tags/</tagBase>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.sonatype.plugins</groupId>
+                               <artifactId>nexus-maven-plugin</artifactId>
+                               <version>1.9.2.1</version>
+                               <!-- mvn nexus:staging-close -->
+                               <!-- mvn nexus:staging-list -->
+                               <!-- mvn nexus:staging-drop -->
+                               <!-- mvn nexus:staging-promote -->
+                       </plugin>
                </plugins>
+               <pluginManagement>
+                       <plugins>
+                               <!--This plugin's configuration is used to 
store Eclipse m2e settings only. It has no influence on the Maven build 
itself.-->
+                               <plugin>
+                                       <groupId>org.eclipse.m2e</groupId>
+                                       
<artifactId>lifecycle-mapping</artifactId>
+                                       <version>1.0.0</version>
+                                       <configuration>
+                                               <lifecycleMappingMetadata>
+                                                       <pluginExecutions>
+                                                               
<pluginExecution>
+                                                                       
<pluginExecutionFilter>
+                                                                               
<groupId>org.apache.felix</groupId>
+                                                                               
<artifactId>maven-bundle-plugin</artifactId>
+                                                                               
<versionRange>[2.1.0,)</versionRange>
+                                                                               
<goals>
+                                                                               
        <goal>manifest</goal>
+                                                                               
</goals>
+                                                                       
</pluginExecutionFilter>
+                                                                       <action>
+                                                                               
<ignore />
+                                                                       
</action>
+                                                               
</pluginExecution>
+                                                       </pluginExecutions>
+                                               </lifecycleMappingMetadata>
+                                       </configuration>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
        </build>
        <reporting>
                <outputDirectory>target/site</outputDirectory>
@@ -337,7 +391,7 @@
                        <plugin>
                                <groupId>com.atlassian.maven.plugins</groupId>
                                <artifactId>maven-clover2-plugin</artifactId>
-                               <version>3.0.2</version>
+                               <version>3.1.0</version>
                                <configuration>
                                        
<licenseLocation>clover.license.txt</licenseLocation>
                                        <generatePdf>false</generatePdf>


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to