-
Notifications
You must be signed in to change notification settings - Fork 48
/
jawk-3.0.00.diffoscope
53 lines (52 loc) · 2.26 KB
/
jawk-3.0.00.diffoscope
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
1 / 1 target/reference/org.sentrysoftware/jawk-3.0.00.pom dependency-reduced-pom.xml
--- target/reference/org.sentrysoftware/jawk-3.0.00.pom
+++ dependency-reduced-pom.xml
│ --- target/reference/org.sentrysoftware/jawk-3.0.00.pom
├── +++ dependency-reduced-pom.xml
│ @@ -230,45 +230,28 @@
│ </executions>
│ </plugin>
│ <plugin>
│ <groupId>org.sonatype.plugins</groupId>
│ <artifactId>nexus-staging-maven-plugin</artifactId>
│ <version>1.6.13</version>
│ <extensions>true</extensions>
│ - <executions>
│ - <execution>
│ - <id>injected-nexus-deploy</id>
│ - <phase>deploy</phase>
│ - <goals>
│ - <goal>deploy</goal>
│ - </goals>
│ - <configuration>
│ - <serverId>ossrh</serverId>
│ - <nexusUrl>https://s01.oss.sonatype.org</nexusUrl>
│ - <autoReleaseAfterClose>true</autoReleaseAfterClose>
│ - </configuration>
│ - </execution>
│ - </executions>
│ <configuration>
│ <serverId>ossrh</serverId>
│ <nexusUrl>https://s01.oss.sonatype.org</nexusUrl>
│ - <autoReleaseAfterClose>true</autoReleaseAfterClose>
│ + <autoReleaseAfterClose>${env.AUTO_RELEASE_AFTER_CLOSE}</autoReleaseAfterClose>
│ </configuration>
│ </plugin>
│ <plugin>
│ <artifactId>maven-release-plugin</artifactId>
│ <version>3.0.1</version>
│ <executions>
│ <execution>
│ <goals>
│ <goal>perform</goal>
│ </goals>
│ - <configuration>
│ - <tagNameFormat>v@{project.version}</tagNameFormat>
│ - </configuration>
│ </execution>
│ </executions>
│ <configuration>
│ <tagNameFormat>v@{project.version}</tagNameFormat>
│ </configuration>
│ </plugin>
│ </plugins>