UWMadisonUcomm / uw-ui-toolkit

A web front-end toolkit based on Bootstrap for designing and developing modern, mobile-first websites for the University of Wisconsin-Madison
Apache License 2.0
16 stars 15 forks source link

0.3.0 Maven Release contains 0.2.2 assets #83

Open nblair opened 9 years ago

nblair commented 9 years ago

Looking at the contents of the 0.3.0 release, I see the following tree structure:

META-INF/
  resources/
    edu.wisc.umark/
      uw-ui-toolkit/
        0.2.2/

I expect we should see 0.3.0 there. The Maven release process is dependent on the following:

  1. Someone creating a Github Release.
  2. Updating the pom.xml to make the upstreamVersion property match the Github Release version.
  3. Execute maven release

The maven release in that pom follows a pattern that the Webjars project does: download a zip file, unpack it in the right directory, jar it up, and ship the jar to a Maven artifact repository.