Skip to content

Commit e1a7e10

Browse files
author
psilo
committed
Refactoring because of switch to Intellij-IDEA.
1 parent 7f3be36 commit e1a7e10

File tree

12 files changed

+219
-222
lines changed

12 files changed

+219
-222
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,14 @@
142142
<dependency>
143143
<groupId>info.unterrainer.java.tools</groupId>
144144
<artifactId>nullannotations</artifactId>
145-
<version>0.2</version>
145+
<version>0.3</version>
146146
<optional>true</optional>
147147
<!-- for annotations only -->
148148
</dependency>
149149
<dependency>
150150
<groupId>info.unterrainer.java.tools</groupId>
151151
<artifactId>utils</artifactId>
152-
<version>0.2</version>
152+
<version>0.3</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>info.unterrainer.java.tools.reporting</groupId>
@@ -185,6 +185,7 @@
185185

186186
<profiles>
187187
<profile>
188+
<id>mvnrepository</id>
188189
<repositories>
189190
<repository>
190191
<id>mvnrepository</id>

0 commit comments

Comments
 (0)