We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ebf69 commit 5a713f4Copy full SHA for 5a713f4
parents/default/pom.xml
@@ -92,20 +92,4 @@
92
<scope>test</scope>
93
</dependency>
94
</dependencies>
95
-
96
- <build>
97
- <plugins>
98
- <plugin>
99
- <artifactId>maven-source-plugin</artifactId>
100
- <executions>
101
- <execution>
102
- <id>attach-sources</id>
103
- <goals>
104
- <goal>jar</goal>
105
- </goals>
106
- </execution>
107
- </executions>
108
- </plugin>
109
- </plugins>
110
- </build>
111
</project>
pom.xml
@@ -520,7 +520,7 @@
520
</execution>
521
</executions>
522
<configuration>
523
- <source>1.8</source>
+ <source>21</source>
524
<tags>
525
<tag>
526
<!-- to avoid protostuff javadoc problem. -->
0 commit comments