Skip to content

Commit

Permalink
Bump version, prepare for release (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: Flanker-MSFT <flanker-msft@LiudeMac-mini.local>
  • Loading branch information
Flanker32 and Flanker-MSFT authored Aug 22, 2023
1 parent 2282df9 commit c03df17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-functions-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-functions-archetype</artifactId>
<version>1.54</version>
<version>1.55</version>
<packaging>jar</packaging>

<name>Maven Archetype for Azure Functions</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</requiredProperty>

<requiredProperty key="javaVersion">
<defaultValue>8</defaultValue>
<defaultValue>17</defaultValue>
</requiredProperty>

<requiredProperty key="trigger">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#else
<java.version>${javaVersion}</java.version>
#end
<azure.functions.maven.plugin.version>1.26.0</azure.functions.maven.plugin.version>
<azure.functions.maven.plugin.version>1.27.0</azure.functions.maven.plugin.version>
<azure.functions.java.library.version>3.0.0</azure.functions.java.library.version>
#if(${appName}=="$(artifactId)-$(timestamp)")
<functionAppName>${artifactId.toLowerCase()}-${package.getClass().forName("java.time.LocalDateTime").getMethod("now").invoke(null).format($package.Class.forName("java.time.format.DateTimeFormatter").getMethod("ofPattern", $package.Class).invoke(null, "yyyyMMddHHmmssSSS"))}</functionAppName>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-archetypes</artifactId>
<version>1.55-SNAPSHOT</version>
<version>1.56-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Maven Archetypes for Azure</name>
<description>Maven Archetypes for Microsoft Azure services</description>
Expand Down

0 comments on commit c03df17

Please sign in to comment.