Skip to content

Commit 153b1c4

Browse files
committed
Preparing release
1 parent b747ea0 commit 153b1c4

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

pom.xml

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>net.tascalate.javaflow</groupId>
55
<artifactId>net.tascalate.javaflow.extras</artifactId>
6-
<version>2.3.3-SNAPSHOT</version>
6+
<version>2.4.0</version>
77
<packaging>jar</packaging>
88

99
<parent>
@@ -42,7 +42,7 @@
4242
</contributors>
4343

4444
<properties>
45-
<tascalate.javaflow.version>2.5.0-SNAPSHOT</tascalate.javaflow.version>
45+
<tascalate.javaflow.version>2.5.0</tascalate.javaflow.version>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
</properties>
4848

@@ -60,6 +60,19 @@
6060
<profiles>
6161
<profile>
6262
<id>release</id>
63+
<pluginRepositories>
64+
<pluginRepository>
65+
<id>maven-snapshots</id>
66+
<name>Apache Maven Snapshots</name>
67+
<url>https://repository.apache.org/content/repositories/snapshots/</url>
68+
<releases>
69+
<enabled>false</enabled>
70+
</releases>
71+
<snapshots>
72+
<enabled>true</enabled>
73+
</snapshots>
74+
</pluginRepository>
75+
</pluginRepositories>
6376
<build>
6477
<plugins>
6578
<plugin>
@@ -78,7 +91,7 @@
7891
<plugin>
7992
<groupId>org.apache.maven.plugins</groupId>
8093
<artifactId>maven-javadoc-plugin</artifactId>
81-
<version>3.0.1</version>
94+
<version>3.1.0-SNAPSHOT</version>
8295
<executions>
8396
<execution>
8497
<id>attach-javadocs</id>
@@ -87,6 +100,10 @@
87100
</goals>
88101
</execution>
89102
</executions>
103+
<configuration>
104+
<source>8</source>
105+
<release>8</release>
106+
</configuration>
90107
</plugin>
91108
<plugin>
92109
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)