You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/02/09 03:53:41 UTC

[Bug 57549] New: pom.xml files of Standard taglib reference 1.2-SNAPSHOT build of taglibs-build-tools

https://issues.apache.org/bugzilla/show_bug.cgi?id=57549

            Bug ID: 57549
           Summary: pom.xml files of Standard taglib reference
                    1.2-SNAPSHOT build of taglibs-build-tools
           Product: Taglibs
           Version: 1.2.1
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Standard Taglib
          Assignee: dev@tomcat.apache.org
          Reporter: knst.kolinko@gmail.com

In POM files of compat, impl, jstlel, spec modules of taglibs-standard-1.2.1
there is the following construct:

<build>
  <plugins>
    ...
    <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-checkstyle-plugin</artifactId>
       <version>2.6</version>
       <dependencies>
         <dependency>
           <groupId>org.apache.taglibs</groupId>
           <artifactId>taglibs-build-tools</artifactId>
           <version>1.2-SNAPSHOT</version>
         </dependency>
       </dependencies>
     </plugin>
    </plugins>
</build>

It is bad to depend on a SNAPSHOT version here, if anyone is rebuilding from
this pom.  The current version is 1.2.3-SNAPSHOT, not 1.2-SNAPSHOT.

Apparently the version is not updated by maven-release plugin. Manually
updating it is a bad idea.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 57549] pom.xml files of Standard taglib reference 1.2-SNAPSHOT build of taglibs-build-tools

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=57549

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 OS|                            |All

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
Fixed by r1658295, will be in 1.2.3.

Tested with "mvn checkstyle:checkstyle" and "mvn checkstyle:check"

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org