Changelog

Release History

VersionDateDescription
1.02009-08-31 
1.12009-09-21 
1.22009-09-26 
1.32009-12-16 
1.42010-03-27 
1.52010-07-11 
1.62011-02-08 
1.7  

Release 1.0 - 2009-08-31

TypeChangesBy

update


      ...
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-remote-resources-plugin</artifactId>
        <version>1.0</version>
        <executions>
          <execution>
            <id>process</id>
            <goals>
              <goal>process</goal>
            </goals>
            <configuration>
              <resourceBundles>
                <resourceBundle>org.jomc.build:jomc-build-resources:1.0</resourceBundle>
              </resourceBundles>
              <properties>
                <buildNumber>${buildNumber}</buildNumber>
              </properties>
            </configuration>
          </execution>
        </executions>
      </plugin>
      ...
schulte2005

Release 1.1 - 2009-09-21

TypeChangesBy

update

Added a checkstyle configuration to the jomc-build-resources artifact.


        ...
        <extensions>
          <extension>
            <groupId>org.jomc.build</groupId>
            <artifactId>jomc-build-resources</artifactId>
            <version>1.1</version>
          </extension>
        </extensions>
        ...
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-checkstyle-plugin</artifactId>
          <version>2.3</version>
          <configuration>
            <configLocation>org/jomc/build/resources/checkstyle.xml</configLocation>
          </configuration>
        </plugin>
        ...
schulte2005

Release 1.2 - 2009-09-26

TypeChangesBy

update

Added LIZENZ.txt.vm and PROJEKT.txt.vm resources to the jomc-build-resources artifact.

Note:
This artifact needs to be processed with version 1.1 of the maven-remote-resources-plugin. See MRRESOURCES-36.

schulte2005

Release 1.3 - 2009-12-16

TypeChangesBy

add

Added changes-report-1.0.0.xslt resource to the jomc-build-resources artifact.schulte2005

Release 1.4 - 2010-03-27

TypeChangesBy

add

Build updates.schulte2005

Release 1.5 - 2010-07-11

TypeChangesBy

update

Updated the changes-report-1.0.0.xslt document of the jomc-build-resources artifact to support releases without any actions by adding a table row containing the text No changes in this release..schulte2005

Release 1.6 - 2011-02-08

No changes in this release.

Release 1.7

TypeChangesBy

add

Added license comments to the PROJECT.txt.vm and PROJEKT.txt.vm resources.schulte2005

add

Added with-developer-copyright and with-organization-copyright template parameters to the META-INF/LICENSE.txt.vm and META-INF/LIZENZ.txt.vm resources.schulte2005

fix

Updated the PROJECT.txt.vm and PROJEKT.txt.vm resources to support licenses without name suppressing corresponding build warnings.schulte2005

update

Updated the PROJECT.txt.vm and PROJEKT.txt.vm resources to only use license URLs with protocols http and ftp.schulte2005

update

Renamed the buildNumber template parameter of the META-INF/PROJECT.txt.vm and META-INF/PROJEKT.txt.vm resources to buildDate.schulte2005

update

Renamed the build.number stylesheet parameter of the org/jomc/build/resources/changes-report-1.0.0.xslt resource to project.date.schulte2005