Skip to content

Commit

Permalink
Merge pull request #4 from Bernardo-MG/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Bernardo-MG committed Feb 20, 2021
2 parents dac7745 + 7c3b7da commit b2eb598
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 87 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -24,7 +24,7 @@

<groupId>com.bernardomg.maven.archetypes</groupId>
<artifactId>spring-mvc-angular-archetype</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>maven-archetype</packaging>

<name>Spring MVC with Angular Maven Archetype</name>
Expand Down Expand Up @@ -169,7 +169,7 @@
<!-- ============================================== -->
<!-- ================= MAVEN SITE ================= -->
<!-- ============================================== -->
<site.skin.version>2.0.10</site.skin.version>
<site.skin.version>2.0.11</site.skin.version>
<repoDownloadURL>https://dl.bintray.com/bernardo-mg/maven/</repoDownloadURL>
<bintrayURL>https://bintray.com/bernardo-mg/maven/spring-mvc-angular-maven-archetype/view</bintrayURL>
<mavenURL>http://mvnrepository.com/artifact/com.bernardomg.maven.archetypes/spring-mvc-angular-archetype</mavenURL>
Expand Down
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -18,5 +18,10 @@
Corrected docs.
</action>
</release>
<release version="1.0.2" date="2020-02-20" description="Corrected Maven Skin">
<action dev="bmg" type="fix">
Updated Maven skin after finding a breaking bug.
</action>
</release>
</body>
</document>
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/maven/archetype-metadata.xml
Expand Up @@ -11,7 +11,7 @@
<defaultValue>A Spring MVC project using Angular for the views.</defaultValue>
</requiredProperty>
<requiredProperty key="currentYear">
<defaultValue>2020</defaultValue>
<defaultValue>2021</defaultValue>
</requiredProperty>
<requiredProperty key="developerId">
<defaultValue>bmg</defaultValue>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/archetype-resources/pom.xml
Expand Up @@ -355,7 +355,7 @@
<byteBuddy.version>1.10.13</byteBuddy.version>
<classmate.version>1.5.1</classmate.version>
<commons.logging.version>1.2</commons.logging.version>
<glassfish.el>2.2</glassfish.el>
<glassfish.el.version>2.2</glassfish.el.version>
<guava.version>29.0-jre</guava.version>
<h2.version>1.4.200</h2.version>
<hamcrest.version>2.2</hamcrest.version>
Expand Down Expand Up @@ -390,7 +390,7 @@
<!-- ============================================== -->
<!-- ================= MAVEN SITE ================= -->
<!-- ============================================== -->
<site.skin.version>2.0.10</site.skin.version>
<site.skin.version>2.0.11</site.skin.version>
</properties>

<!-- ********************************************** -->
Expand Down Expand Up @@ -715,7 +715,7 @@
<!-- Javax EL implementation -->
<groupId>org.glassfish.web</groupId>
<artifactId>el-impl</artifactId>
<version>${glassfish.el}</version>
<version>${glassfish.el.version}</version>
<scope>provided</scope>
</dependency>
<!-- ============================================== -->
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit b2eb598

Please sign in to comment.