File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed
script/closure-library-release Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
<url>http://code.google.com/p/closure-library/</url>
18
18
19
+ <build>
20
+ <plugins>
21
+ <plugin>
22
+ <groupId>org.apache.maven.plugins</groupId>
23
+ <artifactId>maven-gpg-plugin</artifactId>
24
+ <version>3.1.0</version>
25
+ <configuration>
26
+ <gpgArguments>
27
+ <arg>--pinentry-mode</arg>
28
+ <arg>loopback</arg>
29
+ </gpgArguments>
30
+ </configuration>
31
+ </plugin>
32
+ </plugins>
33
+ </build>
34
+
19
35
<description>
20
36
The Google Closure Library is a collection of JavaScript code
21
37
designed for use with the Google Closure JavaScript Compiler.
117
133
<plugin>
118
134
<groupId>org.sonatype.plugins</groupId>
119
135
<artifactId>nexus-staging-maven-plugin</artifactId>
120
- <version>1.4.4 </version>
136
+ <version>1.6.5 </version>
121
137
<executions>
122
138
<execution>
123
139
<id>default-deploy</id>
Original file line number Diff line number Diff line change 24
24
team at http://clojure.org/
25
25
</description>
26
26
27
+ <build>
28
+ <plugins>
29
+ <plugin>
30
+ <groupId>org.apache.maven.plugins</groupId>
31
+ <artifactId>maven-gpg-plugin</artifactId>
32
+ <version>3.1.0</version>
33
+ <configuration>
34
+ <gpgArguments>
35
+ <arg>--pinentry-mode</arg>
36
+ <arg>loopback</arg>
37
+ </gpgArguments>
38
+ </configuration>
39
+ </plugin>
40
+ </plugins>
41
+ </build>
42
+
27
43
<dependencies>
28
44
<dependency>
29
45
<groupId>org.clojure</groupId>
115
131
<plugin>
116
132
<groupId>org.sonatype.plugins</groupId>
117
133
<artifactId>nexus-staging-maven-plugin</artifactId>
118
- <version>1.4.4 </version>
134
+ <version>1.6.5 </version>
119
135
<executions>
120
136
<execution>
121
137
<id>default-deploy</id>
You can’t perform that action at this time.
0 commit comments