Skip to content

Commit

Permalink
Bumped to version 1.0.14-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Mar 16, 2021
1 parent b2a24ac commit f8bd433
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
44 changes: 22 additions & 22 deletions effective-pom.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!-- -->
<!-- Generated by Maven Help Plugin on 2020-03-09T09:36:44+01:00 -->
<!-- Generated by Maven Help Plugin on 2021-03-16T15:50:14+01:00 -->
<!-- See: http://maven.apache.org/plugins/maven-help-plugin/ -->
<!-- -->
<!-- ====================================================================== -->
<!-- ====================================================================== -->
<!-- -->
<!-- Effective POM for project -->
<!-- 'no.ks.fiks:streaming-klient:jar:1.0.12-SNAPSHOT' -->
<!-- 'no.ks.fiks:streaming-klient:jar:1.0.13-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.pom</groupId>
<artifactId>fiks-ekstern-super-pom</artifactId>
<version>0.0.10</version>
<version>0.0.11</version>
</parent>
<groupId>no.ks.fiks</groupId>
<artifactId>streaming-klient</artifactId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.13-SNAPSHOT</version>
<name>Streaming for multipart requests</name>
<description>streaming for multipart requests</description>
<url>https://github.com/ks-no/fiks-streaming-klient</url>
Expand Down Expand Up @@ -58,25 +58,25 @@
<changelist>-SNAPSHOT</changelist>
<commons-io.version>2.6</commons-io.version>
<fiks-maskinporten-client.version>1.0.15</fiks-maskinporten-client.version>
<flatten-maven-plugin.version>1.1.0</flatten-maven-plugin.version>
<flatten-maven-plugin.version>1.2.5</flatten-maven-plugin.version>
<jackson.version>2.10.3</jackson.version>
<java.version>1.8</java.version>
<jetty-client.version>9.4.27.v20200227</jetty-client.version>
<lombok.version>1.18.12</lombok.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
<maven-enforcer-plugin.version>3.0.0-M2</maven-enforcer-plugin.version>
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
<maven-flatten-update-pom>true</maven-flatten-update-pom>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.2.0</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>1.0.12</revision>
<revision>1.0.13</revision>
<use-nexus-staging-maven-plugin>true</use-nexus-staging-maven-plugin>
<versions-maven-plugin.version>2.7</versions-maven-plugin.version>
<versions-maven-plugin.version>2.8.1</versions-maven-plugin.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -419,7 +419,7 @@
</testResource>
</testResources>
<directory>/home/ec2-user/workspace/KS_fiks-streaming-klient_master/target</directory>
<finalName>streaming-klient-1.0.12-SNAPSHOT</finalName>
<finalName>streaming-klient-1.0.13-SNAPSHOT</finalName>
<pluginManagement>
<plugins>
<plugin>
Expand All @@ -444,7 +444,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -456,7 +456,7 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
Expand All @@ -478,7 +478,7 @@
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M2</version>
<version>3.0.0-M3</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down Expand Up @@ -507,7 +507,7 @@
<dependency>
<groupId>org.scijava</groupId>
<artifactId>scijava-maven-plugin</artifactId>
<version>1.1.1</version>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand All @@ -516,7 +516,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.1.0</version>
<version>1.2.5</version>
<executions>
<execution>
<id>flatten</id>
Expand Down Expand Up @@ -569,7 +569,7 @@
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -589,14 +589,14 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.7</version>
<version>2.8.1</version>
<configuration>
<rulesUri>https://raw.githubusercontent.com/ks-no/maven-rules/master/version-rules.xml</rulesUri>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -634,7 +634,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.1.0</version>
<version>1.2.5</version>
<executions>
<execution>
<id>flatten</id>
Expand Down Expand Up @@ -684,7 +684,7 @@
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M2</version>
<version>3.0.0-M3</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down Expand Up @@ -713,7 +713,7 @@
<dependency>
<groupId>org.scijava</groupId>
<artifactId>scijava-maven-plugin</artifactId>
<version>1.1.1</version>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
</scm>
<properties>
<lombok.version>1.18.12</lombok.version>
<commons-io.version>2.6</commons-io.version>
<maven.compiler.target>${java.version}</maven.compiler.target>
<java.version>1.8</java.version>
<jetty-client.version>9.4.27.v20200227</jetty-client.version>
<changelist>-SNAPSHOT</changelist>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<fiks-maskinporten-client.version>1.0.15</fiks-maskinporten-client.version>
<revision>1.0.13</revision>
<jackson.version>2.10.3</jackson.version>
<jetty-client.version>9.4.27.v20200227</jetty-client.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<fiks-maskinporten-client.version>1.0.15</fiks-maskinporten-client.version>
<commons-io.version>2.6</commons-io.version>
<revision>1.0.14</revision>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit f8bd433

Please sign in to comment.