File tree Expand file tree Collapse file tree 1 file changed +13
-16
lines changed
com.eclipsesource.megit.parent Expand file tree Collapse file tree 1 file changed +13
-16
lines changed Original file line number Diff line number Diff line change 1111
1212 <properties >
1313 <tycho-version >4.0.4</tycho-version >
14- <tycho-extras-version >2.7.5 </tycho-extras-version >
14+ <tycho-extras-version >4.0.4 </tycho-extras-version >
1515 <mav-checkstyle-version >3.0.0</mav-checkstyle-version >
1616 <checkstyle-version >8.8</checkstyle-version >
1717
1818 <maven .compiler.release>17</maven .compiler.release>
1919 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20+ <tycho .scmUrl>scm:git:https://github.com/eclipsesource/megit.git</tycho .scmUrl>
2021 </properties >
2122
2223 <repositories >
116117 <artifactId >tycho-packaging-plugin</artifactId >
117118 <version >${tycho-version} </version >
118119 <dependencies >
119- <dependency >
120- <groupId >org.eclipse.tycho.extras</groupId >
121- <artifactId >tycho-buildtimestamp-jgit</artifactId >
122- <version >${tycho-extras-version} </version >
123- </dependency >
124- <!--
125- <dependency>
126- <groupId>org.eclipse.tycho.extras</groupId>
127- <artifactId>tycho-sourceref-jgit</artifactId>
128- <version>${tycho-extras-version}</version>
129- </dependency>
130- -->
131- </dependencies >
120+ <dependency >
121+ <groupId >org.eclipse.tycho</groupId >
122+ <artifactId >tycho-buildtimestamp-jgit</artifactId >
123+ <version >${tycho-version} </version >
124+ </dependency >
125+ <dependency >
126+ <groupId >org.eclipse.tycho.extras</groupId >
127+ <artifactId >tycho-sourceref-jgit</artifactId >
128+ <version >${tycho-extras-version} </version >
129+ </dependency >
130+ </dependencies >
132131 <configuration >
133132 <format >yyyyMMdd-HHmm</format >
134- <!--
135133 <sourceReferences >
136134 <generate >true</generate >
137135 </sourceReferences >
138136 <timestampProvider >jgit</timestampProvider >
139- -->
140137 <jgit .ignore>
141138 pom.xml
142139 </jgit .ignore>
You can’t perform that action at this time.
0 commit comments