|
5 | 5 | <packaging>pom</packaging> |
6 | 6 |
|
7 | 7 | <groupId>com.github.hypfvieh</groupId> |
8 | | - <artifactId>dbus-java-parent</artifactId> |
9 | | - <version>3.2.0-SNAPSHOT</version> |
| 8 | + <artifactId>dbus-java-parent-techno</artifactId> |
| 9 | + <version>3.2.0</version> |
10 | 10 |
|
11 | 11 | <name>${project.artifactId}</name> |
12 | 12 | <url>https://github.com/hypfvieh/${project.artifactId}</url> |
|
48 | 48 |
|
49 | 49 | <distributionManagement> |
50 | 50 | <snapshotRepository> |
51 | | - <id>ossrh</id> |
52 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 51 | + <id>nexus</id> |
| 52 | + <url>http://nexus/nexus/content/repositories/n3-snapshots/</url> |
53 | 53 | </snapshotRepository> |
54 | 54 | <repository> |
55 | | - <id>ossrh</id> |
56 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 55 | + <id>nexus</id> |
| 56 | + <url>http://nexus/nexus/content/repositories/n3-thirdparty/</url> |
57 | 57 | </repository> |
58 | 58 | </distributionManagement> |
59 | 59 |
|
|
150 | 150 | <artifactId>mockito-core</artifactId> |
151 | 151 | <scope>test</scope> |
152 | 152 | </dependency> |
| 153 | + <dependency> |
| 154 | + <groupId>org.apache.maven.scm</groupId> |
| 155 | + <artifactId>maven-scm-api</artifactId> |
| 156 | + <version>1.11.1</version> |
| 157 | + </dependency> |
| 158 | + <dependency> |
| 159 | + <groupId>org.apache.maven.scm</groupId> |
| 160 | + <artifactId>maven-scm-provider-gitexe</artifactId> |
| 161 | + <version>1.11.1</version> |
| 162 | + </dependency> |
153 | 163 | </dependencies> |
154 | 164 |
|
155 | 165 | <scm> |
156 | | - <connection>scm:git:https://github.com/hypfvieh/dbus-java.git</connection> |
157 | | - <developerConnection>scm:git:https://github.com/hypfvieh/dbus-java.git</developerConnection> |
158 | | - <url>https://github.com/hypfvieh/dbus-java.git</url> |
| 166 | + <connection>scm:git:https://github.com/Technolution/dbus-java.git</connection> |
| 167 | + <developerConnection>scm:git:https://github.com/Technolution/dbus-java.git</developerConnection> |
| 168 | + <url>https://github.com/Technolution/dbus-java.git</url> |
159 | 169 | <tag>HEAD</tag> |
160 | 170 | </scm> |
161 | 171 |
|
|
282 | 292 | </goals> |
283 | 293 | </execution> |
284 | 294 | </executions> |
| 295 | + <configuration> |
| 296 | + <skip>true</skip> |
| 297 | + </configuration> |
285 | 298 | </plugin> |
286 | | - </plugins> |
| 299 | + <plugin> |
| 300 | + <groupId>org.apache.maven.plugins</groupId> |
| 301 | + <artifactId>maven-scm-plugin</artifactId> |
| 302 | + <version>1.11.1</version> |
| 303 | + </plugin> |
| 304 | + </plugins> |
287 | 305 | </build> |
288 | 306 | </profile> |
289 | 307 | </profiles> |
|
0 commit comments