Skip to content

Commit

Permalink
Bumped to version 1.0.21-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Nov 17, 2020
1 parent 27e4b3b commit fa39feb
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 22 deletions.
62 changes: 43 additions & 19 deletions effective-pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!-- -->
<!-- Generated by Maven Help Plugin on 2020-10-23T17:53:23+02:00 -->
<!-- Generated by Maven Help Plugin on 2020-11-17T15:57:52+01:00 -->
<!-- See: http://maven.apache.org/plugins/maven-help-plugin/ -->
<!-- -->
<!-- ====================================================================== -->
<projects>
<!-- ====================================================================== -->
<!-- -->
<!-- Effective POM for project -->
<!-- 'no.ks.fiks:maskinporten:pom:1.0.19-SNAPSHOT' -->
<!-- 'no.ks.fiks:maskinporten:pom:1.0.20-SNAPSHOT' -->
<!-- -->
<!-- ====================================================================== -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
Expand All @@ -21,7 +21,7 @@
</parent>
<groupId>no.ks.fiks</groupId>
<artifactId>maskinporten</artifactId>
<version>1.0.19-SNAPSHOT</version>
<version>1.0.20-SNAPSHOT</version>
<packaging>pom</packaging>
<name>maskinporten</name>
<description>maskinporten</description>
Expand Down Expand Up @@ -60,6 +60,7 @@
</snapshotRepository>
</distributionManagement>
<properties>
<apache-httpclient.version>5.0.3</apache-httpclient.version>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<changelist>-SNAPSHOT</changelist>
<expiringmap.version>0.5.9</expiringmap.version>
Expand All @@ -81,7 +82,7 @@
<nimbus-jose-jwt.version>8.4</nimbus-jose-jwt.version>
<oauth2-oidc-sdk.version>6.23</oauth2-oidc-sdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>1.0.19</revision>
<revision>1.0.20</revision>
<slf4j.version>1.7.30</slf4j.version>
<use-nexus-staging-maven-plugin>true</use-nexus-staging-maven-plugin>
<versions-maven-plugin.version>2.7</versions-maven-plugin.version>
Expand Down Expand Up @@ -123,7 +124,7 @@
<dependency>
<groupId>no.ks.fiks</groupId>
<artifactId>maskinporten-client</artifactId>
<version>1.0.19-SNAPSHOT</version>
<version>1.0.20-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand All @@ -140,6 +141,11 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.0.3</version>
</dependency>
</dependencies>
</dependencyManagement>
<repositories>
Expand Down Expand Up @@ -207,7 +213,7 @@
</testResource>
</testResources>
<directory>/home/ec2-user/workspace/KS_fiks-maskinporten_master/target</directory>
<finalName>maskinporten-1.0.19-SNAPSHOT</finalName>
<finalName>maskinporten-1.0.20-SNAPSHOT</finalName>
<pluginManagement>
<plugins>
<plugin>
Expand Down Expand Up @@ -596,19 +602,19 @@
<!-- ====================================================================== -->
<!-- -->
<!-- Effective POM for project -->
<!-- 'no.ks.fiks:maskinporten-client:jar:1.0.19-SNAPSHOT' -->
<!-- 'no.ks.fiks:maskinporten-client:jar:1.0.20-SNAPSHOT' -->
<!-- -->
<!-- ====================================================================== -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>no.ks.fiks</groupId>
<artifactId>maskinporten</artifactId>
<version>1.0.19-SNAPSHOT</version>
<version>1.0.20-SNAPSHOT</version>
</parent>
<groupId>no.ks.fiks</groupId>
<artifactId>maskinporten-client</artifactId>
<version>1.0.19-SNAPSHOT</version>
<version>1.0.20-SNAPSHOT</version>
<name>maskinporten-client</name>
<description>maskinporten-client</description>
<url>https://github.com/ks-no/fiks-maskinporten/maskinporten-client</url>
Expand Down Expand Up @@ -642,6 +648,7 @@
</snapshotRepository>
</distributionManagement>
<properties>
<apache-httpclient.version>5.0.3</apache-httpclient.version>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<changelist>-SNAPSHOT</changelist>
<expiringmap.version>0.5.9</expiringmap.version>
Expand All @@ -663,7 +670,7 @@
<nimbus-jose-jwt.version>8.4</nimbus-jose-jwt.version>
<oauth2-oidc-sdk.version>6.23</oauth2-oidc-sdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>1.0.19</revision>
<revision>1.0.20</revision>
<slf4j.version>1.7.30</slf4j.version>
<use-nexus-staging-maven-plugin>true</use-nexus-staging-maven-plugin>
<versions-maven-plugin.version>2.7</versions-maven-plugin.version>
Expand Down Expand Up @@ -705,7 +712,7 @@
<dependency>
<groupId>no.ks.fiks</groupId>
<artifactId>maskinporten-client</artifactId>
<version>1.0.19-SNAPSHOT</version>
<version>1.0.20-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand All @@ -722,6 +729,11 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.0.3</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -767,6 +779,12 @@
<version>0.5.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.0.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
Expand Down Expand Up @@ -833,7 +851,7 @@
</testResource>
</testResources>
<directory>/home/ec2-user/workspace/KS_fiks-maskinporten_master/maskinporten-client/target</directory>
<finalName>maskinporten-client-1.0.19-SNAPSHOT</finalName>
<finalName>maskinporten-client-1.0.20-SNAPSHOT</finalName>
<pluginManagement>
<plugins>
<plugin>
Expand Down Expand Up @@ -1288,19 +1306,19 @@
<!-- ====================================================================== -->
<!-- -->
<!-- Effective POM for project -->
<!-- 'no.ks.fiks:maskinporten-spring-boot-client:jar:1.0.19-SNAPSHOT' -->
<!-- 'no.ks.fiks:maskinporten-spring-boot-client:jar:1.0.20-SNAPSHOT' -->
<!-- -->
<!-- ====================================================================== -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>no.ks.fiks</groupId>
<artifactId>maskinporten</artifactId>
<version>1.0.19-SNAPSHOT</version>
<version>1.0.20-SNAPSHOT</version>
</parent>
<groupId>no.ks.fiks</groupId>
<artifactId>maskinporten-spring-boot-client</artifactId>
<version>1.0.19-SNAPSHOT</version>
<version>1.0.20-SNAPSHOT</version>
<name>maskinporten-spring-boot-client</name>
<description>maskinporten-spring-boot-client</description>
<url>https://github.com/ks-no/fiks-maskinporten/maskinporten-spring-boot-client</url>
Expand Down Expand Up @@ -1334,6 +1352,7 @@
</snapshotRepository>
</distributionManagement>
<properties>
<apache-httpclient.version>5.0.3</apache-httpclient.version>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<changelist>-SNAPSHOT</changelist>
<expiringmap.version>0.5.9</expiringmap.version>
Expand All @@ -1355,7 +1374,7 @@
<nimbus-jose-jwt.version>8.4</nimbus-jose-jwt.version>
<oauth2-oidc-sdk.version>6.23</oauth2-oidc-sdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>1.0.19</revision>
<revision>1.0.20</revision>
<slf4j.version>1.7.30</slf4j.version>
<use-nexus-staging-maven-plugin>true</use-nexus-staging-maven-plugin>
<versions-maven-plugin.version>2.7</versions-maven-plugin.version>
Expand Down Expand Up @@ -1397,7 +1416,7 @@
<dependency>
<groupId>no.ks.fiks</groupId>
<artifactId>maskinporten-client</artifactId>
<version>1.0.19-SNAPSHOT</version>
<version>1.0.20-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand All @@ -1414,6 +1433,11 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.0.3</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand All @@ -1426,7 +1450,7 @@
<dependency>
<groupId>no.ks.fiks</groupId>
<artifactId>maskinporten-client</artifactId>
<version>1.0.19-SNAPSHOT</version>
<version>1.0.20-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1507,7 +1531,7 @@
</testResource>
</testResources>
<directory>/home/ec2-user/workspace/KS_fiks-maskinporten_master/maskinporten-spring-boot-client/target</directory>
<finalName>maskinporten-spring-boot-client-1.0.19-SNAPSHOT</finalName>
<finalName>maskinporten-spring-boot-client-1.0.20-SNAPSHOT</finalName>
<pluginManagement>
<plugins>
<plugin>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
</scm>
<properties>
<nimbus-jose-jwt.version>8.4</nimbus-jose-jwt.version>
<maven.compiler.source>1.8</maven.compiler.source>
<virksomhetssertifikat.version>1.0.11</virksomhetssertifikat.version>
<maven.compiler.source>1.8</maven.compiler.source>
<expiringmap.version>0.5.9</expiringmap.version>
<json-smart.version>2.3</json-smart.version>
<revision>1.0.20</revision>
<revision>1.0.21</revision>
<lombok.version>1.18.14</lombok.version>
<maven.compiler.target>1.8</maven.compiler.target>
<slf4j.version>1.7.30</slf4j.version>
Expand All @@ -38,8 +38,8 @@
<changelist>-SNAPSHOT</changelist>
<hibernate-validator.version>6.1.5.Final</hibernate-validator.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<apache-httpclient.version>5.0.3</apache-httpclient.version>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit fa39feb

Please sign in to comment.