File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed
Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 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 >
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
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments